summaryrefslogtreecommitdiff
path: root/Lib/ruby/rubycontainer.swg
Commit message (Expand)AuthorAgeFilesLines
* Ruby - catch exceptions by const referenceWilliam S Fulton2020-02-181-9/+8
* Catch exceptions by reference rather than by value.Daniel Mach2020-02-141-5/+5
* Python STL container method overloading fixWilliam S Fulton2019-08-061-8/+2
* Add missing parameter names in STL container wrappersWilliam S Fulton2019-02-131-2/+2
* as() now always throws and never creates an invalid object with memset()Mike Romberg2017-07-031-6/+6
* Remove inheritance from std::unary_function and std::binary_function,Anthony Heading2016-12-291-1/+1
* UTL STL container descriptor checksWilliam S Fulton2016-07-281-10/+7
* Ruby STL container setting slices fixesWilliam S Fulton2015-11-251-9/+13
* Ruby STL container ranges and slices fixes.William S Fulton2015-11-251-38/+50
* Ruby STL container negative indexing support improvedWilliam S Fulton2015-11-251-7/+5
* Add Ruby std_array.i - std::array wrappersWilliam S Fulton2015-11-251-41/+58
* Move some header file includes into fragments for UTL languagesWilliam S Fulton2014-02-211-3/+1
* Fix some gcc -Wall unused warnings in the Ruby wrappersWilliam S Fulton2013-10-181-1/+0
* Fix delete_if (reject!) for the STL container wrappers.William S Fulton2013-03-291-21/+14
* Fix missing stddef.h when %import of STL containers. Was causing compile fail...William S Fulton2012-03-201-0/+1
* Fix import_stl testcaseWilliam S Fulton2011-05-191-1/+2
* Fix typo "the the" -> "the"Olly Betts2010-10-191-2/+1
* SWIG license change - The Examples and Lib move to a very permissive license ...William S Fulton2010-02-271-3/+0
* Various ruby-1.9.x compile fixes including patch from NibbleWilliam S Fulton2010-02-131-5/+6
* Apply patch from Patrick Bennett to fix RARRAY_LEN and RARRAY_PTR usage for R...William S Fulton2010-02-131-12/+9
* Add Ruby missing methods for vector<bool> specializationWilliam S Fulton2009-08-151-24/+1
* Fix crashing in the Ruby reject method in the STL wrappersWilliam S Fulton2008-06-211-2/+4
* STL fixes when using %import rather than %include and the Solaris Workshop co...William S Fulton2008-05-071-4/+1
* Made set_err false by default, as that gives a better overloadedGonzalo Garramuno2008-01-191-1/+1
* Moved the std::pair< iterator, bool > typemap to std_set.iGonzalo Garramuno2007-10-291-21/+1
* more signed / unsigned mismatch fixesWilliam S Fulton2007-10-261-1/+1
* signed / unsigned mismatch fixesWilliam S Fulton2007-10-261-5/+6
* Added a partial specialization for swig::GC_VALUEGonzalo Garramuno2007-05-201-1/+41
* Fix for std::pair< iterator, iterator > making theGonzalo Garramuno2007-05-171-5/+8
* Added some spaces in template names to avoidGonzalo Garramuno2007-05-161-7/+7
* Fixed swig::ConstIterator to use a GC_VALUEGonzalo Garramuno2007-05-081-14/+44
* Added new iterator changes to std.Gonzalo Garramuno2007-05-071-29/+81
* remove std::set from new extended functions, asGonzalo Garramuno2007-05-051-30/+28
* Added new rubycontainer_extended.swg file.Gonzalo Garramuno2007-05-051-17/+9
* Rename fixes to STL.Gonzalo Garramuno2007-05-051-4/+1
* Improved algorithm of renaming of methods with numbers at the end.Gonzalo Garramuno2007-05-041-4/+4
* Updated Ruby manual to enhance section on the STL.Gonzalo Garramuno2007-05-031-1/+1
* Made autodoc ignore numinputs=0.Gonzalo Garramuno2007-05-021-4/+4
* Fixed last test in std_set test suite that wasGonzalo Garramuno2007-05-021-20/+39
* Fixed a bug with argout values being incorrectlyGonzalo Garramuno2007-05-011-0/+1
* Added support for complex numbers.Gonzalo Garramuno2007-05-011-1/+1
* Added select() function to sequences.Gonzalo Garramuno2007-05-011-4/+4
* Fixed VALUE less compare function to be a good GC_VALUEGonzalo Garramuno2007-05-011-22/+19
* Improved multimap, vector and set by rearrangingGonzalo Garramuno2007-05-011-52/+65
* Added proper each(), printing and other methods to mapGonzalo Garramuno2007-05-011-36/+17
* Yet even better swig assert.Gonzalo Garramuno2007-05-011-3/+13
* Fixes to std_map and multimap. There's still a problemGonzalo Garramuno2007-05-011-10/+12
* Several fixes to GC_VALUE, and map containers.Gonzalo Garramuno2007-04-301-2/+30
* Typo fix.Gonzalo Garramuno2007-04-301-1/+0
* Updated CHANGES.current.Gonzalo Garramuno2007-04-301-31/+43