swig/Source
William S Fulton ef0bbcd6ed Document Python stable ABI support
Remove -stable-abi option: going forwards enabling the stable ABI
simply requires setting Py_LIMITED_ABI when compiling the wrappers.
2023-12-18 23:30:36 +00:00
..
CParse Support type deduction of enums 2023-12-01 08:57:41 +13:00
DOH Use https for swig.org links 2022-10-06 13:16:39 +13:00
Doxygen Use single characters instead of strings where possible 2023-10-16 17:51:48 -04:00
Include Complete transition to rtypecheck typemaps from hard coded logic 2023-09-11 08:16:02 +01:00
Modules Document Python stable ABI support 2023-12-18 23:30:36 +00:00
Preprocessor Add test for C++ boolean types in preprocessor 2023-09-11 20:41:11 +01:00
Swig Removed unused T_ENUM code 2023-12-01 08:59:30 +13:00
Makefile.am Remove override of CXXLINK 2023-06-27 17:49:56 +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.