swig/Source
Vadim Zeitlin 2d13e18d07 Allow reassigning scoped_dohptr
Not being able to do it is too restrictive in practice and just forces
to use raw DOH pointers, which is not really less dangerous than adding
the assignment operator and reset() method to this class.
2019-08-05 14:44:47 +02:00
..
CParse Fix missing value for first item of enums with trailing comma 2019-07-11 17:15:38 +02:00
DOH Remove use of 'register' in C source 2018-05-04 20:02:13 +01:00
Doxygen Add iterator safety check in DoxygenParser::parse 2019-07-06 11:30:56 -05:00
Include Don't emit functions added by %extend into C structs 2019-08-03 02:37:18 +02:00
Modules Allow reassigning scoped_dohptr 2019-08-05 14:44:47 +02:00
Preprocessor Fix regression parsing gcc preprocessor linemarkers 2019-02-19 21:32:04 +00:00
Swig Merge branch 'ZackerySpytz-valid-floating-point-literals' 2019-03-02 17:48:49 +00:00
Makefile.am Merge branch 'master' into C 2019-07-24 20:26:50 +02:00
README Revert rev 11187 "Merged with recent changes from trunk." 2012-05-06 01:13:16 +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.