summaryrefslogtreecommitdiff
path: root/Lib/ruby/std_map.i
Commit message (Expand)AuthorAgeFilesLines
* UTL STL container descriptor checksWilliam S Fulton2016-07-281-1/+2
* Fix for missing C++ code in std::multimap wrappers.William S Fulton2013-08-061-59/+64
* Various ruby-1.9.x compile fixes including patch from NibbleWilliam S Fulton2010-02-131-1/+2
* Moved functors away from std_set.i and std_map.iGonzalo Garramuno2007-05-161-2/+0
* Fixed renames of std_* containers to a saferGonzalo Garramuno2007-05-161-0/+12
* Added new iterator changes to std.Gonzalo Garramuno2007-05-071-20/+25
* Added constructor that can take functors to allGonzalo Garramuno2007-05-061-0/+1
* Rename fixes to STL.Gonzalo Garramuno2007-05-051-15/+2
* Updated Ruby manual to enhance section on the STL.Gonzalo Garramuno2007-05-031-2/+2
* Made autodoc ignore numinputs=0.Gonzalo Garramuno2007-05-021-2/+2
* Fixed VALUE less compare function to be a good GC_VALUEGonzalo Garramuno2007-05-011-0/+41
* Added proper each(), printing and other methods to mapGonzalo Garramuno2007-05-011-12/+48
* Fixes to std_map and multimap. There's still a problemGonzalo Garramuno2007-05-011-3/+94
* Several fixes to GC_VALUE, and map containers.Gonzalo Garramuno2007-04-301-10/+16
* Updated Ruby's STL to new framework.Gonzalo Garramuno2007-04-301-1253/+227
* Support building with recent versions of the Ruby 1.9 development branch.Olly Betts2006-09-231-32/+32
* Common template for head of each file detailing licence, distribution and aut...William S Fulton2006-03-071-6/+8
* use exception specification instead of %exception to handle STL error checkingWilliam S Fulton2005-07-271-26/+9
* std::map ready for prime time (hopefully)Luigi Ballabio2003-03-111-16/+16
* Support for std::map (thanks, Dave)Luigi Ballabio2003-02-271-0/+1281