summaryrefslogtreecommitdiffstats
path: root/php/patch_swig_output.py
Commit message (Collapse)AuthorAgeFilesLines
* Bindings: remove all SWIG bindings and SWIG related filesBenjamin Dauvergne2010-01-251-285/+0
|
* * Remove ending blanksBenjamin Dauvergne2008-09-121-4/+4
|
* * Fix blanks mismatch (space in *.c and *h files or tabs in *.py files) and ↵Benjamin Dauvergne2008-08-051-2/+2
| | | | formatting
* export SWIG_VERSION into Makefile.amBenjamin Dauvergne2008-05-271-85/+90
| | | | handle swig < 1.3.32 and swig >= 1.3.32 with two different versions of the patch script
* Fix escaping of parenthesis inside a regexBenjamin Dauvergne2008-05-261-3/+3
|
* add pact for SWIG 1.3.33, need to be tested agains previous and later ↵Benjamin Dauvergne2008-05-191-2/+45
| | | | versions of SWIG
* fixed Python scripts Damien broke when he updated copyright without checking.Frederic Peters2007-06-051-1/+1
|
* updated Copyright dates in remaining filesDamien Laniel2007-05-301-1/+1
|
* more fixes for optional arg support in PHPFrederic Peters2006-12-281-7/+27
|
* optional args are handled differently in newer SWIG versionsFrederic Peters2006-12-281-4/+20
|
* removed debugging outputFrederic Peters2006-11-271-1/+1
|
* killed a chicken to restore swig voodoo; hope it is enough, I'm running outFrederic Peters2006-03-201-10/+11
| | | | of virgins.
* bindings working with swig 1.3.27Frederic Peters2005-12-101-5/+0
|
* ultra magic swig search&replace; compiles with new debian php packages (andFrederic Peters2005-02-081-0/+7
| | | | old ones too)
* another php api change bites the dustFrederic Peters2005-02-081-0/+3
|
* first fix for debian php package abi changes; zend_register_internal_class_exFrederic Peters2005-02-081-0/+5
| | | | gained a mysterious parameter
* Updated Copyright and authors.Emmanuel Raviart2005-01-221-1/+1
|
* SWIG: Added yet another correction in generated PHP lasso_wrap.c forEmmanuel Raviart2005-01-211-0/+6
| | | | handling of optional arguments.
* SWIG: Added patch for PHP lasso_wrap.c to correct handling of optionalEmmanuel Raviart2005-01-211-0/+11
| | | | arguments in methods.
* Updated authors.Emmanuel Raviart2005-01-151-2/+27
| | | | | | Changed authors & copyright in SWIG and unit tests headers. Extracted binding_tests.py from profiles_tests.py, so that each language has a binding specific test.
* Corrected patch to SWIG PHP output.Emmanuel Raviart2005-01-131-4/+1
|
* safe against unfound stringsFrederic Peters2005-01-131-0/+3
|
* PHP Binding: Added support for NULL return value.Emmanuel Raviart2005-01-131-18/+50
|
* Corrected SWIG PHP output patch to be pre-C99 compatible.Emmanuel Raviart2005-01-111-15/+4
|
* changed php swig patch script to use stdin and stdoutFrederic Peters2005-01-101-6/+4
|
* Swig: Added a patch to PHP, so that it handles correctly dynamic cast ofEmmanuel Raviart2005-01-091-0/+129
function results. [Note: Patch is not integrated in Makefile.am.]