swig/Source
2010-05-24 06:02:11 +00:00
..
CParse Fix wrapping of C++ enum boolean values 2010-05-14 18:46:20 +00:00
DOH DohDelete and DohCopy assertions called if not a DOH object 2010-03-04 21:45:26 +00:00
Include SWIG license change - Source moves to GPLv3 2010-02-27 23:53:33 +00:00
Modules Fix #2408232. Improve shared_ptr and intrusive_ptr wrappers for classes in an inheritance hierarchy. No special treatment is needed for derived classes, the SWIG_SHARED_PTR_DERIVED macro is deprecated. 2010-05-22 22:49:47 +00:00
Preprocessor Remove superfluous semicolons. 2010-05-21 07:10:12 +00:00
Swig S_ISDIR is defined for mingw gcc but not visual c++ 2010-05-24 06:02:11 +00:00
Makefile.am more distclean fixes 2010-04-03 10:11:01 +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.