aboutsummaryrefslogtreecommitdiff
path: root/Examples
AgeCommit message (Expand)Author
2007-10-17Remove cvs $Header$William S Fulton
2007-10-17attribute tidy up. %attributeref replaces %attribute_refWilliam S Fulton
2007-10-15Patch #1797133 from David Piepgrass fixes %attribute when the getter has the ...William S Fulton
2007-10-15[Tcl] Prevent SWIG_Tcl_ConvertPtr from calling the unknown proc.Olly Betts
2007-10-12minor comment changesWilliam S Fulton
2007-10-12Strip C comments from the java typemaps when determining to use the premature...William S Fulton
2007-10-12Add DetachCurrentThread back in for directors. The problems occuring on Solar...William S Fulton
2007-10-12Added test suite entry for Bug #1735931John Lenz
2007-10-09shared_ptr memory leak testing. Make increment and decrement counts thread sa...William S Fulton
2007-10-07shared_ptr typemaps addedWilliam S Fulton
2007-09-27[lua] move verbose error checks, more test cases, reorg of luatypemaps.swgMark Gossage
2007-09-21Back out valueparm attribute in the csvarin typemap. Add example usage of tem...William S Fulton
2007-09-19More flexible variable wrappers (C# properties). The property set can now sup...William S Fulton
2007-09-19Ensure the premature garbage collection prevention parameter (pgcpp) is gener...William S Fulton
2007-09-17[perl5] Use sv_setpvn() to set a scalar from a pointer and lengthOlly Betts
2007-09-07Fix ignore on implicit constructorsWilliam S Fulton
2007-09-04correct module to useWilliam S Fulton
2007-09-04Added missing stl_new.i testGonzalo Garramuno
2007-09-04Added new li_math.i test.Gonzalo Garramuno
2007-09-04Added some more tests for c file wraps.Gonzalo Garramuno
2007-09-04Added new arrays_runme.rb testsGonzalo Garramuno
2007-09-03remove broken tcl testWilliam S Fulton
2007-09-03Move ruby specific test into Ruby specific testcase li_std_pair_lang_object.iWilliam S Fulton
2007-08-20Fix bug #1776651 - bug when the director class name is similar to other symbo...William S Fulton
2007-08-20correct template_methods testnameWilliam S Fulton
2007-08-17Correct behaviour for templated methods used with %rename or %ignore and %tem...William S Fulton
2007-08-17remove java file in C# directoryWilliam S Fulton
2007-08-09Remove obscure mpointer example and replace with member_pointer.i testcase an...William S Fulton
2007-08-02calling the callback functions directly added to the exampleWilliam S Fulton
2007-08-01Fix smart pointers and member methodsWilliam S Fulton
2007-07-24remove non-portable testWilliam S Fulton
2007-07-24extend_variable is broken for most languages - move to broken testsWilliam S Fulton
2007-07-24fixes to use parallel make when running the examples and test-suiteWilliam S Fulton
2007-07-10[lua] extras compability for lua 5.1, fixed a static link name conflictMark Gossage
2007-07-05[lua] Fix a bug in SWIG_ALLOC_ARRAY()Mark Gossage
2007-07-03Fix directors for some overloaded methods where the imtype resulted in identi...William S Fulton
2007-05-26more thorough %rename tests including conversion operator %renameWilliam S Fulton
2007-05-23Added automatic calculation of O(n).Gonzalo Garramuno
2007-05-23Improved printing in test.Gonzalo Garramuno
2007-05-23Updated li_std_speed.i to also test speed ofGonzalo Garramuno
2007-05-19Added new speed test and minor cosmetic fixes toGonzalo Garramuno
2007-05-08Removed printing from test.Gonzalo Garramuno
2007-05-06Removed macro stuff titles of author, copyright,Gonzalo Garramuno
2007-05-06Removed allocator from constructors.Gonzalo Garramuno
2007-05-06Added an implementation of std_queue with tests.Gonzalo Garramuno
2007-05-06Added an implementation of std_stack.i withGonzalo Garramuno
2007-05-06Modified ruby functors to remove ruby prefix.Gonzalo Garramuno
2007-05-05remove std::set from new extended functions, asGonzalo Garramuno
2007-05-05Removed a printing of vector from test.Gonzalo Garramuno
2007-05-05Rename fixes to STL.Gonzalo Garramuno