summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Fix ODR violationsOlly Betts2021-09-204-2/+8
* swig -go: improve _cgo_panic implementationIan Lance Taylor2021-09-161-6/+3
* swig -go: don't use crosscall2 for panickingIan Lance Taylor2021-09-151-0/+31
* remove Go -no-cgo optionIan Lance Taylor2021-09-141-1556/+161
* Replace remaining PHP errors with PHP exceptionsOlly Betts2021-05-261-52/+6
* php: Throw exceptions instead of using errorsOlly Betts2021-05-251-8/+19
* Map known PHP interfaces to zend_class_entry*Olly Betts2021-05-251-19/+57
* Remove details of long-removed directoriesOlly Betts2021-05-161-10/+0
* [UFFI] Remove code for Common Lisp UFFIOlly Betts2021-05-161-405/+0
* [S-EXP] Remove code for Common Lisp S-ExpOlly Betts2021-05-161-402/+0
* [Pike] Remove code for PikeOlly Betts2021-05-161-892/+0
* [Modula3] Remove code for Modula3Olly Betts2021-05-162-3936/+1
* [CLISP] Remove code for GNU Common LispOlly Betts2021-05-161-515/+0
* [Chicken] Remove code for ChickenOlly Betts2021-05-161-1516/+0
* Remove bogus reference to allegrocl:old-sym:nameOlly Betts2021-05-131-1/+1
* [Allegrocl] Remove code for Allegro Common LispOlly Betts2021-05-131-2962/+0
* [php] Simplify naming of overloaded method wrappersOlly Betts2021-05-121-12/+2
* [php] Fix -prefix when there are subclassesOlly Betts2021-05-121-3/+3
* Fix comment typoOlly Betts2021-05-051-1/+1
* Clean up includes of PHP API headersOlly Betts2021-05-051-1/+0
* Improve commentOlly Betts2021-05-051-1/+3
* Don't generate a .php wrapper file by defaultOlly Betts2021-05-041-18/+24
* Fix segfault in exception class creationOlly Betts2021-05-041-49/+40
* Remove CG(active_class_entry) = NULL;Olly Betts2021-05-041-2/+0
* php: Stop using dl()Olly Betts2021-05-031-18/+21
* Fix type in SWIG_DIRECTOR_CASTOlly Betts2021-05-031-1/+1
* Merge branch 'master' into gsoc2017-php7-classes-via-c-apiOlly Betts2021-05-0325-267/+14
|\
| * Remove support for $source and $targetOlly Betts2021-04-3023-275/+11
| * bool performance warning fixWilliam S Fulton2021-04-261-1/+1
| * Fix -Wchar-subscripts warningWilliam S Fulton2021-04-262-2/+2
* | Implement director-disown for PHPOlly Betts2021-05-031-7/+21
* | Only emit custom free_obj handler if neededOlly Betts2021-04-221-12/+14
* | Eliminate remaining use of $needNewFlowOlly Betts2021-04-221-1/+0
* | Make PHP directors work more like other languagesOlly Betts2021-04-221-43/+13
* | Whitespace tweaksOlly Betts2021-04-221-3/+3
* | Pass NULL instead of an empty zend_function_entryOlly Betts2021-04-211-5/+1
* | Just call the internal class entry internal_ceOlly Betts2021-04-211-11/+11
* | Use PTR instead of zv for SWIG_remove() parameterOlly Betts2021-04-211-2/+2
* | Eliminate SWIG_SetZval()Olly Betts2021-04-211-1/+0
* | Remove bogus zend_string_release() in magic methodsOlly Betts2021-04-211-3/+0
* | Eliminate unused code in generated __isset methodsOlly Betts2021-04-211-5/+2
* | Merge branch 'master' into gsoc2017-php7-classes-via-c-apiOlly Betts2021-04-211-1/+1
|\ \ | |/
| * Fix more "allows to" and other typosOlly Betts2021-04-211-1/+1
* | Use PHP objects instead of resources to wrap pointersOlly Betts2021-04-211-47/+69
* | Fix -prefix to prefix PHP class namesOlly Betts2021-04-201-15/+15
* | Merge branch 'master' into gsoc2017-php7-classes-via-c-apiOlly Betts2021-04-191-1/+1
|\ \ | |/
| * Initialise _v to 0 in typecheck caseOlly Betts2021-04-191-1/+1
* | Generate list of string compares for __isset()Olly Betts2021-04-191-9/+16
* | Clean up code to generate magic property methodsOlly Betts2021-04-191-154/+137
* | Remove variable which is set but never usedOlly Betts2021-04-191-5/+0