summaryrefslogtreecommitdiff
path: root/Lib/std
Commit message (Expand)AuthorAgeFilesLines
* Add missing headers in generated STL wrappers to fix compilation with gcc-4.6William S Fulton2011-03-181-1/+2
* formatting change of const _TP * -> _TP const* merely to aid difference debug...William S Fulton2010-04-041-8/+8
* SWIG license change - The Examples and Lib move to a very permissive license ...William S Fulton2010-02-271-3/+0
* Add back in all the deque methodsWilliam S Fulton2009-12-151-6/+8
* [PHP] "empty" is a reserved word in PHP, so rename empty() methodOlly Betts2009-12-041-7/+16
* Fix std::vector of const pointersWilliam S Fulton2009-10-201-0/+40
* STL fixes when using %import rather than %include and the Solaris Workshop co...William S Fulton2008-05-071-14/+8
* Apply patch #1925702 from Casey Raymondson which removeswarning 512 for std::...William S Fulton2008-03-261-4/+0
* Initial commit of Octave module.Xavier Delacour2008-03-011-1/+1
* Correct methods that were not as per the standardWilliam S Fulton2007-10-281-7/+5
* add missing class declarationsWilliam S Fulton2007-10-261-0/+2
* Mods to match the C++ standardWilliam S Fulton2007-10-251-6/+6
* Fixed SWIG_EXPORT_ITERATOR_METHODS in std_set.Gonzalo Garramuno2007-05-181-5/+5
* Added missing size(), clear(), empty() functions.Gonzalo Garramuno2007-05-181-2/+9
* Added new iterator changes to std.Gonzalo Garramuno2007-05-072-12/+17
* Fixed type_name of some std classes.Gonzalo Garramuno2007-05-063-5/+5
* Removed python crap from std/std_common.iGonzalo Garramuno2007-05-061-31/+2
* Removed allocator from constructors.Gonzalo Garramuno2007-05-066-48/+42
* Added an implementation of std_queue with tests.Gonzalo Garramuno2007-05-062-1/+133
* Added an implementation of std_stack.i withGonzalo Garramuno2007-05-061-0/+131
* Added constructor that can take functors to allGonzalo Garramuno2007-05-064-1/+9
* Fixes to std_map and multimap. There's still a problemGonzalo Garramuno2007-05-011-1/+1
* Common template for head of each file detailing licence, distribution and aut...William S Fulton2006-03-071-2/+8
* fix std_map such that is not necessary to use %template() std::pair<xx,yy> ev...Marcelo Matus2006-02-271-14/+14
* more fixes for old Solaris compilerMarcelo Matus2006-02-181-3/+27
* fix for solaris + no stlport4Marcelo Matus2006-02-011-4/+18
* add fragment warning and fixesMarcelo Matus2006-01-301-1/+1
* fix/apply naturalvarMarcelo Matus2006-01-293-0/+7
* correct some function declarations to match the standard - VC++ fails otherwiseWilliam S Fulton2006-01-141-3/+3
* moved from Lib directoryWilliam S Fulton2006-01-081-0/+120
* With so many std_except.i files lying around, I've put in a check that this o...William S Fulton2006-01-051-0/+4
* add the copyctor feature/directive to enable automatic copy constructors. In ...Marcelo Matus2005-12-301-0/+3
* move iterator classes to pyiterator and add/test std_carray.i classMarcelo Matus2005-12-191-0/+64
* add SWIG_STD_PAIR_ASVALMarcelo Matus2005-12-181-0/+4
* add more std::exception typemapsMarcelo Matus2005-11-301-0/+61
* fix li_std_except.i testMarcelo Matus2005-11-301-20/+3
* Use the system angle brackets for %includeWilliam S Fulton2005-11-261-1/+1
* add missing iterator declsMarcelo Matus2005-10-311-3/+8
* include the language specific codes first since they can contain typemapsMarcelo Matus2005-10-319-57/+56
* Perl added to the Unified typemap library, cleaner way to use the library, an...Marcelo Matus2005-10-242-13/+13
* more typemaps unification and fixes for valgrindMarcelo Matus2005-10-191-1/+1
* massive typemap unificationMarcelo Matus2005-10-181-9/+7
* python defines it owns mechanism in python/std_except.iMarcelo Matus2005-09-291-15/+0
* macro logic fix from Robert De VriesWilliam S Fulton2005-09-281-1/+1
* Visual Studio warning fixesWilliam S Fulton2005-09-271-6/+6
* use exception specification instead of %exception to handle STL error checkingWilliam S Fulton2005-07-271-78/+34
* more fixes for python 1.5 +gcc2.96Marcelo Matus2005-06-173-1/+17
* added missing constructors for std::pairWilliam S Fulton2005-05-251-6/+6
* allow to use iostream and sstream without wchar support, as pointed by ScottMarcelo Matus2005-04-022-0/+14
* allow to use iostream and sstream without wchar support, as pointed by ScottMarcelo Matus2005-04-022-0/+4