Age | Commit message (Expand) | Author | Files | Lines |
2011-10-02 | re PR c++/35722 ([C++0x] Variadic templates expansion into non-variadic class... | Jason Merrill | 1 | -4/+5 |
2011-09-27 | re PR libstdc++/50529 ([C++0x] std::vector::erase invokes undefined behavior ... | Paolo Carlini | 3 | -2/+80 |
2011-09-27 | re PR libstdc++/48698 (gnu-versioned-namespace problems) | Benjamin Kosnik | 2 | -1/+32 |
2011-09-25 | revert: testsuite_error.h: Add empty default constructor to __gnu_test::test_... | Paolo Carlini | 1 | -4/+0 |
2011-09-21 | limits.cc: Replace everywhere __int128_t -> __int128, and __uint128_t -> unsi... | Paolo Carlini | 13 | -38/+39 |
2011-09-19 | re PR libstdc++/40856 (numeric_limits not specialized for __int128_t or __uin... | Paolo Carlini | 13 | -21/+109 |
2011-09-17 | re PR libstdc++/50441 ([C++0x] <type_traits> is missing GNU extension types) | Paolo Carlini | 13 | -22/+220 |
2011-09-17 | hashtable.h (_Hashtable<>::__rehash_policy(const _RehashPolicy&)): Commit the... | François Dumont | 1 | -0/+77 |
2011-09-16 | less_or_equal.cc: New. | Paolo Carlini | 32 | -20/+996 |
2011-09-16 | tuple (make_tuple, [...]): Declare constexpr. | Paolo Carlini | 2 | -6/+1 |
2011-09-14 | hashtable.h (_Hashtable<>::_M_rehash): Take and restore hash policy _M_prev_r... | François Dumont | 2 | -0/+182 |
2011-09-13 | tuple (_Head_base<>::_M_head, [...]): Change to static constexpr functions; a... | Daniel Krugler | 5 | -6/+89 |
2011-09-12 | * call.c (convert_class_to_reference) | Jason Merrill | 1 | -2/+2 |
2011-09-11 | re PR libstdc++/50159 ([C++0x] tuple_cat only accepts two arguments) | Daniel Krugler | 5 | -6/+140 |
2011-09-08 | re PR libstdc++/50336 (LWG issue 445) | Paolo Carlini | 1 | -0/+27 |
2011-09-08 | at.cc: Revert to... | François Dumont | 1 | -0/+0 |
2011-09-07 | pt.c (type_unification_real): Correct complain arg for tsubsting default temp... | Jason Merrill | 2 | -4/+4 |
2011-09-07 | tuple (_Tuple_impl::_M_head, _M_tail): Mark constexpr. | Benjamin Kosnik | 5 | -7/+96 |
2011-09-02 | testsuite_allocator.h (tracker_allocator_counter:: allocate): Update allocati... | François Dumont | 1 | -7/+8 |
2011-09-02 | re PR libstdc++/50268 ([C++0x] bitset doesn't sanitize input) | Paolo Carlini | 1 | -0/+84 |
2011-09-01 | hashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&)): Remove noexcept, the mo... | Paolo Carlini | 4 | -108/+0 |
2011-08-30 | stl_iterator.h (make_move_iterator): Implement DR2061. | Paolo Carlini | 2 | -4/+33 |
2011-08-29 | constexpr.cc: Add. | Benjamin Kosnik | 1 | -0/+30 |
2011-08-29 | re PR libstdc++/50118 (node-based containers cannot use allocators with expli... | Paolo Carlini | 24 | -9/+474 |
2011-08-25 | simple.cc: New file. | Tom Tromey | 3 | -0/+336 |
2011-08-18 | re PR libstdc++/50119 ([C++0x] copy_n advances InputIterator one more time th... | Paolo Carlini | 1 | -0/+52 |
2011-08-15 | make_graph_test_infos.xml: Edit. | Benjamin Kosnik | 30 | -156/+96 |
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 |