swig/Source
2008-02-09 11:57:36 +00:00
..
CParse Add support for the optional noblock attribute for all features. It works the same as it does for typemaps removing {} braces. 2008-02-09 11:57:36 +00:00
DOH Fix handling of byte value 255 in input files on platforms where 2008-01-18 19:51:46 +00:00
Include Correct behaviour for templated methods used with %rename or %ignore and %template() 2007-08-17 20:42:19 +00:00
Modules remove some cruft possibly causing problems on old compilers 2008-01-31 22:49:56 +00:00
Preprocessor Fix many instances of "delimeter" to "delimiter". 2007-10-08 12:02:56 +00:00
Swig Additions to %types so that a user can specify the code to go into the casting / conversion function 2008-01-31 22:55:24 +00:00
Makefile.am Apply patch #1838248 from Monty Taylor for vpath builds of SWIG 2007-12-09 12:34:25 +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.