summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Support std::array in Golang (#2045)ERROR2022-01-041-0/+43
* [php] Use SWIG_TypeCheckStruct to check typesOlly Betts2021-12-192-38/+18
* [PHP] Add new PHP 8.1 keywordOlly Betts2021-12-181-0/+9
* Improve naming of zend_class_entry structsOlly Betts2021-12-171-6/+6
* Improve generated object handlersOlly Betts2021-12-171-0/+21
* Rename php_fetch_object with swig_ prefixOlly Betts2021-12-171-3/+3
* Tweak source whitespace to match SWIG conventionsOlly Betts2021-12-151-0/+1
* [lua] Fix maybe-uninitialized warning in generated codetytan6522021-12-151-1/+1
* [php] Remove redundant in typemap for boolOlly Betts2021-12-131-1/+0
* [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
* | 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
|/
* Merge branch 'fix-crash-2101'William S Fulton2021-12-022-216/+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-302-216/+225
* | [js] Remove code to handle v8 < 5.0Olly Betts2021-12-026-413/+10
* | Merge branch 'fix_SWIG_V8_VERSION'William S Fulton2021-12-011-1/+4
|\ \
| * | [javascript][v8] SWIG_V8_VERSION generation method corrected.Hirokazu MORIKAWA2021-05-011-1/+4
* | | Fix typosDimitris Apostolou2021-11-174-7/+7
| |/ |/|
* | Scilab compilation fix when wrapping C++11 enum classesWilliam S Fulton2021-11-151-1/+1
* | Lua int ref typemap improvementsWilliam S Fulton2021-11-121-4/+4
* | Fix mismatched new char[] and free() - JavascriptWilliam S Fulton2021-11-121-1/+1
* | Avoid gcc 11 misleading indentation warning in generated codeAnthony Heading2021-10-031-1/+3
* | swig -go: don't use crosscall2 for panickingIan Lance Taylor2021-09-151-52/+1
* | remove Go -no-cgo optionIan Lance Taylor2021-09-141-146/+0
* | Replace remaining PHP errors with PHP exceptionsOlly Betts2021-05-265-12/+9
* | php: Throw exceptions instead of using errorsOlly Betts2021-05-253-14/+26
* | php: SWIG_exception now maps code to exception classOlly Betts2021-05-251-1/+12
* | Map known PHP interfaces to zend_class_entry*Olly Betts2021-05-253-0/+67
* | Further leak fixesAndrew Rogers2021-05-181-23/+43
* | Update tests for failing Python API calls to all use '!= 0'Andrew Rogers2021-05-181-4/+4
* | Tidy up handling of OOM exceptions - Py*_New will call PyErr_NoMemory() inter...Andrew Rogers2021-05-171-5/+1
* | Merge remote-tracking branch 'upstream/master' into memleakAndrew Rogers2021-05-1724-4749/+0
|\ \
| * | [UFFI] Remove code for Common Lisp UFFIOlly Betts2021-05-161-101/+0
| * | [Pike] Remove code for PikeOlly Betts2021-05-164-512/+0
| * | [Modula3] Remove code for Modula3Olly Betts2021-05-163-925/+0
| * | [CLISP] Remove code for GNU Common LispOlly Betts2021-05-161-32/+0
| * | [Chicken] Remove code for ChickenOlly Betts2021-05-169-1961/+0
| * | [Allegrocl] Remove code for Allegro Common LispOlly Betts2021-05-136-1218/+0
* | | [Python] Fix memory leaks.Andrew Rogers2021-05-122-29/+64
|/ /
* | [php] Fix reserved class names TRUE, FALSE, NULLOlly Betts2021-05-121-4/+5
* | [php] Update keyword listOlly Betts2021-05-121-17/+17
* | Fix uses of uninitialised zvalOlly Betts2021-05-051-0/+2
* | Clean up includes of PHP API headersOlly Betts2021-05-051-4/+3
* | [php] Remove redundant conditional includeOlly Betts2021-05-051-1/+0
* | Fix segfault in exception class creationOlly Betts2021-05-041-0/+1
* | php: Stop using dl()Olly Betts2021-05-031-2/+8