swig/Source
Vadim Zeitlin e546dfd856 Remove unused Swig_warn() function.
This was removed in master by 1e8fa8fee0 but
somehow left here.
2015-02-16 23:50:12 +01:00
..
CParse Another merge with master. 2015-02-16 23:46:39 +01:00
DOH Fixes for clang -fsanitize=undefined-trap -fsanitize-undefined-trap-on-error 2014-11-08 10:59:59 +00:00
DoxygenTranslator/src Remove any whitespace before ignored Doxygen commands. 2014-12-17 04:57:17 +01:00
Include Another merge with master. 2015-02-16 23:46:39 +01:00
Modules Another merge with master. 2015-02-16 23:46:39 +01:00
Preprocessor Add suggestion to check block delimiter 2015-01-14 16:08:08 +13:00
Swig Remove unused Swig_warn() function. 2015-02-16 23:50:12 +01:00
Makefile.am Another merge with master. 2015-02-16 23:46:39 +01: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.