summaryrefslogtreecommitdiff
path: root/Lib/ruby/std_set.i
Commit message (Expand)AuthorAgeFilesLines
* Fix delete_if (reject!) for the STL container wrappers.William S Fulton2013-03-291-0/+19
* Fix missing stddef.h when %import of STL containers. Was causing compile fail...William S Fulton2012-03-201-1/+1
* Apply patch from Patrick Bennett to fix RARRAY_LEN and RARRAY_PTR usage for R...William S Fulton2010-02-131-4/+3
* STL fixes when using %import rather than %include and the Solaris Workshop co...William S Fulton2008-05-071-4/+1
* Moved the std::pair< iterator, bool > typemap to std_set.iGonzalo Garramuno2007-10-291-3/+4
* Added fix for std::pair< iterator, bool >.Gonzalo Garramuno2007-10-291-0/+9
* Added an additional fix to std_set to handle eraseGonzalo Garramuno2007-10-271-6/+99
* Added new typemap and function to turn a Gonzalo Garramuno2007-10-271-2/+39
* Moved functors away from std_set.i and std_map.iGonzalo Garramuno2007-05-161-1/+1
* Fixed renames of std_* containers to a saferGonzalo Garramuno2007-05-161-0/+12
* Added new iterator changes to std.Gonzalo Garramuno2007-05-071-0/+1
* Added constructor that can take functors to allGonzalo Garramuno2007-05-061-0/+1
* Rename fixes to STL.Gonzalo Garramuno2007-05-051-12/+1
* Improved algorithm of renaming of methods with numbers at the end.Gonzalo Garramuno2007-05-041-3/+3
* std::set is now Enumerable once again.Gonzalo Garramuno2007-05-011-2/+2
* Improved multimap, vector and set by rearrangingGonzalo Garramuno2007-05-011-3/+16
* Updated Ruby's STL to new framework.Gonzalo Garramuno2007-04-301-0/+60