summaryrefslogtreecommitdiff
path: root/Lib/perl5/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
* Fix STL wrappers to not generate <: digraphs.William S Fulton2015-12-121-3/+3
* 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
* 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
* Support for std::map (thanks, Dave)Luigi Ballabio2003-02-271-0/+190