swig/Source
Olly Betts e9a1aa0f9f [python] Reject -builtin with -noproxy
This option combination doesn't make sense, and result in code which
doesn't compile.

Fixes #1990
2022-01-26 14:32:32 +13:00
..
CParse Support foo.bar in constant expressions 2022-01-26 12:43:45 +13:00
DOH Make DOH Char macro more robust 2021-12-13 09:33:26 +13:00
Doxygen Fix typos 2021-11-17 07:07:02 +02:00
Include Extern template tweaks 2022-01-25 00:28:08 +00:00
Modules [python] Reject -builtin with -noproxy 2022-01-26 14:32:32 +13:00
Preprocessor Fix -Wchar-subscripts warning 2021-04-26 22:32:52 +01:00
Swig Handle ellipsis as a token in the scanner 2022-01-26 12:31:52 +13:00
Makefile.am Disable CFFI Common Lisp target language 2019-02-05 18:42:23 +00: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.