swig/Source
2005-10-24 15:45:53 +00:00
..
CParse replace bad parameter names when neccessary 2005-10-21 10:43:41 +00:00
DOH add GetFlagAttr/SetFlagAttr to deal with flag attributes as callbak and ref/unref 2005-10-07 13:16:21 +00:00
Include add cpp warning and typecheck undef codes 2005-10-13 09:21:55 +00:00
Modules perl use the proper library directory 2005-10-24 15:45:53 +00:00
Preprocessor remove extra info printed for %define, but not #define, it makes very hard to find an error since swig reports it from where the macro was defined, not used 2005-10-24 14:38:09 +00:00
Swig small cosmetic change to manage parentesis () closed in different lines, and make compact mode more compact 2005-10-19 12:18:31 +00:00
.cvsignore Missing files 2003-05-08 13:02:58 +00:00
Makefile.am Support for Lua added - patch from Mark Gossage 2005-08-15 20:38:34 +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.