summaryrefslogtreecommitdiff
path: root/Lib/mzscheme/std_map.i
Commit message (Expand)AuthorAgeFilesLines
* Add STL container copy constructors where missingWilliam S Fulton2019-02-141-4/+4
* Add missing typedefs to std::mapWilliam S Fulton2019-02-131-0/+36
* Add missing parameter names in STL container wrappersWilliam S Fulton2019-02-131-4/+4
* Add support for non-default compare template argument in std::map wrappersWilliam S Fulton2018-10-091-96/+96
* Fix some language's std::map wrappers to recognise difference_type, size_type...William S Fulton2012-05-151-0/+4
* Apply Ubuntu patch to fix Mzscheme std::map wrappersWilliam S Fulton2010-04-091-8/+8
* SWIG license change - The Examples and Lib move to a very permissive license ...William S Fulton2010-02-271-3/+0
* 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
* Merged MzScheme changes contributed by John Lenz.Matthias Köppe2003-06-101-70/+70
* std::map ready for prime time (hopefully)Luigi Ballabio2003-03-111-48/+28
* Support for std::map (thanks, Dave)Luigi Ballabio2003-02-271-0/+1386