swig/Source
2008-12-30 00:38:34 +00:00
..
CParse allow for compilation with bison 2.4 which is more restrictive about $$ 2008-12-29 22:06:50 +00:00
DOH add parameter list (or void) to all C functions 2008-11-11 22:17:40 +00:00
Include remove last vestiges of php4 and encourage use of -php rather than -php5 2008-12-06 23:15:20 +00:00
Modules All languages now define a macro in the generated C/C++ wrapper file indicating which language is being wrapped, eg #define SWIGJAVA 2008-12-30 00:38:34 +00:00
Preprocessor accept unix directory separators on windows for input file 2008-12-24 14:50:26 +00:00
Swig create a common banner header for all target language specific files 2008-12-29 22:56:25 +00:00
Makefile.am WARN_* constants are user visible, so keep existing WARN_PHP4_* for 2008-07-03 00:09:56 +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.