swig/Source
2013-01-23 23:15:36 +01:00
..
CParse fixed handling of /******/ comments, added tests for backslash handling, which fail 2012-09-06 20:56:19 +00:00
DOH Warning fixes using clang 2012-04-29 21:51:18 +00:00
DoxygenTranslator/src fixed handling of quoted text adn standalone backslash and @ 2013-01-23 23:15:36 +01:00
Include Updated Doxygen warning system 2012-08-11 15:23:18 +00:00
Modules Made doxygen parsing switched off by default 2012-08-13 09:09:25 +00:00
Preprocessor Warning fixes using clang 2012-04-29 21:51:18 +00:00
Swig Merge trunk (up to just after swig 2.0.5 release - rev 13009) to gsoc2008-cherylfoil 2012-04-27 18:55:37 +00:00
Makefile.am Files Token.cpp and TokenList.cpp removed from makefile. TokenList was replaced with std::vecor, Token is now nested class of DoxygenParser 2013-01-10 08:28:20 +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.