swig/Source
Vadim Zeitlin 049d3c309b Fix handling of const object parameters and return types
Simply ignore the const on them, to avoid ending up with an extra and
invalid "const" in the generated code.

This fixes director_pass_by_value and typemap_out_optimal unit tests
after the latest merge.
2022-09-17 15:30:31 +02:00
..
CParse ISO C comments fix 2022-08-04 07:51:20 +01:00
DOH Remove remaining code to support macos9 2022-07-19 11:22:37 +12:00
Doxygen Improve #include guard macros 2022-07-19 09:35:46 +12:00
Include Merge branch 'restore-compat-wrappers-names' into C 2022-09-17 14:36:37 +02:00
Modules Fix handling of const object parameters and return types 2022-09-17 15:30:31 +02:00
Preprocessor ISO C comments fix 2022-08-04 07:51:20 +01:00
Swig Merge branch 'restore-compat-wrappers-names' into C 2022-09-17 14:36:37 +02:00
Makefile.am Merge branch 'restore-compat-wrappers-names' into C 2022-09-17 14:36:37 +02: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.