swig/Source
frederic.bon 3d14204513 Clean of code and fix in doxygen C# generation 2024-09-13 12:18:01 +02:00
..
CParse Don't ignore overloaded friend functions that are also declared constexpr 2024-06-16 19:11:11 +01:00
DOH Consistently set line number to 0 in DOH strings 2024-02-03 14:27:37 +00:00
Doxygen Clean of code and fix in doxygen C# generation 2024-09-13 12:18:01 +02:00
Include Fix %nspace and %nspacemove for nested classes and enums in a class 2024-06-01 08:04:08 +01:00
Modules Remove dead code in C# doxygen implementation 2024-07-31 21:19:23 +01:00
Preprocessor Minor optimisation to macro replacement 2024-05-21 10:52:14 +12:00
Swig Warning fix for redefined friend declarations that are also constexpr 2024-06-16 22:23:20 +01:00
Makefile.am Update make beautify types 2024-07-29 08:12:01 +01: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.