swig/Source
2008-01-21 22:20:30 +00:00
..
CParse Fix "declarations mixed with code" warning. 2007-12-22 18:36:06 +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 Improve output formatting of generated code for overloaded methods 2008-01-21 22:20:30 +00:00
Preprocessor Fix many instances of "delimeter" to "delimiter". 2007-10-08 12:02:56 +00:00
Swig Fix 1832613 - template function pointer typedefs 2007-12-16 20:55:43 +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.