swig/Source
Olly Betts 02b4bd8eca Fix spaceship operator bugs, document, add tests
Remove some erroneously added brackets_increment() calls.

Reject <=> in preprocessor expressions with a clear error message (it
seems it isn't supported here - clang and gcc don't at least).

The type returned by `<=>` is not `bool`.  We pretend it's
`int` for now, which should work for how it's likely to be used
in constant expressions.

Fixes #1622
2022-07-27 09:12:40 +12:00
..
CParse Fix spaceship operator bugs, document, add tests 2022-07-27 09:12:40 +12: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 Add support for the <=> operator (C++20) 2022-07-27 09:12:40 +12:00
Modules Order of interfaces generated for %interface macros 2022-07-20 19:50:53 +01:00
Preprocessor Fix spaceship operator bugs, document, add tests 2022-07-27 09:12:40 +12:00
Swig Fix spaceship operator bugs, document, add tests 2022-07-27 09:12:40 +12: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

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.