swig/Source
Olly Betts cd16059c66 Provide -cppext as a general command line option
Provide -cppext as a general command line option for setting the
extension used for generated C++ files (previously it was specific
to the PHP backend).  Deprecate the equivalent -suffix option
provided by the Ocaml backend, but continue to support that for
now.
2015-01-08 10:54:37 +13:00
..
CParse fix for nested template defined out of class (issue #265) 2014-11-25 19:38:37 +03:00
DOH Fixes for clang -fsanitize=undefined-trap -fsanitize-undefined-trap-on-error 2014-11-08 10:59:59 +00:00
Include added forward declaration instead of ignored nested class (resurrected old code) 2014-02-03 01:03:37 +04:00
Modules Provide -cppext as a general command line option 2015-01-08 10:54:37 +13:00
Preprocessor Fix use of preprocessor null directive 2014-12-20 17:05:13 +00:00
Swig Fix abort using template default parameters 2014-12-28 10:39:53 +00:00
Makefile.am Create separate extetnd.c file for handling extensions / %extend 2014-05-21 19:16:15 +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.