Age | Commit message (Expand) | Author | Files | Lines |
2010-05-20 | [multiple changes] | Paolo Carlini | 25 | -10/+550 |
2010-05-20 | stl_pair.h (pair<>::pair(const pair&)): Defaulted in C++0x mode. | Paolo Carlini | 1 | -1/+1 |
2010-05-19 | wait.cc (wait): Rename. | Jonathan Wakely | 2 | -6/+6 |
2010-05-18 | re PR libstdc++/44190 (Debug vector resize does not update capacity) | Eelis van der Weegen | 1 | -0/+38 |
2010-05-17 | functional (result_of): Move... | Paolo Carlini | 1 | -1/+1 |
2010-05-12 | re PR c++/20669 (Template candidates not listed in error message.) | Jason Merrill | 3 | -1/+12 |
2010-05-11 | re PR libstdc++/43259 (ext/profile/all.cc fails on Solaris) | Silvius Rus | 1 | -0/+147 |
2010-05-07 | exception_ptr.h (make_exception_ptr): Add. | Jonathan Wakely | 1 | -0/+38 |
2010-05-06 | gnu.ver: Move decltype(nullptr) into CXXABI_1.3.5. | Jason Merrill | 1 | -0/+1 |
2010-05-05 | 29134.cc: Adjust for profile-mode too. | Paolo Carlini | 2 | -8/+12 |
2010-05-04 | no-dist in non-imported automake dirs. | Ralf Wildenhues | 1 | -45/+11 |
2010-04-30 | stl_pair.h (piecewise_construct_t, [...]): Add. | Paolo Carlini | 7 | -10/+182 |
2010-04-27 | re PR c++/42844 (const variable requires initializer / no explicitly declared... | Fabien Chêne | 1 | -1/+5 |
2010-04-27 | 1.c (test01): Clarify size definition. | Alexander Monakov | 1 | -3/+3 |
2010-04-24 | unique_ptr (unique_ptr::pointer): Use deleter's pointer type if it exists. | Jonathan Wakely | 3 | -8/+58 |
2010-04-06 | parser.c (cp_parser_class_specifier): Set class location to that of IDENTIFIE... | Jason Merrill | 4 | -4/+4 |
2010-04-02 | Update to Automake 1.11.1. | Ralf Wildenhues | 1 | -1/+1 |
2010-03-29 | re PR target/43458 (c99_classification_macros_c.cc fails on hppa*-*-hpux*) | John David Anglin | 1 | -2/+2 |
2010-03-26 | [multiple changes] | Paolo Carlini | 5 | -0/+640 |
2010-03-23 | testsuite_tr1.h (NType, [...]): Add. | Paolo Carlini | 4 | -84/+27 |
2010-03-23 | value.cc: New. | Paolo Carlini | 3 | -0/+172 |
2010-03-19 | freestanding.cc: Avoid -Wall warnings. | Paolo Carlini | 1 | -5/+5 |
2010-03-19 | shared_ptr.h (shared_ptr(unique_ptr&&), [...]): Remove explicit specifier (as... | Rodolfo Lima | 1 | -0/+90 |
2010-03-19 | random.tcc: Minor formatting changes. | Paolo Carlini | 2 | -2/+2 |
2010-03-19 | stl_algo.h (shuffle): Add, per D3056. | Paolo Carlini | 3 | -0/+142 |
2010-03-17 | re PR libstdc++/43397 (std::function can't forward rvalue reference for point... | Jonathan Wakely | 1 | -0/+78 |
2010-03-16 | random.h (operator==(const uniform_int_distribution<>&, const uniform_int_dis... | Paolo Carlini | 46 | -0/+2036 |
2010-03-16 | forward_list.tcc (_Fwd_list_node_base:: _M_transfer_after): Return _Fwd_list_... | Paolo Carlini | 5 | -31/+43 |
2010-03-15 | revert: forward_list.h: Support non-standard pointer types | Paolo Carlini | 21 | -1169/+6 |
2010-03-10 | hashtable_policy.h (_Rehash_base<_Prime_rehash_policy, [...]): Add, per DR 1189. | Paolo Carlini | 4 | -0/+192 |
2010-03-09 | revert: PR libstdc++/41975, DR 579 | Paolo Carlini | 9 | -36/+78 |
2010-03-05 | testsuite_container_traits.h (traits_base): Add has_throwing_erase trait. | Paolo Carlini | 4 | -10/+21 |
2010-03-03 | unique_ptr.h (unique_ptr<>::get_deleter): Simplify return type. | Paolo Carlini | 2 | -3/+3 |
2010-03-02 | mutex (lock_guard::lock_guard): Do not lock mutex when adopt_lock_t construct... | Jonathan Wakely | 1 | -0/+79 |
2010-03-02 | Makefile.am (check-DEJAGNU): Include de* in normal0 dirs. | Rainer Orth | 2 | -2/+2 |
2010-03-02 | stl_bvector.h (hash<vector<bool, _Alloc>>): Add. | Paolo Carlini | 2 | -6/+69 |
2010-03-02 | re PR libstdc++/43230 (Revision 157158 failed 30_threads/promise/members/set_... | Jonathan Wakely | 1 | -10/+1 |
2010-03-02 | bitset (_Base_bitset<>::_M_getdata()): Add. | Paolo Carlini | 1 | -0/+27 |
2010-03-02 | re PR libstdc++/43183 (std::unique_ptr::reset() does not conform to N3035.) | Jonathan Wakely | 3 | -3/+58 |
2010-03-01 | iomanip (get_money, put_money): Add in C++0x mode; tidy. | Paolo Carlini | 4 | -0/+192 |
2010-03-01 | re PR other/32499 (libstdc++ testsuite fails on platforms without ranlib) | Rainer Orth | 2 | -0/+4 |
2010-02-25 | limits (__numeric_limits_base::max_digits10, [...]): Add. | Ed Smith-Rowland | 3 | -0/+151 |
2010-02-24 | deallocate_global.cc: Require __cxa_atexit. | Rainer Orth | 2 | -2/+6 |
2010-02-23 | functional_hash.h (struct _Fnv_hash): Rename to _Fnv_hash_base. | Paolo Carlini | 3 | -4/+30 |
2010-02-22 | functional_hash.h (hash<string>, [...]): Move, per DR 1182 to... | Paolo Carlini | 1 | -1/+0 |
2010-02-21 | complex (proj): Change return type per DR 1137. | Paolo Carlini | 1 | -6/+16 |
2010-02-21 | typedefs.cc: New. | Paolo Carlini | 7 | -0/+252 |
2010-02-20 | re PR c++/35669 (NULL (__null) not considered different from 0 with C++) | Manuel López-Ibáñez | 1 | -0/+1 |
2010-02-19 | array (array): Add pointer and const_pointer typedefs in C++0x mode, per DR 1... | Paolo Carlini | 2 | -33/+8 |
2010-02-19 | stl_algo.h (for_each): Implement resolution of DR 1110. | Paolo Carlini | 1 | -0/+67 |