swig/Source
Erez Geva be5efafc1d [R] Fix use of %typemap(rtypecheck). 2023-05-23 09:49:31 +12:00
..
CParse Support deducing decltype for false and true 2023-05-20 09:09:48 +12: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 Partial support for auto without trailing return type 2023-05-18 15:19:23 +12:00
Modules [R] Fix use of %typemap(rtypecheck). 2023-05-23 09:49:31 +12:00
Preprocessor Allow defining __cplusplus on the command line 2023-05-18 12:45:31 +12:00
Swig Relocate a comment to where it makes sense 2023-05-20 09:26:16 +12: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

README

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.