summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* PCRE2Julien Schueller2022-01-2112-121/+106
* [php] Add type declarations for optional params tooOlly Betts2022-01-211-0/+4
* [tcl] Drop remnants of support for Tcl < 8Olly Betts2022-01-213-14/+2
* [php] Provide zend_class_implements_interface() for 7.xOlly Betts2022-01-211-6/+18
* [php] Actually generate parameter type declarationsOlly Betts2022-01-211-1/+1
* [php] Fix minor version testOlly Betts2022-01-211-1/+1
* Fix unterminated comment in previous commitOlly Betts2022-01-211-1/+1
* [php] Fix zend_class_implements_interface() compatOlly Betts2022-01-211-1/+6
* [python] Add multivalue_runme.pyOlly Betts2022-01-211-0/+19
* [php] Use -prefix setting in type declarationsOlly Betts2022-01-213-3/+16
* [php] Allow testing if an object is SWIG-wrappedOlly Betts2022-01-203-4/+35
* CHANGES.current: Add entry for previous commitOlly Betts2022-01-201-0/+6
* [php] Generate PHP type declarationsOlly Betts2022-01-2012-191/+531
* gcc-12 warning fix in test-caseWilliam S Fulton2022-01-181-1/+1
* [perl] Require at least Perl 5.8.0Olly Betts2022-01-1911-130/+33
* Fix Appveyor mingw builds - install autotoolsWilliam S Fulton2022-01-181-1/+1
* Ensure GHA fails when testflags.py failsWilliam S Fulton2022-01-181-2/+2
* [perl] Document explicitly not to use %OWNER directlyOlly Betts2022-01-181-4/+11
* Fix missing HTML escaping in Octave docsOlly Betts2022-01-181-13/+13
* Fix PHP docs formatting issueOlly Betts2022-01-161-1/+4
* Add Python testcase for testing flatstaticmethod syntaxWilliam S Fulton2022-01-154-4/+123
* %callback and Python class access for C++ static member functions fixesWilliam S Fulton2022-01-144-15/+38
* [Python] Add missing Python kwargs builtin supportWilliam S Fulton2022-01-144-2/+13
* Update Python tests to not use flatstaticmethod accessWilliam S Fulton2022-01-1422-74/+52
* Stop using Travis CI which doesn't work any longerVadim Zeitlin2022-01-105-576/+1
* GHA debug via ssh infoWilliam S Fulton2022-01-101-0/+4
* Merge pull request #2095 from vadz/extend-suffixWilliam S Fulton2022-01-082-12/+26
|\
| * Use SWIG-specific for non-overloaded synthesized functions tooVadim Zeitlin2021-11-092-3/+15
| * Refactor code in Language::staticmemberfunctionHandler()Vadim Zeitlin2021-11-091-9/+11
* | Building distribution fixes and pcre version displayWilliam S Fulton2022-01-082-7/+8
* | Add recent change to changes fileWilliam S Fulton2022-01-081-0/+6
* | Support std::array in Golang (#2045)ERROR2022-01-043-1/+112
* | Remove obsolete code to set SWIG_V8_VERSIONOlly Betts2021-12-291-7/+1
* | Escape a literal > in PHP.htmlOlly Betts2021-12-291-1/+1
* | [php] Add director_ownership_runme.phpOlly Betts2021-12-291-0/+28
* | [python] Add 3.10 to Python versions in configureOlly Betts2021-12-241-1/+1
* | [php] Improve wording in the manualOlly Betts2021-12-241-5/+8
* | Clean up testcase source whitespaceOlly Betts2021-12-231-11/+9
* | Remove redundant test casesOlly Betts2021-12-231-12/+0
* | preproc_cpp test for testing preprocessor and C++William S Fulton2021-12-223-0/+41
* | [php] Add missing runmes for overload_* testcasesOlly Betts2021-12-229-0/+363
* | Remove C++ comments from preproc C testWilliam S Fulton2021-12-211-39/+38
* | [php] Use SWIG_TypeCheckStruct to check typesOlly Betts2021-12-192-38/+18
* | [php] Add overload_simple_runme.phpOlly Betts2021-12-181-0/+194
* | [PHP] Add new PHP 8.1 keywordOlly Betts2021-12-183-0/+28
* | TODO: Remove stale PHP entryOlly Betts2021-12-181-2/+1
* | [php] Always use <?php to start .php fileOlly Betts2021-12-182-2/+2
* | [php] Add more checks to some PHP testcasesOlly Betts2021-12-183-1/+27
* | [php] Actually implement abstract_inherit_runme.phpOlly Betts2021-12-182-8/+11
* | Merge branch 'php-codegen-improvements'Olly Betts2021-12-183-96/+123
|\ \