aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/23_containers
AgeCommit message (Expand)AuthorFilesLines
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek83-83/+89
2012-11-20re PR libstdc++/55413 ([LTO] hashtable.h:1648 '__bbegin_bkt' may be used unin...Paolo Carlini1-1/+1
2012-11-17re PR libstdc++/55363 (tuple_size is not a class template)Paolo Carlini2-4/+4
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill6-6/+6
2012-11-08re PR libstdc++/54075 ([4.7.1] unordered_map insert still slower than 4.6.2)François Dumont1-0/+20
2012-11-0855028-debug.cc: Don't pass -D_GLIBCXX_DEBUG by hand (check-debug does).Paolo Carlini1-1/+1
2012-11-07array (_GLIBCXX_THROW_OR_ABORT): Move...Paolo Carlini2-3/+3
2012-11-07stl_vector.h (vector(size_type)): Add missing allocator parameter.Jonathan Wakely4-4/+4
2012-11-07re PR libstdc++/51850 (debug mode for std::array and tr1::array)Paolo Carlini10-4/+269
2012-11-05forward_list: Update to meet allocator-aware requirements.Jonathan Wakely2-1/+35
2012-11-05re PR libstdc++/55028 (_GLIBCXX_DEBUG is broken when using v7 namespace)Benjamin Kosnik1-0/+40
2012-11-05throw_allocator.h (__throw_value_base): Add move semantic, not throwing.François Dumont1-2/+1
2012-11-02forward_list.h (forward_list(size_type)): Add missing allocator parameter.Jonathan Wakely4-4/+90
2012-11-01range_access.cc: Fix copying permission statement.Jonathan Wakely120-120/+120
2012-11-01forward_list.h (forward_list::assign): Dispatch to new functions based on ass...Jonathan Wakely3-0/+169
2012-10-2145713.cc: Skip for mmix-*-*.Hans-Peter Nilsson1-3/+3
2012-10-18forward_list.h: Add C++11 allocator support.Jonathan Wakely6-0/+349
2012-10-18formatter.h (_Debug_msg_id): Add __msg_valid_load_factor.François Dumont4-0/+136
2012-10-18move.h (move_if_noexcept): Mark constexpr.Benjamin Kosnik3-5/+7
2012-10-16formatter.h (_Debug_msg_id): Add __msg_bucket_index_oob.François Dumont28-0/+960
2012-10-1145713.cc: Tweak.Paolo Carlini1-4/+2
2012-10-11re PR testsuite/54897 (23_containers/bitset/45713.cc (test for excess errors))Hans-Peter Nilsson1-2/+5
2012-10-04re PR libstdc++/53248 (std::array<T,0> doesn't work when T is not default-con...Paolo Carlini4-17/+53
2012-09-24re PR libstdc++/44436 ([C++0x] Implement emplace* in associative containers)François Dumont5-0/+469
2012-09-09re PR libstdc++/54388 (std::array.at() const results in undefined behaviour)Jonathan Wakely3-2/+44
2012-09-05re PR libstdc++/54296 (using the object in the map to erase element from the ...François Dumont2-0/+204
2012-08-132012-08-10 François Dumont <fdumont@gcc.gnu.org>François Dumont1-0/+91
2012-08-04revert: stl_map.h (operator[](key_type&&)): Replace std::make_pair with value...Paolo Carlini1-38/+0
2012-08-03stl_map.h (operator[](key_type&&)): Replace std::make_pair with value_type.Ollie Wild1-0/+38
2012-07-25re PR libstdc++/54075 ([4.7.1] unordered_map insert still slower than 4.6.2)François Dumont4-0/+190
2012-07-03revert: re PR libstdc++/49561 ([C++0x] std::list::size complexity)Paolo Carlini4-4/+4
2012-05-219780-2.cc: Avoid -Wall warnings.Paolo Carlini14-114/+115
2012-05-21re PR c++/53361 (Could not convert ‘{0, 0, 0}’ from ‘<brace-enclosed in...Paolo Carlini1-0/+28
2012-05-15re PR libstdc++/53339 (unordered_map::iterator requires Value to be complete ...Paolo Carlini2-0/+68
2012-05-02re PR libstdc++/44015 (template parameters not documented)Benjamin Kosnik12-12/+12
2012-05-01re PR libstdc++/53115 (_Hashtable::_M_rehash_aux(false_type) is broken)François Dumont2-0/+202
2012-04-23re PR libstdc++/53080 (tuple interface to std::array doesn't check bounds)Paolo Carlini3-14/+63
2012-04-22re PR c++/53067 (c++0x GCC 4.7.0 Regression std::ref with unordered sets)Paolo Carlini2-0/+56
2012-04-22forward_list (forward_list::splice_after): Check allocators are equal.Jonathan Wakely3-0/+123
2012-04-13safe_iterator.h (_BeforeBeginHelper<>:: _S_Is_Beginnest): Add.Paolo Carlini1-1/+5
2012-04-13unordered_map.h (__unordered_map): Remove.Benjamin Kosnik1-5/+8
2012-04-12re PR libstdc++/52942 (using std::ref with a std::unordered_map fails to comp...Paolo Carlini2-0/+74
2012-04-11forward_list.h (splice_after(const_iterator, forward_list&), [...]): Add per ...Paolo Carlini2-2/+96
2012-04-01re PR libstdc++/52591 ([C++0x] [4.7 Regression] moving std::vector relies on ...Jonathan Wakely5-4/+42
2012-03-31re PR libstdc++/52799 (deque::emplace(iterator, ...) tries to call push_front...Jeffrey Yasskin3-0/+84
2012-03-2131370.cc: Skip this test on powerpc64-*-freebsd*.Andreas Tobler1-1/+2
2012-03-20stl_list.h (list::_M_size): Use NSDMI.Jonathan Wakely4-4/+4
2012-03-16re PR libstdc++/52476 ([DR 518] Unordered multimap reorders equivalent elements)François Dumont2-0/+136
2012-03-14Remove obsolete IRIX 6.5 supportRainer Orth5-14/+10
2012-03-12Remove obsolete Tru64 UNIX V5.1B supportRainer Orth4-12/+12