swig/Source
2012-07-25 14:30:46 +00:00
..
CParse Revert rev 10606 "Merged revisions 10498-10499,10503-10504,10506,10508,10511,10515-10516,10518-10519,10527,10530-10531,10536-10537,10539-10552,10558-10568,10574-10580,10582,10584,10588-10589,10594 via svnmerge from " 2012-05-06 01:17:11 +00:00
DOH Revert rev 10606 "Merged revisions 10498-10499,10503-10504,10506,10508,10511,10515-10516,10518-10519,10527,10530-10531,10536-10537,10539-10552,10558-10568,10574-10580,10582,10584,10588-10589,10594 via svnmerge from " 2012-05-06 01:17:11 +00:00
Include Merge trunk rev 13025 (swig-2.0.6) into gsoc2008-maciekd 2012-05-07 16:59:38 +00:00
Modules Fix segfault of swig due to virtual methods 2012-07-25 14:30:46 +00:00
Preprocessor Revert rev 10606 "Merged revisions 10498-10499,10503-10504,10506,10508,10511,10515-10516,10518-10519,10527,10530-10531,10536-10537,10539-10552,10558-10568,10574-10580,10582,10584,10588-10589,10594 via svnmerge from " 2012-05-06 01:17:11 +00:00
Swig Add initial namespace support for C backend. 2012-07-15 23:25:29 +00:00
Makefile.am Merge trunk rev 13025 (swig-2.0.6) into gsoc2008-maciekd 2012-05-07 16:59:38 +00:00
README Revert rev 11187 "Merged with recent changes from trunk." 2012-05-06 01:13:16 +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.