summaryrefslogtreecommitdiff
path: root/Lib/std
Commit message (Expand)AuthorAgeFilesLines
* Remove undocumented and non-existent STL std::carrayWilliam S Fulton2023-04-261-64/+0
* Fixes for deprecated std::basic_string::reserve()William S Fulton2022-07-311-1/+10
* Add missing hasher and key_type typedefs to C++11 STL containersWilliam S Fulton2019-03-124-5/+14
* Correct unordered_set/unordered_multiset template Key parameter nameWilliam S Fulton2019-03-122-14/+14
* Consistent parameter names for std::pairWilliam S Fulton2019-02-141-8/+8
* Add STL container copy constructors where missingWilliam S Fulton2019-02-141-2/+2
* Cosmetic STL typedef changesWilliam S Fulton2019-02-143-3/+0
* typedef declaration corrections for std::arrayWilliam S Fulton2019-02-141-2/+2
* Add missing typedefs to std::list + typedef correctionsWilliam S Fulton2019-02-141-2/+2
* Add missing typedefs to std::vector + typedef correctionsWilliam S Fulton2019-02-131-11/+11
* Add missing typedefs to std::mapWilliam S Fulton2019-02-131-1/+0
* Add missing parameter names in STL container wrappersWilliam S Fulton2019-02-1312-21/+21
* follow-up typosluz.paz2018-05-171-1/+1
* Cosmetic changes in C++11 std_unordered support filesWilliam S Fulton2017-02-104-12/+0
* fix a %fragment argument.Takashi Tamura2017-01-291-1/+1
* use %std_container_methods_without_reverse_iteratorsTakashi Tamura2017-01-293-9/+7
* fix Lib/std/std unordered containersTakashi Tamura2017-01-285-39/+30
* Refactor std_container iterator functionsWilliam S Fulton2017-01-271-3/+30
* Fix a few minor inconsistencies in the STL wrappersWilliam S Fulton2016-11-295-8/+8
* Add <typeinfo> header for std::bad_castDaniel Vollmer2016-09-171-0/+1
* Add std::bad_cast to std_except.iDaniel Vollmer2016-09-171-0/+4
* Fix std::vector of pointers which failed if a pointer to a pointer of the con...William S Fulton2016-07-281-3/+16
* 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