summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [js] Completely remove fallback to SWIG_TypeCheck()test-using-swig-typecheckstruct-moreOlly Betts2021-12-201-4/+0
* [octave,python] Revert to SWIG_TypeCheckOlly Betts2021-12-192-3/+3
* Use SWIG_TypeCheckStruct to check types where possibleOlly Betts2021-12-197-10/+11
* [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
* Update PHP source commentOlly Betts2021-12-131-1/+1
* Remove unused code from PHP backendOlly Betts2021-12-131-47/+0
* Fix removeNode() to really unset previousSiblingOlly Betts2021-12-101-1/+1
* [php] Remove unused variableOlly Betts2021-12-101-2/+1
* [php] configure: Check for php8.1 binaryOlly Betts2021-12-081-1/+1
* [php] Fix two incorrect PHP 8 conditionalsOlly Betts2021-12-082-5/+5
* Merge pull request #2116 from vstinner/python311William S Fulton2021-12-071-0/+4
|\
| * Add Python 3.11 support: use Py_SET_TYPE()Victor Stinner2021-12-061-0/+4
* | Add Octave 6 to changes fileWilliam S Fulton2021-12-051-0/+5
* | Whitespace consistency fix in CI-linux-install.shWilliam S Fulton2021-12-051-3/+3
* | GHA: Test Octave 6.4William S Fulton2021-12-052-4/+11
* | Additional changes due to name changes in octave-6 * is_map to isstruct, is_o...Robert Fries2021-12-051-0/+18
* | Octave module lets examples and tests work with Octave-6 * Try-catch replacem...Robert Fries2021-12-053-9/+83
* | Allow swig wrapped modules to compile with -BsymbolicRobert Fries2021-12-052-0/+10
* | [php] Ensure _runme.php calls check::done()Olly Betts2021-12-0510-0/+20
* | [php] Check fooCount() in newobject1_runme.phpOlly Betts2021-12-051-0/+7
* | GHA: Test currently supported php versions 7.0-8.1William S Fulton2021-12-041-0/+10
|/
* Remove bom in Windows.htmlWilliam S Fulton2021-12-021-1/+1
* HTML doc fixesWilliam S Fulton2021-12-023-4/+5
* Add Python embedded interpreters fix to changes fileWilliam S Fulton2021-12-021-0/+3
* Merge branch 'fix-crash-2101'William S Fulton2021-12-023-217/+233
|\
| * Added extern "C" block that was removed in previous commit.John Senneker2021-12-011-0/+8
| * Fixed crashes when using embedded Python interpreters.John Senneker2021-11-303-217/+225