summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'master' into gsoc2017-php7-classes-via-c-apiOlly Betts2021-05-036-20/+20
|\
| * Fix Java %interface family of macrosWilliam S Fulton2021-04-271-1/+1
| * Member function pointer typemap tweaksWilliam S Fulton2021-04-265-19/+19
* | Implement director-disown for PHPOlly Betts2021-05-031-1/+21
* | Fix directorout SWIGTYPE typemapsOlly Betts2021-04-223-7/+46
* | Eliminate remaining use of $needNewFlowOlly Betts2021-04-221-7/+2
* | Make PHP directors work more like other languagesOlly Betts2021-04-224-23/+15
* | Whitespace tweaksOlly Betts2021-04-221-2/+1
* | Wrap pointer to member as object not resourceOlly Betts2021-04-222-19/+4
* | Fix mixed declarations and codeOlly Betts2021-04-221-1/+2
* | Use malloc() not emalloc() when free() gets usedOlly Betts2021-04-211-1/+1
* | Use $1 instead of result in out typemapsOlly Betts2021-04-211-2/+2
* | Eliminate SWIG_SetZval()Olly Betts2021-04-212-31/+16
* | Eliminate $needNewFlow from factory.iOlly Betts2021-04-211-2/+2
* | Fix mixed declarations and codeOlly Betts2021-04-211-4/+6
* | Merge branch 'master' into gsoc2017-php7-classes-via-c-apiOlly Betts2021-04-216-9/+9
|\ \ | |/
| * Fix more "allows to" and other typosOlly Betts2021-04-215-8/+8
| * swigrun.swg: fix typoEven Rouault2021-04-211-1/+1
| * php: Make typemap formatting more consistentOlly Betts2021-04-131-21/+21
| * php: Merge two identical typemapsOlly Betts2021-04-131-8/+2
* | Use PHP objects instead of resources to wrap pointersOlly Betts2021-04-214-64/+28
* | Don't special case NULL in the REF in typemapOlly Betts2021-04-201-8/+4