swig/Source
Vadim Zeitlin cb3d9df000 Fix bug with return value of getNamespacedName()
We need to make a copy instead of directly returning whatever sym::name
points to, as this value can be overwritten with something different
later, resulting in weird problems with the value of "proxyname"
attribute changing "on its own".

After this bug fix, a few more unit tests pass.
2019-08-04 15:45:54 +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 Fix bug with return value of getNamespacedName() 2019-08-04 15:45:54 +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.