Age | Commit message (Expand) | Author | Files | Lines |
2010-04-13 | hash_map: Don't #include "backward_warning.h" if _GLIBCXX_PERMIT_BACKWARD_HAS... | Ian Lance Taylor | 3 | -0/+12 |
2010-04-12 | config.gcc: Removed *-*-solaris2.7* from list of obsolete configurations. | Rainer Orth | 4 | -3/+9 |
2010-04-06 | parser.c (cp_parser_class_specifier): Set class location to that of IDENTIFIE... | Jason Merrill | 4 | -4/+4 |
2010-04-06 | acinclude.m4 (GLIBCXX_ENABLE_LIBSTDCXX_TIME): Show test result. | Matthias Klose | 5 | -8/+19 |
2010-04-03 | basic_string.h: Fix pasto in comment. | Paolo Carlini | 3 | -9/+13 |
2010-04-02 | Update to Automake 1.11.1. | Ralf Wildenhues | 10 | -18/+31 |
2010-03-30 | random_shuffle.h (__parallel_random_shuffle_drs): Take as many threads as pos... | Johannes Singler | 2 | -2/+15 |
2010-03-30 | unordered_map: Clean-up includes and guards. | Paolo Carlini | 6 | -25/+30 |
2010-03-29 | re PR target/43458 (c99_classification_macros_c.cc fails on hppa*-*-hpux*) | John David Anglin | 2 | -2/+8 |
2010-03-26 | profile_mode.xml (Profile Diagnostics): Correct cols. | Rainer Orth | 3 | -1/+13 |
2010-03-26 | [multiple changes] | Paolo Carlini | 14 | -14/+1026 |
2010-03-23 | testsuite_tr1.h (NType, [...]): Add. | Paolo Carlini | 5 | -84/+34 |
2010-03-23 | value.cc: New. | Paolo Carlini | 4 | -0/+178 |
2010-03-23 | stl_algobase.h (lower_bound(_ForwardIterator, _ForwardIterator, const _Tp&, _... | Paolo Carlini | 3 | -55/+61 |
2010-03-22 | numeric (inner_product, [...]): Precede subsequent call with _GLIBCXX_STD_P::... | Johannes Singler | 5 | -15/+38 |
2010-03-22 | base.h (_PseudoSequence): Do not forward declare. | Paolo Carlini | 2 | -19/+16 |
2010-03-22 | base.h (_Less): Use std::less. | Paolo Carlini | 3 | -41/+25 |
2010-03-19 | freestanding.cc: Avoid -Wall warnings. | Paolo Carlini | 2 | -5/+9 |
2010-03-19 | shared_ptr.h (shared_ptr(unique_ptr&&), [...]): Remove explicit specifier (as... | Rodolfo Lima | 4 | -6/+102 |
2010-03-19 | random.tcc: Minor formatting changes. | Paolo Carlini | 6 | -14/+27 |
2010-03-19 | stl_algo.h (shuffle): Add, per D3056. | Paolo Carlini | 13 | -244/+493 |
2010-03-17 | debug_mode.xml: Correct debug headers. | Jonathan Wakely | 2 | -15/+19 |
2010-03-17 | re PR libstdc++/43397 (std::function can't forward rvalue reference for point... | Jonathan Wakely | 3 | -20/+116 |
2010-03-16 | re PR libstdc++/43394 (Spurious warnings while building parallel_list.cc on x... | Paolo Carlini | 2 | -3/+11 |
2010-03-16 | hash_map: Use consistently the _BACKWARD_* prefix for the include guard. | Paolo Carlini | 8 | -21/+36 |
2010-03-16 | random.h (operator==(const uniform_int_distribution<>&, const uniform_int_dis... | Paolo Carlini | 49 | -10/+2827 |
2010-03-16 | forward_list.tcc (_Fwd_list_node_base:: _M_transfer_after): Return _Fwd_list_... | Paolo Carlini | 8 | -76/+147 |
2010-03-15 | 2010-03-15 Paolo Carlini <paolo.carlini@oracle.com> | Paolo Carlini | 1 | -0/+10 |
2010-03-15 | revert: forward_list.h: Support non-standard pointer types | Paolo Carlini | 24 | -1395/+219 |
2010-03-13 | array (swap(array<>&, array<>&)): Use member swap. | Paolo Carlini | 3 | -2/+8 |
2010-03-12 | run_doxygen: Adjust. | Benjamin Kosnik | 6 | -288/+288 |
2010-03-10 | hashtable_policy.h (_Rehash_base<_Prime_rehash_policy, [...]): Add, per DR 1189. | Paolo Carlini | 7 | -5/+218 |
2010-03-09 | revert: PR libstdc++/41975, DR 579 | Paolo Carlini | 13 | -97/+184 |
2010-03-05 | testsuite_container_traits.h (traits_base): Add has_throwing_erase trait. | Paolo Carlini | 6 | -13/+56 |
2010-03-04 | Makefile.am: Re-organize xml sources. | Benjamin Kosnik | 10 | -213/+496 |
2010-03-03 | unique_ptr.h (unique_ptr<>::get_deleter): Simplify return type. | Paolo Carlini | 4 | -11/+16 |
2010-03-03 | bitset (hash): Minor tweaks. | Paolo Carlini | 5 | -10/+17 |
2010-03-03 | functional_hash.h (_Fnv_hash_base<>::hash): Change to template. | Paolo Carlini | 7 | -101/+105 |
2010-03-02 | mutex (lock_guard::lock_guard): Do not lock mutex when adopt_lock_t construct... | Jonathan Wakely | 3 | -2/+87 |
2010-03-02 | stl_bvector.h (hash<vector<bool, [...]): Move definition... | Paolo Carlini | 1 | -0/+6 |
2010-03-02 | stl_bvector.h (hash<vector<bool, [...]): Move definition... | Paolo Carlini | 2 | -37/+45 |
2010-03-02 | Makefile.am (check-DEJAGNU): Include de* in normal0 dirs. | Rainer Orth | 3 | -2/+8 |
2010-03-02 | stl_bvector.h (hash<vector<bool, _Alloc>>): Add. | Paolo Carlini | 9 | -27/+197 |
2010-03-02 | re PR libstdc++/43230 (Revision 157158 failed 30_threads/promise/members/set_... | Jonathan Wakely | 2 | -10/+7 |
2010-03-02 | bitset (_Base_bitset<>::_M_getdata()): Add. | Paolo Carlini | 5 | -0/+110 |
2010-03-02 | re PR libstdc++/43183 (std::unique_ptr::reset() does not conform to N3035.) | Jonathan Wakely | 5 | -20/+83 |
2010-03-01 | iomanip (get_money, put_money): Add in C++0x mode; tidy. | Paolo Carlini | 6 | -38/+293 |
2010-03-01 | atomicfwd_cxx.h: Add typedefs to group. | Benjamin Kosnik | 2 | -1/+13 |
2010-03-01 | re PR other/32499 (libstdc++ testsuite fails on platforms without ranlib) | Rainer Orth | 3 | -0/+11 |
2010-02-28 | references.html: Adjust link to SGI's STL site. | Gerald Pfeifer | 2 | -1/+6 |