summaryrefslogtreecommitdiff
path: root/Lib/std
Commit message (Expand)AuthorAgeFilesLines
* Fix STL wrappers to not generate <: digraphs.William S Fulton2015-12-1219-171/+171
* Limited Python/Ruby support for boost::arrayWilliam S Fulton2015-11-271-3/+0
* Add std::array container wrappers for PythonWilliam S Fulton2015-11-172-25/+137
* small suggestions for changes in std_ios.iKris Thielemans2014-08-121-3/+5
* Another revert fragment <stdexcept> for non-UTL languagesWilliam S Fulton2014-02-221-1/+1
* Revert fragment <stdexcept> for non-UTL languagesWilliam S Fulton2014-02-221-1/+3
* Move some header file includes into fragments for UTL languagesWilliam S Fulton2014-02-215-12/+8
* Add <string> fragmentWilliam S Fulton2014-02-152-12/+3
* Fix issue on clang about implicit instantiation of undefined templateMarvin Greenberg2014-02-041-1/+7
* C++11 support for new versions of erase and insert in the STL containers.William S Fulton2013-12-225-16/+35
* Merge branch 'master' into gsoc2009-matevzWilliam S Fulton2013-10-101-0/+14
|\
| * Copied std::pair<> fragment from Lib/std/std_map.i into Lib/std/std_multimap....Andrew Simmons2013-07-251-0/+14
* | Merge branch 'master' into gsoc2009-matevzWilliam S Fulton2013-01-285-10/+17
|\ \ | |/
| * Fix assorted typos.Olly Betts2013-01-082-2/+2
| * Add some missing STL container typedefs for PerlWilliam S Fulton2012-08-151-2/+7
| * Fix missing stddef.h when %import of STL containers. Was causing compile fail...William S Fulton2012-03-201-1/+1
| * Fix #3475492 - iterating through std::vector wrappers of enumerations.William S Fulton2012-03-131-0/+1
| * Fixed bug 2811549: const vs. non-const iterators for STL types.Stefan Zager2011-04-291-4/+4
| * Add missing headers in generated STL wrappers to fix compilation with gcc-4.6William S Fulton2011-03-181-1/+2
* | merge revisions 11877-12162 from trunk to gsoc2009-matevzWilliam S Fulton2010-07-201-8/+8
|\ \ | |/
| * formatting change of const _TP * -> _TP const* merely to aid difference debug...William S Fulton2010-04-041-8/+8
* | merge revisions 11243-11872 from trunk to gsoc2009-matevzWilliam S Fulton2010-07-202-7/+58
|\ \ | |/
| * 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
* | merge revisions 11872:11876 from trunk to gsoc2009-matevz branch - license ch...William S Fulton2010-03-061-3/+0
* | Removed decr-- Hash tables feature.Matevz Jekovec2009-08-144-0/+12
* | Added initial support for hash tables unordered_ types.Matevz Jekovec2009-07-186-2/+412
|/
* 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