summaryrefslogtreecommitdiff
path: root/Lib/tcl/std_map.i
Commit message (Expand)AuthorAgeFilesLines
* Add STL container copy constructors where missingWilliam S Fulton2019-02-141-1/+1
* Add missing typedefs to std::mapWilliam S Fulton2019-02-131-0/+6
* Add missing parameter names in STL container wrappersWilliam S Fulton2019-02-131-1/+1
* Add support for non-default compare template argument in std::map wrappersWilliam S Fulton2018-10-091-5/+5
* Remove author names - they are in the COPYRIGHT fileWilliam S Fulton2014-06-241-2/+0
* Move some header file includes into fragments for UTL languagesWilliam S Fulton2014-02-211-2/+2
* Fix some language's std::map wrappers to recognise difference_type, size_type...William S Fulton2012-05-151-0/+4
* remove std::map specializations - not needed since the typemap matching rules...William S Fulton2010-04-041-112/+10
* Change typemap matching rules for the default type (SWIGTYPE) to follow templ...William S Fulton2010-04-011-1/+1
* use exception specification instead of %exception to handle STL error checkingWilliam S Fulton2005-07-271-26/+9
* Support for std::map (thanks, Dave)Luigi Ballabio2003-02-271-0/+190