aboutsummaryrefslogtreecommitdiff
path: root/Examples
AgeCommit message (Expand)Author
2007-05-04Improved algorithm of renaming of methods with numbers at the end.Gonzalo Garramuno
2007-05-03Added a simple script to check missing testsGonzalo Garramuno
2007-05-03Added support for inheritance in class description,Gonzalo Garramuno
2007-05-02Made autodoc ignore numinputs=0.Gonzalo Garramuno
2007-05-02Improvements to ruby's autodocumentation.Gonzalo Garramuno
2007-05-02STL stream support for Ruby.Gonzalo Garramuno
2007-05-02Fixed issues with C++ classes and hierachies across multiple source files. Mark Gossage
2007-05-02Fixed last test in std_set test suite that wasGonzalo Garramuno
2007-05-01Fixed a bug with argout values being incorrectlyGonzalo Garramuno
2007-05-01Added support for complex numbers.Gonzalo Garramuno
2007-05-01Fixed VALUE less compare function to be a good GC_VALUEGonzalo Garramuno
2007-05-01Improved multimap, vector and set by rearrangingGonzalo Garramuno
2007-05-01Added set test.Gonzalo Garramuno
2007-05-01Added set test.Gonzalo Garramuno
2007-05-01Added new li_std_map.i test to Makefile.Gonzalo Garramuno
2007-05-01Changed %trackobjects directive to %feature directiveGonzalo Garramuno
2007-05-01Added li_std_map.i as a generic test.Gonzalo Garramuno
2007-05-01Added proper each(), printing and other methods to mapGonzalo Garramuno
2007-05-01Yet even better swig assert.Gonzalo Garramuno
2007-05-01Moved the GC_VALUE class over to rubystdcommonGonzalo Garramuno
2007-05-01Fixes to std_map and multimap. There's still a problemGonzalo Garramuno
2007-04-30An improvement to error reporting andGonzalo Garramuno
2007-04-30Updated CHANGES.current.Gonzalo Garramuno
2007-04-30Updated std::vector, std::pair tests.Gonzalo Garramuno
2007-04-29Improved the swig_gc.rb interface.Gonzalo Garramuno
2007-04-29Made GC.stats report things only in verbose mode.Gonzalo Garramuno
2007-04-28Added new tests.Gonzalo Garramuno
2007-04-28Added new swig_gc.rb file to obtain easy statsGonzalo Garramuno
2007-04-28Updated some tests to use swig_assert.Gonzalo Garramuno
2007-04-28Added some runtime tests for ruby.Gonzalo Garramuno
2007-04-28Updated swig_assert to optionally be more verboseGonzalo Garramuno
2007-04-28Fixed ruby's newobject1 and newobject2 demos.Gonzalo Garramuno
2007-04-27Change class name for RubyWilliam S Fulton
2007-04-21Fix parsing of float constants with an exponent (e.g. 1e-02f) (bug #1699646).Olly Betts
2007-04-20[Python] Fix lack of generation of docstrings when -O is used.Olly Betts
2007-04-18add missing c# testsWilliam S Fulton
2007-04-17pre, post, cshin, pgcppname attribute tests for javain/csin typemapWilliam S Fulton
2007-04-16Don't treat `restrict' as a reserved identifier in C++ mode.Olly Betts
2007-04-02add in global array variableWilliam S Fulton
2007-04-02test %array_class and %array_functions of non primitive type addedWilliam S Fulton
2007-03-19test %apply pointer to ARRAYSOFCLASSESWilliam S Fulton
2007-02-22Fixed bug in typemaps which caused derived_byvalue and rname test cases to fail.Mark Gossage
2007-01-25Fix #1538522 and #1338527, forward templated class declarations without a nam...William S Fulton
2007-01-22Added a lua specific carrays.i which adds the operator[] support.Mark Gossage
2007-01-12fixed test case: dynamic_casts, exception_partial_info, li_std_string, size_tMark Gossage
2006-12-21making setting immutables an errorMark Gossage
2006-12-15add C# std::string and wchar typemapsWilliam S Fulton
2006-12-15test globalWilliam S Fulton
2006-12-03Remove cvsignore files: this is stored on svn:igonre property nowJohn Lenz
2006-11-29add %extend for static member variables testWilliam S Fulton