aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/util
AgeCommit message (Expand)AuthorFilesLines
2013-10-20regex.h: Remove virtual class _Automaton.Tim Shen1-2/+2
2013-10-06regex.h: (regex_token_iterator<>::regex_token_iterator): Fix compile error.Tim Shen1-0/+175
2013-09-21Print additional info when various out-of-range conditions are detected.Paul Pluzhnikov1-16/+6
2013-08-01re PR libstdc++/57779 (vector insert fails to diagnose iterators pointing int...François Dumont1-1/+29
2013-07-29atomic (compare_exchange_weak, [...]): Add call to __cmpexch_failure_order.Nathan Froyd1-0/+17
2013-06-27stl_deque.h (deque<>::insert(iterator, const value_type&), [...]): Adjust C++...Paolo Carlini1-65/+9
2013-06-16re PR libstdc++/57263 (std::set with user-defined allocator - compile error)Jonathan Wakely1-0/+31
2013-06-10c++config (_GLIBCXX_ABI_TAG_CXX11): Add.Benjamin Kosnik2-0/+110
2013-06-10forced.C: Extend current handling of Linux-based x86 systems to cover all GNU...Thomas Schwinge1-1/+1
2013-06-08stl_algo.h (is_permutation): Add overloads from N3671.Jonathan Wakely1-5/+5
2013-05-24chrono.cc: If _GLIBCXX_USE_CLOCK_GETTIME_SYSCALL, include unistd.h and sys/sy...Jakub Jelinek1-1/+2
2013-05-10re PR libstdc++/54577 (deque<T>::erase() still takes iterator instead of cons...Paolo Carlini1-44/+4
2013-05-10testsuite_abi.cc (check_version): Add CXXABI_1.3.8.Uros Bizjak1-5/+6
2013-04-22hashtable_policy.h: Add C++11 allocator support.François Dumont4-112/+181
2013-04-04* testsuite/util/testsuite_abi.cc: Add GLIBCXX_3.4.19 version.Jonathan Wakely1-1/+2
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford114-131/+114
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek32-32/+34
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill7-25/+25
2012-11-07array (_GLIBCXX_THROW_OR_ABORT): Move...Paolo Carlini1-9/+2
2012-11-05throw_allocator.h (__throw_value_base): Add move semantic, not throwing.François Dumont2-33/+220
2012-10-09testsuite_abi.cc (check_version): Add CXXABI_1.3.7.Uros Bizjak1-1/+2
2012-10-05match: Rename to...Benjamin Kosnik1-0/+130
2012-09-24re PR libstdc++/44436 ([C++0x] Implement emplace* in associative containers)François Dumont1-0/+12
2012-08-30testsuite_abi.cc (check_version): Add GLIBCXX_3.4.18.Benjamin Kosnik1-1/+2
2012-08-132012-08-10 François Dumont <fdumont@gcc.gnu.org>François Dumont1-0/+122
2012-04-23type_traits (is_nothrow_destructible): Implement.Daniel Krugler1-2/+151
2012-04-17Fix merging default libstdc++.logRainer Orth1-1/+1
2012-04-15re PR libstdc++/52702 ([C++11] std::is_trivially_destructible is missing)Paolo Carlini1-1/+1
2012-02-28re PR libstdc++/52191 (abi_check should flag additions to released versions)Benjamin Kosnik1-31/+77
2011-12-09hashtable.h (_Hashtable<>::emplace, [...]): Add.François Dumont2-0/+115
2011-11-17class.c (add_implicitly_declared_members): Update move conditions.Jason Merrill1-0/+2
2011-11-08Merge from transactional-memory branch.Aldy Hernandez1-0/+1
2011-10-18re PR c++/50500 ([C++0x] [DR 1082] move constructor should cause copy constru...Jason Merrill2-0/+11
2011-10-10re PR libstdc++/49818 (libsupc++ does not export __cxa_get_globals or related...Benjamin Kosnik1-0/+1
2011-10-07testsuite_allocator.h (uneq_allocator): Add propagate_on_container_swap typed...Jonathan Wakely1-1/+5
2011-10-04alloc_traits.h (__alloc_traits::max_size): Define.Jonathan Wakely1-0/+28
2011-10-02re PR c++/35722 ([C++0x] Variadic templates expansion into non-variadic class...Jason Merrill1-4/+5
2011-09-25revert: testsuite_error.h: Add empty default constructor to __gnu_test::test_...Paolo Carlini1-4/+0
2011-09-21limits.cc: Replace everywhere __int128_t -> __int128, and __uint128_t -> unsi...Paolo Carlini1-4/+4
2011-09-19re PR libstdc++/40856 (numeric_limits not specialized for __int128_t or __uin...Paolo Carlini1-2/+46
2011-09-02testsuite_allocator.h (tracker_allocator_counter:: allocate): Update allocati...François Dumont1-7/+8
2011-08-29re PR libstdc++/50118 (node-based containers cannot use allocators with expli...Paolo Carlini1-0/+14
2011-07-25re PR libstdc++/49836 ([C++0x] vector<T>::push_back() should not require T to...Paolo Carlini1-0/+18
2011-07-20system_error: Use noexcept.Paolo Carlini1-5/+5
2011-07-19safe_unordered_base.h, [...]: New, support for unordered sequence safe local ...François Dumont2-12/+222
2011-07-11re PR libstdc++/49559 ([C++0x] stable_sort calls self-move-assignment operator)Paolo Carlini1-0/+1
2011-07-11testsuite_allocator.h (propagating_allocator<>:: operator=(const propagating_...Paolo Carlini1-0/+1
2011-07-09stl_vector.h: Use new allocator model in C++0x mode.Jonathan Wakely1-0/+62
2011-06-22invoke.cc: Avoid -Wall warnings.Paolo Carlini1-2/+2
2011-06-10throw_allocator.h: Use noexcept.Paolo Carlini1-31/+35