swig/Source
Olly Betts 081d44d45e Follow-on fix for previous change
These cases don't trigger ubsan warnings and seem to work locally
for me, but CI was failing on a number of builds.

See #2447
2022-11-25 12:29:52 +13:00
..
CParse Follow-on fix for previous change 2022-11-25 12:29:52 +13:00
DOH Use https for swig.org links 2022-10-06 13:16:39 +13:00
Doxygen Use https for swig.org links 2022-10-06 13:16:39 +13:00
Include R rtypecheck typemaps 2022-11-05 08:40:26 +00:00
Modules SwigType * handling corrections - Python builtin mangling 2022-11-18 19:44:00 +00:00
Preprocessor Consolidate name mangling functions 2022-11-12 09:18:19 +00:00
Swig Optimise SwigType_base implementation 2022-11-23 20:22:40 +00:00
Makefile.am Remove -browse command line option 2022-04-03 08:56:07 +12:00
README Remove details of long-removed directories 2021-05-16 08:42:39 +12: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.