aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
AgeCommit message (Expand)AuthorFilesLines
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
2011-06-22socket.cc: Use variable and remove attribute.Jonathan Wakely1-2/+2
2011-06-22invoke.cc: Avoid -Wall warnings.Paolo Carlini8-21/+25
2011-06-21move.h (__is_nothrow_swappable): Add.Daniel Krugler1-0/+26
2011-06-21Makefile.in (dg_target_exps): Set.Jakub Jelinek2-28/+42
2011-06-20tuple (__conv_types, [...]): Add.Daniel Krugler2-2/+2
2011-06-14valarray (~valarray): Use noexcept.Paolo Carlini4-0/+108
2011-06-12allocator.h (__shrink_to_fit): Rename to __shrink_to_fit_aux, fix.François Dumont5-0/+212
2011-06-11extptr_allocator.h (construct, destroy): Fix for C++0x mode by overloading to...Jonathan Wakely2-0/+91
2011-06-11explicit_instantiation.cc: Add another instantiation.Jonathan Wakely1-1/+14
2011-06-11typedefs.cc: Check for allocator_type and value_type.Jonathan Wakely1-0/+2
2011-06-11uses_allocator.cc: New.Jonathan Wakely2-0/+64
2011-06-10throw_allocator.h: Use noexcept.Paolo Carlini1-31/+35
2011-06-10* testsuite/20_util/bind/ref_neg.cc: Remove wrong test lines.Jason Merrill1-6/+4
2011-06-10ref_neg.cc: Remove dg-excess-errors, fix dg-error markup.Jason Merrill1-9/+7
2011-06-09* semantics.c (maybe_constant_value): Handle overflowed input.Jason Merrill1-1/+2
2011-06-09prune.exp (libstdc++-dg-prune): Prune notes.Jason Merrill41-44/+22
2011-06-07re PR c++/48969 (ICE with -std=c++0x)Jason Merrill18-39/+39
2011-06-07move.h (struct __move_if_noexcept_cond): Add.Paolo Carlini4-2/+191
2011-06-07re PR libstdc++/49293 (22_locale/time_get/get_weekday/char/38081-[12].cc fail...Paolo Carlini2-2/+20
2011-06-04testsuite_allocator.h (tracker_allocator::construct): Update to C++0x definit...Jonathan Wakely1-24/+33
2011-06-01hashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&)): Use std::move on the al...Paolo Carlini31-16/+421
2011-05-31type_traits (__or_, __and_): Add trivial definitions for a single element.Paolo Carlini6-13/+11
2011-05-31tuple: Restore is_convertible constraint.Jonathan Wakely1-73/+0
2011-05-30re PR libstdc++/49236 (FAIL: 20_util/weak_ptr/comparison/cmp_neg.cc)Paolo Carlini1-1/+1
2011-05-30tuple: Implement uses-allocator construction.Jonathan Wakely4-0/+398
2011-05-28pointer_to.cc: Fix.Jonathan Wakely1-2/+4