swig/Source
2010-03-04 21:27:23 +00:00
..
CParse unnecessary cast removed 2010-03-04 18:28:23 +00:00
DOH SWIG license change - Source moves to GPLv3 2010-02-27 23:53:33 +00:00
Include SWIG license change - Source moves to GPLv3 2010-02-27 23:53:33 +00:00
Modules Add improved namespace support - the nspace feature, working for Java only at the moment. 2010-03-04 21:27:23 +00:00
Preprocessor Remove the svn/cvs Id string in the headers 2010-02-28 00:09:20 +00:00
Swig Add improved namespace support - the nspace feature, working for Java only at the moment. 2010-03-04 21:27:23 +00:00
Makefile.am remove warn.c - it isn't used 2009-12-24 15:53:01 +00:00
README update this README 2008-11-03 13:32:33 +00:00

SWIG Source directory

 Source/DOH          -  A core set of basic datatypes including
                        strings, lists, hashes, and files.  Used
                        extensively by the rest of SWIG.

 Source/Swig         -  Swig core. Type-system, utility functions.

 Source/Preprocessor -  SWIG C Preprocessor

 Source/CParse       -  SWIG C Parser (still messy)

 Source/Modules      -  Language modules.

 Source/Include      -  Include files.

Historic directories which may be in CVS, but have been removed:

 Source/Modules1.1   -  Old SWIG-1.1 modules. Empty.

 Source/LParse       -  Experimental parser.  Officially dead
                        as CParse is more capable.

 Source/SWIG1.1      -  Old SWIG1.1 core. Completely empty now.