aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/profile
AgeCommit message (Expand)AuthorFilesLines
2013-05-10re PR libstdc++/54577 (deque<T>::erase() still takes iterator instead of cons...Paolo Carlini3-12/+28
2013-05-07unordered_base.h: New.François Dumont4-347/+444
2013-04-25re PR libstdc++/57065 (incorrect default allocator template for debug and pro...Paolo Carlini1-4/+4
2013-04-03re PR libstdc++/56834 (Errors in <array> with --enable-symvers=gnu-versioned-...Paolo Carlini1-6/+0
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford27-27/+27
2013-01-16PR libstdc++/55043 (again)Jonathan Wakely2-49/+0
2013-01-16re PR libstdc++/55043 (issue with nesting unordered_map containing unique_ptr...Jonathan Wakely2-2/+51
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek10-10/+10
2012-11-202012-11-20 Matthias Klose <doko@ubuntu.com>Matthias Klose1-1/+1
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill12-107/+107
2012-11-08iterator_tracker.h (operator++): Fix returning dangling reference.Jonathan Wakely1-2/+2
2012-11-07stl_vector.h (vector(size_type)): Add missing allocator parameter.Jonathan Wakely1-3/+3
2012-11-07re PR libstdc++/51850 (debug mode for std::array and tr1::array)Paolo Carlini1-0/+273
2012-11-06* include/profile/map.h (map::emplace_hint): Add missing return.Jonathan Wakely1-0/+1
2012-11-06deque: Constrain InputIterator parameters.Jonathan Wakely8-18/+100
2012-11-05forward_list: Update to meet allocator-aware requirements.Jonathan Wakely1-8/+10
2012-10-27unordered_map.h (unordered_map<>): Prefer aggregation to inheritance with _Ha...François Dumont1-2/+2
2012-10-22unordered_set.h (unordered_set<>): Prefer aggregation to inheritance with _Ha...François Dumont1-13/+13
2012-10-21map.h (map::emplace_hint): Remove invalid parenthesis.François Dumont1-1/+1
2012-09-24re PR libstdc++/44436 ([C++0x] Implement emplace* in associative containers)François Dumont4-1/+75
2012-07-13re PR libstdc++/53657 ([C++11] pair(pair&&) move constructor is non-trivial)Paolo Carlini3-19/+19
2012-02-21PR libstdc++/52317 (cont)Paolo Carlini20-20/+100
2012-02-21re PR libstdc++/52317 (incorrect FSF address)Paolo Carlini20-426/+212
2012-02-13PR libstdc++/51798 continuedRichard Henderson1-1/+1
2012-02-10PR libstdc++/51798 continued.Benjamin Kosnik1-4/+7
2011-12-29re PR libstdc++/51608 ([C++11] Unordered containers end(size_type) isn't cons...François Dumont2-12/+12
2011-12-10unordered_set: Minor formatting changes.François Dumont2-124/+191
2011-11-19bitset (operator[](size_t) const): Declare constexpr.Paolo Carlini1-2/+2
2011-11-18hash-long-double-aux.cc: Rename to...Paolo Carlini2-2/+2
2011-11-15re PR libstdc++/51142 ([C++0x] map::erase(key) doesn't compile with -D_GLIBCX...Paolo Carlini2-0/+8
2011-11-09unordered_map: Add missing copy constructors.Jonathan Wakely2-0/+26
2011-11-09stl_vector.h (vector::_Alloc_traits): Make private.Jonathan Wakely1-6/+26
2011-11-08re PR libstdc++/51018 (Test failures on NetBSD)Paolo Carlini1-3/+3
2011-09-01hashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&)): Remove noexcept, the mo...Paolo Carlini2-8/+0
2011-06-01hashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&)): Use std::move on the al...Paolo Carlini10-34/+46
2011-05-26list.cc: Use noexcept per the FDIS.Paolo Carlini10-134/+133
2011-05-18initializer_list: Use noexcept specifier.Paolo Carlini1-28/+33
2011-02-10re PR libstdc++/47668 (missing 'typename' in debug-mode map)Paolo Carlini2-6/+2
2011-02-01run_doxygen: Allow doxygen 1.7.0 again.Benjamin Kosnik2-4/+4
2011-01-30PR libstdc++/36104 part fourBenjamin Kosnik15-41/+41
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
2010-11-14stl_tree.h (_Rb_tree<>::_M_const_cast_iter): Remove.Paolo Carlini2-8/+0
2010-11-10unordered_map (unordered_map<>::_M_profile_size): Simplify, don't take a __ne...François Dumont1-13/+12
2010-11-10PR libstdc++/44436 (partial)Paolo Carlini4-0/+90
2010-11-08stl_tree.h (_Rb_tree<>::_M_erase_aux): Add.Paolo Carlini4-98/+51
2010-11-07unordered_map (unordered_map<>::operator[](_Key&&)): Add.Paolo Carlini1-5/+15
2010-11-07bitset (bitset<>::bitset(), [...]): Add constexpr specifier.Paolo Carlini1-2/+2
2010-10-28PR libstdc++/44436 (partial)Paolo Carlini2-3/+88
2010-10-17re PR libstdc++/43554 (profile-mode version of forward_list missing)Paolo Carlini1-0/+179
2010-10-11[multiple changes]Paolo Carlini1-2/+7