Age | Commit message (Expand) | Author | Files | Lines |
2011-08-07 | user.cfg.in (PDF_HYPERLINKS): To NO. | Benjamin Kosnik | 4 | -4/+4 |
2011-08-04 | filebuf_sputn_unbuf.cc: Include unistd.h for unlink. | Benjamin Kosnik | 9 | -18/+18 |
2011-08-03 | tuple: Mark more constructors constexpr. | Benjamin Kosnik | 4 | -21/+100 |
2011-07-27 | Propagate the source location of a template's function_decl to the template_d... | Jeffrey Yasskin | 1 | -8/+8 |
2011-07-26 | array (at): Remove constexpr when -fno-exceptions. | Benjamin Kosnik | 1 | -0/+28 |
2011-07-25 | re PR libstdc++/49836 ([C++0x] vector<T>::push_back() should not require T to... | Paolo Carlini | 8 | -4/+172 |
2011-07-24 | hashtable_policy.h (_Prime_rehash_policy): Use __builtin_floor rather than __... | François Dumont | 1 | -0/+58 |
2011-07-23 | move.h (move, forward): Mark constexpr. | Benjamin Kosnik | 2 | -5/+63 |
2011-07-22 | fragment.am (CONFIG_CXXFLAGS): Add -frandom-seed. | Ian Lance Taylor | 1 | -1/+1 |
2011-07-22 | tree_no_data_map_rand.cc: Move... | Benjamin Kosnik | 16 | -0/+0 |
2011-07-21 | array (array::at, [...]): Mark constexpr. | Benjamin Kosnik | 1 | -0/+31 |
2011-07-21 | chrono: (system_clock::is_steady): Update to N3291 from is_monotonic. | Benjamin Kosnik | 7 | -16/+61 |
2011-07-20 | system_error: Use noexcept. | Paolo Carlini | 5 | -13/+13 |
2011-07-20 | bitset (operator[]): Make constexpr. | Benjamin Kosnik | 1 | -0/+40 |
2011-07-19 | safe_unordered_base.h, [...]: New, support for unordered sequence safe local ... | François Dumont | 22 | -12/+907 |
2011-07-16 | pt.c (tinst_level_tick, [...]): Replace with last_error_tinst_level. | Jason Merrill | 2 | -2/+2 |
2011-07-15 | re PR libstdc++/49745 (error: ‘int truncate’ redeclared as different kind... | Paolo Carlini | 1 | -0/+22 |
2011-07-11 | re PR libstdc++/49559 ([C++0x] stable_sort calls self-move-assignment operator) | Paolo Carlini | 5 | -15/+248 |
2011-07-11 | testsuite_allocator.h (propagating_allocator<>:: operator=(const propagating_... | Paolo Carlini | 1 | -0/+1 |
2011-07-09 | Makefile.am: Add new header. | Jonathan Wakely | 4 | -0/+318 |
2011-07-09 | stl_vector.h: Use new allocator model in C++0x mode. | Jonathan Wakely | 10 | -4/+368 |
2011-07-09 | re PR libstdc++/49668 ([C++0x] std::thread does not forward its args as rvalues) | Jonathan Wakely | 5 | -3/+214 |
2011-07-08 | configure.host (abi_baseline_subdir_switch): Describe. | Rainer Orth | 3 | -4/+7 |
2011-06-23 | tie2.cc: Fix for C++0x mode. | Jonathan Wakely | 3 | -11/+15 |
2011-06-22 | socket.cc: Use variable and remove attribute. | Jonathan Wakely | 1 | -2/+2 |
2011-06-22 | invoke.cc: Avoid -Wall warnings. | Paolo Carlini | 8 | -21/+25 |
2011-06-21 | move.h (__is_nothrow_swappable): Add. | Daniel Krugler | 1 | -0/+26 |
2011-06-21 | Makefile.in (dg_target_exps): Set. | Jakub Jelinek | 2 | -28/+42 |
2011-06-20 | tuple (__conv_types, [...]): Add. | Daniel Krugler | 2 | -2/+2 |
2011-06-14 | valarray (~valarray): Use noexcept. | Paolo Carlini | 4 | -0/+108 |
2011-06-12 | allocator.h (__shrink_to_fit): Rename to __shrink_to_fit_aux, fix. | François Dumont | 5 | -0/+212 |
2011-06-11 | extptr_allocator.h (construct, destroy): Fix for C++0x mode by overloading to... | Jonathan Wakely | 2 | -0/+91 |
2011-06-11 | explicit_instantiation.cc: Add another instantiation. | Jonathan Wakely | 1 | -1/+14 |
2011-06-11 | typedefs.cc: Check for allocator_type and value_type. | Jonathan Wakely | 1 | -0/+2 |
2011-06-11 | uses_allocator.cc: New. | Jonathan Wakely | 2 | -0/+64 |
2011-06-10 | throw_allocator.h: Use noexcept. | Paolo Carlini | 1 | -31/+35 |
2011-06-10 | * testsuite/20_util/bind/ref_neg.cc: Remove wrong test lines. | Jason Merrill | 1 | -6/+4 |
2011-06-10 | ref_neg.cc: Remove dg-excess-errors, fix dg-error markup. | Jason Merrill | 1 | -9/+7 |
2011-06-09 | * semantics.c (maybe_constant_value): Handle overflowed input. | Jason Merrill | 1 | -1/+2 |
2011-06-09 | prune.exp (libstdc++-dg-prune): Prune notes. | Jason Merrill | 41 | -44/+22 |
2011-06-07 | re PR c++/48969 (ICE with -std=c++0x) | Jason Merrill | 18 | -39/+39 |
2011-06-07 | move.h (struct __move_if_noexcept_cond): Add. | Paolo Carlini | 4 | -2/+191 |
2011-06-07 | re PR libstdc++/49293 (22_locale/time_get/get_weekday/char/38081-[12].cc fail... | Paolo Carlini | 2 | -2/+20 |
2011-06-04 | testsuite_allocator.h (tracker_allocator::construct): Update to C++0x definit... | Jonathan Wakely | 1 | -24/+33 |
2011-06-01 | hashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&)): Use std::move on the al... | Paolo Carlini | 31 | -16/+421 |
2011-05-31 | type_traits (__or_, __and_): Add trivial definitions for a single element. | Paolo Carlini | 6 | -13/+11 |
2011-05-31 | tuple: Restore is_convertible constraint. | Jonathan Wakely | 1 | -73/+0 |
2011-05-30 | re PR libstdc++/49236 (FAIL: 20_util/weak_ptr/comparison/cmp_neg.cc) | Paolo Carlini | 1 | -1/+1 |
2011-05-30 | tuple: Implement uses-allocator construction. | Jonathan Wakely | 4 | -0/+398 |
2011-05-28 | pointer_to.cc: Fix. | Jonathan Wakely | 1 | -2/+4 |