aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
AgeCommit message (Expand)AuthorFilesLines
2011-09-27re PR libstdc++/50529 ([C++0x] std::vector::erase invokes undefined behavior ...Paolo Carlini3-2/+80
2011-09-27re PR libstdc++/48698 (gnu-versioned-namespace problems)Benjamin Kosnik2-1/+32
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 Carlini13-38/+39
2011-09-19re PR libstdc++/40856 (numeric_limits not specialized for __int128_t or __uin...Paolo Carlini13-21/+109
2011-09-17re PR libstdc++/50441 ([C++0x] <type_traits> is missing GNU extension types)Paolo Carlini13-22/+220
2011-09-17hashtable.h (_Hashtable<>::__rehash_policy(const _RehashPolicy&)): Commit the...François Dumont1-0/+77
2011-09-16less_or_equal.cc: New.Paolo Carlini32-20/+996
2011-09-16tuple (make_tuple, [...]): Declare constexpr.Paolo Carlini2-6/+1
2011-09-14hashtable.h (_Hashtable<>::_M_rehash): Take and restore hash policy _M_prev_r...François Dumont2-0/+182
2011-09-13tuple (_Head_base<>::_M_head, [...]): Change to static constexpr functions; a...Daniel Krugler5-6/+89
2011-09-12* call.c (convert_class_to_reference)Jason Merrill1-2/+2
2011-09-11re PR libstdc++/50159 ([C++0x] tuple_cat only accepts two arguments)Daniel Krugler5-6/+140
2011-09-08re PR libstdc++/50336 (LWG issue 445)Paolo Carlini1-0/+27
2011-09-08at.cc: Revert to...François Dumont1-0/+0
2011-09-07pt.c (type_unification_real): Correct complain arg for tsubsting default temp...Jason Merrill2-4/+4
2011-09-07tuple (_Tuple_impl::_M_head, _M_tail): Mark constexpr.Benjamin Kosnik5-7/+96
2011-09-02testsuite_allocator.h (tracker_allocator_counter:: allocate): Update allocati...François Dumont1-7/+8
2011-09-02re PR libstdc++/50268 ([C++0x] bitset doesn't sanitize input)Paolo Carlini1-0/+84
2011-09-01hashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&)): Remove noexcept, the mo...Paolo Carlini4-108/+0
2011-08-30stl_iterator.h (make_move_iterator): Implement DR2061.Paolo Carlini2-4/+33
2011-08-29constexpr.cc: Add.Benjamin Kosnik1-0/+30
2011-08-29re PR libstdc++/50118 (node-based containers cannot use allocators with expli...Paolo Carlini24-9/+474
2011-08-25simple.cc: New file.Tom Tromey3-0/+336
2011-08-18re PR libstdc++/50119 ([C++0x] copy_n advances InputIterator one more time th...Paolo Carlini1-0/+52
2011-08-15make_graph_test_infos.xml: Edit.Benjamin Kosnik30-156/+96
2011-08-07user.cfg.in (PDF_HYPERLINKS): To NO.Benjamin Kosnik4-4/+4
2011-08-04filebuf_sputn_unbuf.cc: Include unistd.h for unlink.Benjamin Kosnik9-18/+18
2011-08-03tuple: Mark more constructors constexpr.Benjamin Kosnik4-21/+100
2011-07-27Propagate the source location of a template's function_decl to the template_d...Jeffrey Yasskin1-8/+8
2011-07-26array (at): Remove constexpr when -fno-exceptions.Benjamin Kosnik1-0/+28
2011-07-25re PR libstdc++/49836 ([C++0x] vector<T>::push_back() should not require T to...Paolo Carlini8-4/+172
2011-07-24hashtable_policy.h (_Prime_rehash_policy): Use __builtin_floor rather than __...François Dumont1-0/+58
2011-07-23move.h (move, forward): Mark constexpr.Benjamin Kosnik2-5/+63
2011-07-22fragment.am (CONFIG_CXXFLAGS): Add -frandom-seed.Ian Lance Taylor1-1/+1
2011-07-22tree_no_data_map_rand.cc: Move...Benjamin Kosnik16-0/+0
2011-07-21array (array::at, [...]): Mark constexpr.Benjamin Kosnik1-0/+31
2011-07-21chrono: (system_clock::is_steady): Update to N3291 from is_monotonic.Benjamin Kosnik7-16/+61
2011-07-20system_error: Use noexcept.Paolo Carlini5-13/+13
2011-07-20bitset (operator[]): Make constexpr.Benjamin Kosnik1-0/+40
2011-07-19safe_unordered_base.h, [...]: New, support for unordered sequence safe local ...François Dumont22-12/+907
2011-07-16pt.c (tinst_level_tick, [...]): Replace with last_error_tinst_level.Jason Merrill2-2/+2
2011-07-15re PR libstdc++/49745 (error: ‘int truncate’ redeclared as different kind...Paolo Carlini1-0/+22
2011-07-11re PR libstdc++/49559 ([C++0x] stable_sort calls self-move-assignment operator)Paolo Carlini5-15/+248
2011-07-11testsuite_allocator.h (propagating_allocator<>:: operator=(const propagating_...Paolo Carlini1-0/+1
2011-07-09Makefile.am: Add new header.Jonathan Wakely4-0/+318
2011-07-09stl_vector.h: Use new allocator model in C++0x mode.Jonathan Wakely10-4/+368
2011-07-09re PR libstdc++/49668 ([C++0x] std::thread does not forward its args as rvalues)Jonathan Wakely5-3/+214
2011-07-08configure.host (abi_baseline_subdir_switch): Describe.Rainer Orth3-4/+7
2011-06-23tie2.cc: Fix for C++0x mode.Jonathan Wakely3-11/+15