swig/Source
2008-05-14 22:12:31 +00:00
..
CParse Add allprotected mode for wrapping protected members when using directors 2008-04-20 20:41:01 +00:00
DOH Fix handling of byte value 255 in input files on platforms where 2008-01-18 19:51:46 +00:00
Include Add the optimal attribute to the out typemap for more optimal code generation when returning objects by value 2008-05-14 22:12:31 +00:00
Modules Add the optimal attribute to the out typemap for more optimal code generation when returning objects by value 2008-05-14 22:12:31 +00:00
Preprocessor Fix memory leak in SWIG's parser (based on patch from Russell 2008-03-17 00:36:35 +00:00
Swig Add the optimal attribute to the out typemap for more optimal code generation when returning objects by value 2008-05-14 22:12:31 +00:00
Makefile.am Initial commit of Octave module. 2008-03-01 23:35:44 +00:00
README *** empty log message *** 2002-12-03 20:43:22 +00:00

SWIG Source directory

This directory currently contains a mix of legacy SWIG1.1 code and
recent development work.  As a result, it's still a little messy.
Here is a rough breakdown of the directories:

 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.


The following directories may be in CVS, but are largely deprecated:

 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.