summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [perl] Require at least Perl 5.8.0perl-5.8-minimumOlly Betts2022-01-1811-130/+33
* [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
|\ \
| * | Remove unused Printf parametersphp-codegen-improvementsOlly Betts2021-12-181-2/+2
| * | Make some generated variables staticOlly Betts2021-12-171-2/+2
| * | Improve naming of zend_class_entry structsOlly Betts2021-12-172-34/+35
| * | Fix source code comment typoOlly Betts2021-12-171-1/+1
| * | Improve generated object handlersOlly Betts2021-12-172-69/+95
| * | Make some generated functions staticOlly Betts2021-12-171-4/+4
| * | Rename php_fetch_object with swig_ prefixOlly Betts2021-12-172-5/+5
|/ /
* | Tweak source whitespace to match SWIG conventionsOlly Betts2021-12-152-69/+68
* | [php] Simplify creating overload dispatch nameOlly Betts2021-12-151-8/+2
* | Fix transposed outputs in internals docOlly Betts2021-12-151-12/+12
* | [lua] Fix maybe-uninitialized warning in generated codetytan6522021-12-151-1/+1
* | [php] Tidy up code which processes in typemapsOlly Betts2021-12-131-23/+21
* | Make DOH Char macro more robustOlly Betts2021-12-131-1/+1
* | [php] Remove redundant in typemap for boolOlly Betts2021-12-131-1/+0
* | [php] Add runme for long_long testcaseOlly Betts2021-12-131-0/+61
* | Simplify PHP backend codeOlly Betts2021-12-131-13/+1