swig/Source
Olly Betts 9cdf46e8c8 [php] Adjust #required params for subclass methods
If the same method name is implemented in a parent class then the
subclass can't have more required parameters than that or else we
get a compatibility error when the module is loaded.

The testsuite wasn't catching this problem because it was no longer
trying to load the modules for testcases without _runme.php, because
the mechanism to do that relied on there being a generated .php
wrapper, which we no longer have by default.  Fix that to provide a
regression test for this fix.

See #2151
2022-06-14 16:00:46 +12:00
..
CParse Fix various typos 2022-04-11 07:59:36 +12:00
DOH Fix previous commit 2022-03-20 19:44:23 +13:00
Doxygen Recognise and ignore Doxygen group commands @{ and @} 2022-04-07 12:05:54 +12:00
Include Add support for wchar_t * and std::wstring Unicode strings on Linux 2022-05-02 21:08:19 +01:00
Modules [php] Adjust #required params for subclass methods 2022-06-14 16:00:46 +12:00
Preprocessor Fix previous commit 2022-03-20 19:44:23 +13:00
Swig Avoid emitting locals duiring keyword typemap lookup 2022-06-04 14:19:15 +01: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.