swig/Source
William S Fulton 6a9be797e1 SwigType * handling corrections - mangling
Further corrections to pass SwigType * to methods expecting types
instead of passing readable type strings.

Swig_string_mangle() takes a generic String *, but it was calling
functions that require SwigType *. Swig_string_mangle_type() is
now provided for SwigType *r. The special template handling
on types now occurs in this function.
2022-11-12 06:42:36 +00:00
..
CParse Improve director unwrap detection for the return type 2022-10-10 08:45:26 +01: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 R rtypecheck typemaps 2022-11-05 08:40:26 +00:00
Modules SwigType * handling corrections - mangling 2022-11-12 06:42:36 +00:00
Preprocessor Use https for swig.org links 2022-10-06 13:16:39 +13:00
Swig SwigType * handling corrections - mangling 2022-11-12 06:42:36 +00: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.