swig/Source
2013-10-17 15:44:24 -05:00
..
CParse Merge branch 'master' into gsoc2009-matevz 2013-10-10 07:26:09 +01:00
DOH Fix comment typo 2013-07-02 13:22:35 +12:00
Include Merge branch 'master' into gsoc2009-matevz 2013-10-10 07:26:09 +01:00
Modules Remove using directives from the generated C# code and fully qualify the use of all .NET framework types in order to minimize potential name collisions from input files defining types, namespace, etc with the same name as .NET framework members. 2013-10-17 15:44:24 -05:00
Preprocessor Remove cvs/svn Id strings 2013-01-12 01:21:16 +00:00
Swig Add support for case conversion characters in regex substitutions. 2013-10-15 07:17:56 +01:00
Makefile.am Tweak 'make beautify-file' 2013-09-15 01:35:28 +01: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.