summaryrefslogtreecommitdiff
path: root/Examples
Commit message (Expand)AuthorAgeFilesLines
* Compiler warning fix in Perl out typemap for std::vectorWilliam S Fulton2008-12-291-0/+6
* comment correctionWilliam S Fulton2008-12-281-1/+1
* li_intrusive_ptr test - commented out as not fully workingWilliam S Fulton2008-12-281-0/+1
* Add boost::intrusive_ptr wrappers from Mike RowbothamWilliam S Fulton2008-12-282-0/+1193
* overlooked build system mods now implemented to remove warning 125William S Fulton2008-12-242-2/+2
* warning fixesWilliam S Fulton2008-12-241-1/+1
* warning fixesWilliam S Fulton2008-12-242-10/+10
* Fix #2153773 - %nojavaexception - disabling and clearing Java checked exceptionsWilliam S Fulton2008-12-232-0/+53
* Apply patch from Kalyanov Dmitry which fixes parsing of nested structs contai...William S Fulton2008-12-123-18/+34
* remove last vestiges of php4 and encourage use of -php rather than -php5William S Fulton2008-12-062-6/+6
* modify build system to use php instead of php4William S Fulton2008-12-0614-6/+6
* modify build system to use php instead of php4William S Fulton2008-12-0669-139/+139
* add test for inheritance of 3 classes deep which exposes a problem in the pyt...William S Fulton2008-12-064-2/+65
* 2to3 has its way to exclude fixer now, so we nolonger need our hackHaoyu Bai2008-12-031-3/+1
* Commited SF#2158938: change all SWIG symbols start with Py to a new name.Haoyu Bai2008-12-034-8/+8
* Apply patch #2143727 for Python from Serge Monkewitz to fix importing base cl...William S Fulton2008-12-026-10/+31
* revert mistaken checkinWilliam S Fulton2008-11-281-1/+1
* UTL - Fix some incorrect acceptance of types in the STL, eg a double * elemen...William S Fulton2008-11-286-2/+67
* move iadd.h contents into iadd.iWilliam S Fulton2008-11-282-51/+50
* fix test names since they were renamed recentlyWilliam S Fulton2008-11-261-6/+8
* modifying build system not to rely on the -I path to find the input files avo...William S Fulton2008-11-269-424/+15
* modifying build system not to rely on the -I path to find the input files avo...William S Fulton2008-11-2629-72/+19
* remove svn:executable property where applied incorrectlyWilliam S Fulton2008-11-264-0/+0
* remove svn:executable property where applied incorrectlyWilliam S Fulton2008-11-2616-0/+0
* modify test-suite (barring python atm) to not rely on the -I path to find the...William S Fulton2008-11-2661-709/+390
* gcc-4.3 warning fixesWilliam S Fulton2008-11-262-2/+9
* give operator bool() a nameWilliam S Fulton2008-11-231-0/+2
* error: ‘pthread_once’ was not declared in this scopeWilliam S Fulton2008-11-231-4/+9
* rename php4 to phpWilliam S Fulton2008-11-22111-0/+0
* rename java run tests from main to runme for consistency across the languagesWilliam S Fulton2008-11-1733-40/+40
* Add the strip encoder patch from Anatoly Techtonik #2130016William S Fulton2008-11-013-0/+23
* [allegrocl] Various fixes to the generated C wrapper code (enums, constants, ...Mikel Bancroft2008-09-302-92/+30
* merge test case pybuf and benchmark pybuf_benchmark into a single test caseHaoyu Bai2008-09-284-58/+68
* fix clash between php and python when running scriptsWilliam S Fulton2008-09-242-7/+7
* [allegrocl] Make type and namespace wrapping more compatible with other modul...Mikel Bancroft2008-09-222-3/+34
* fix unused variable warningWilliam S Fulton2008-09-181-0/+1
* Add C# array typemaps provided by Antti Karanta.William S Fulton2008-09-189-3/+272
* Document the module attribute in %import and add warning to Python for when i...William S Fulton2008-09-182-2/+10
* remove _runme3 file that was checked in by mistakeHaoyu Bai2008-09-131-16/+0
* fix a typo in python/Makefile.inHaoyu Bai2008-09-131-1/+1
* add removing of 2to3 generated runme3.py in make clean targetHaoyu Bai2008-09-132-3/+6
* fix merge problem: remove USE_VALGRIND because it is already moved to common.mkHaoyu Bai2008-09-131-5/+1
* Merged the Python 3.0 support branch. The merging progress is not so smooth, ...Haoyu Bai2008-09-1156-96/+406
* [Python] Commit patch #2089149: Director exception handling manglesRichard Boulton2008-09-101-10/+37
* Add new terminator attribute for the csin typemap for C#William S Fulton2008-09-021-1/+100
* fix runtime problem in Ruby std_vector exampleWilliam S Fulton2008-09-011-4/+4
* rollback 10737:10749, this work is better left on a branch until it is Robert Stone2008-08-191-1/+1
* initial steps to clean up perl5 class methods (primarily constructors).Robert Stone2008-08-081-1/+1
* Fix building of Tcl examples/test-suite on Mac OSXWilliam S Fulton2008-07-191-2/+4
* Fix director typemaps for pointers so that NULL pointers are correctly marsha...William S Fulton2008-07-143-18/+119