swig/Source
2012-09-20 19:09:38 +00:00
..
CParse Add scoped enums into correct correct scope in type system. Note that cpp0x_strongly_typed_enumerations.i still shows further language symbol table problems which need fixing. 2012-09-20 18:17:52 +00:00
DOH merge revisions 11872:11876 from trunk to gsoc2009-matevz branch - license changes 2010-03-06 00:51:54 +00:00
Include merge revisions 11877-12162 from trunk to gsoc2009-matevz 2010-07-20 23:35:40 +00:00
Modules Improve nullptr constant wrapping 2012-09-20 19:09:38 +00:00
Preprocessor Remove superfluous semicolons. 2010-05-21 07:10:12 +00:00
Swig merge revisions 11877-12162 from trunk to gsoc2009-matevz 2010-07-20 23:35:40 +00:00
Makefile.am make beautify-file fixes and other cosmetics 2010-06-11 06:36:51 +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.