swig/Source
2004-10-18 01:23:20 +00:00
..
CParse fix for template+default template params, better warnings, better management of extern "java" 2004-10-18 01:23:20 +00:00
DOH Just fixed comment (strncmp is ANSI C so will be present on all systems as SWIG requires an ANSI compiler) 2004-09-27 20:17:36 +00:00
Include Bill Clarke patch: fix to ensure SWIGIMPORT always defined for %import and new warning when using -importall and -includeall together 2004-09-27 19:35:05 +00:00
Modules Updated documentation. 2004-10-17 08:38:54 +00:00
Preprocessor oops, SWIGIMPORT changed to SWIGIMPORTED 2004-09-27 19:53:33 +00:00
Swig templated function overloading support 2004-10-16 20:41:17 +00:00
.cvsignore Missing files 2003-05-08 13:02:58 +00:00
Makefile.am Added Allegro CL module 2004-04-27 23:00:41 +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.