swig/Source
Olly Betts cecd89f66f [PHP] The usage of $input in PHP directorout typemaps has been
changed to be consistent with other languages.  The typemaps
provided by SWIG have been updated accordingly, but if you
have written your own directorout typemaps, you'll need to
update $input to &$input (or make equivalent changes).

*** POTENTIAL INCOMPATIBILITY  ***
2013-12-12 15:40:15 +13:00
..
CParse decltype fix on missing type info 2013-12-04 00:24:40 +00:00
DOH Fix comment typo 2013-07-02 13:22:35 +12:00
Include Add feature director:except for improved director exception handling in Java 2013-10-22 20:44:35 +01:00
Modules [PHP] The usage of $input in PHP directorout typemaps has been 2013-12-12 15:40:15 +13:00
Preprocessor Remove cvs/svn Id strings 2013-01-12 01:21:16 +00:00
Swig Fix a few typos in comments and docs 2013-12-12 11:45:30 +13:00
Makefile.am Add a few more types for the code beautifier 2013-12-02 08:37:09 +00: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.