swig/Source
Olly Betts 4ac3c87a29 Sort out predefined SWIG-specific macros
Ensure that SWIG_VERSION is defined both at SWIG-time and in the
generated C/C++ wrapper code (it was only defined in the wrapper
for some target languages previously).

SWIGGO and SWIGJAVASCRIPT are now defined in the generated wrappers
to match behaviour for all other target languages.

Stop defining SWIGVERSION in the wrapper.  This only happened as a
side-effect of how SWIG_VERSION was defined but was never documented and
is redundant.

The new testcase also checks that SWIG is defined at SWIG-time but not
in the generated wrapper, and that exactly one of a list of
target-language specific macros is defined.

Fixes #1050
2022-10-05 12:40:15 +13:00
..
CParse Fixes for classes with the same name in different namespaces 2022-09-21 22:38:22 +01:00
DOH Add DohSortedKeys function 2022-09-30 22:48:04 +01:00
Doxygen Improve #include guard macros 2022-07-19 09:35:46 +12:00
Include Add support for the <=> operator (C++20) 2022-07-27 09:12:40 +12:00
Modules Sort out predefined SWIG-specific macros 2022-10-05 12:40:15 +13:00
Preprocessor ISO C comments fix 2022-08-04 07:51:20 +01:00
Swig Add DohSortedKeys function 2022-09-30 22:48:04 +01: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.