summaryrefslogtreecommitdiff
path: root/Lib/csharp/std_map.i
Commit message (Expand)AuthorAgeFilesLines
* Remove using directives from the generated C# code and fully qualify the use ...Brant K. Kyser2013-10-171-10/+10
* Since SWIG 3.0 removes support for .NET 1.1, cleanup the C# library by removi...Brant K. Kyser2013-10-171-7/+2
* Globablly qualify the use of types from the .NET framework's System namespace...Brant K. Kyser2013-10-171-23/+23
* Add support for std::map<> comparator template argument for C#.Vadim Zeitlin2013-08-291-18/+18
* Fix some language's std::map wrappers to recognise difference_type, size_type...William S Fulton2012-05-151-4/+5
* Apply patch #3212624 fixing std::map Keys property.William S Fulton2011-03-151-1/+1
* Apply patch from Tomas Dirvanauskas for std::map wrappers to avoid throwing e...William S Fulton2010-09-281-11/+13
* remove std::map specializations - not needed since the typemap matching rules...William S Fulton2010-04-041-3/+3
* SWIG license change - The Examples and Lib move to a very permissive license ...William S Fulton2010-02-271-3/+0
* use so that macros are no longer needed for std::map wrappersWilliam S Fulton2009-08-041-365/+55
* std::map C# improvementsWilliam S Fulton2009-05-261-10/+19
* remove authors - these are in the CHANGES files and README filesWilliam S Fulton2009-05-261-1/+0
* Add copy constructor to std::map and make more efficient by passing keys and ...William S Fulton2009-05-261-76/+64
* use instead of selfWilliam S Fulton2009-05-221-21/+21
* std::map improvements based on patch from Yuval BarorWilliam S Fulton2009-05-221-150/+601
* 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-28/+9
* Stop using SWIG_exception. It is flawed.William S Fulton2005-07-221-2/+4
* Added std::map wrappers for C#William S Fulton2005-05-251-0/+190