summaryrefslogtreecommitdiff
path: root/Lib/ruby/std_vector.i
Commit message (Expand)AuthorAgeFilesLines
* Fixed renames of std_* containers to a saferGonzalo Garramuno2007-05-161-0/+10
* Rename fixes to STL.Gonzalo Garramuno2007-05-051-15/+3
* Improved multimap, vector and set by rearrangingGonzalo Garramuno2007-05-011-2/+0
* Yet even better swig assert.Gonzalo Garramuno2007-05-011-0/+2
* Updated Ruby's STL to new framework.Gonzalo Garramuno2007-04-301-482/+39
* Support building with recent versions of the Ruby 1.9 development branch.Olly Betts2006-09-231-24/+24
* Common template for head of each file detailing licence, distribution and aut...William S Fulton2006-03-071-6/+8
* fix ruby std::vector to support element with nodefault constructorsMarcelo Matus2006-02-081-7/+9
* Fixes bug 1386579. When returning a vector of pointers, do not createCharlie Savage2005-12-271-1/+1
* use exception specification instead of %exception to handle STL error checkingWilliam S Fulton2005-07-271-36/+10
* Raising check made tolerant during typecheckLuigi Ballabio2004-10-291-3/+3
* Char and unsigned-char specialization addedLuigi Ballabio2003-11-191-0/+2
* Fixed some errors in the template specialization for std_vector.i onLogan Johnson2003-11-121-4/+4
* Specialization for vector<T*>Luigi Ballabio2003-09-241-0/+146
* std::map ready for prime time (hopefully)Luigi Ballabio2003-03-111-2/+2
* Allow objects to be modified during iteration (and minor method name change)Luigi Ballabio2003-01-291-4/+2
* The great mergeDave Beazley2002-11-301-0/+373