Age | Commit message (Expand) | Author | Files | Lines |
2010-05-18 | re PR libstdc++/44190 (Debug vector resize does not update capacity) | Eelis van der Weegen | 1 | -0/+1 |
2010-05-17 | functional (result_of): Move... | Paolo Carlini | 2 | -12/+14 |
2010-05-11 | re PR libstdc++/43259 (ext/profile/all.cc fails on Solaris) | Silvius Rus | 5 | -173/+261 |
2010-05-06 | basic_string.h: Escape class names in doxygen docs. | Jonathan Wakely | 1 | -10/+10 |
2010-05-06 | re PR libstdc++/44014 (no std::string in API documentation) | Jonathan Wakely | 2 | -6/+15 |
2010-05-05 | 29134.cc: Adjust for profile-mode too. | Paolo Carlini | 2 | -90/+80 |
2010-05-04 | no-dist in non-imported automake dirs. | Ralf Wildenhues | 1 | -44/+11 |
2010-04-30 | stl_pair.h (piecewise_construct_t, [...]): Add. | Paolo Carlini | 4 | -55/+123 |
2010-04-27 | re PR libstdc++/43865 (C++ in freestanding environment) | Jonathan Wakely | 1 | -2/+2 |
2010-04-24 | unique_ptr (unique_ptr::pointer): Use deleter's pointer type if it exists. | Jonathan Wakely | 1 | -3/+18 |
2010-04-22 | partition.h (__parallel_partition): Improve scalability by... | Johannes Singler | 1 | -75/+71 |
2010-04-13 | hash_map: Don't #include "backward_warning.h" if _GLIBCXX_PERMIT_BACKWARD_HAS... | Ian Lance Taylor | 2 | -0/+6 |
2010-04-03 | basic_string.h: Fix pasto in comment. | Paolo Carlini | 2 | -9/+8 |
2010-04-02 | Update to Automake 1.11.1. | Ralf Wildenhues | 1 | -1/+1 |
2010-03-30 | random_shuffle.h (__parallel_random_shuffle_drs): Take as many threads as pos... | Johannes Singler | 1 | -2/+8 |
2010-03-30 | unordered_map: Clean-up includes and guards. | Paolo Carlini | 5 | -25/+22 |
2010-03-26 | [multiple changes] | Paolo Carlini | 8 | -14/+365 |
2010-03-23 | stl_algobase.h (lower_bound(_ForwardIterator, _ForwardIterator, const _Tp&, _... | Paolo Carlini | 2 | -54/+54 |
2010-03-22 | numeric (inner_product, [...]): Precede subsequent call with _GLIBCXX_STD_P::... | Johannes Singler | 4 | -15/+27 |
2010-03-22 | base.h (_PseudoSequence): Do not forward declare. | Paolo Carlini | 1 | -19/+7 |
2010-03-22 | base.h (_Less): Use std::less. | Paolo Carlini | 2 | -41/+18 |
2010-03-19 | shared_ptr.h (shared_ptr(unique_ptr&&), [...]): Remove explicit specifier (as... | Rodolfo Lima | 2 | -6/+5 |
2010-03-19 | random.tcc: Minor formatting changes. | Paolo Carlini | 3 | -12/+12 |
2010-03-19 | stl_algo.h (shuffle): Add, per D3056. | Paolo Carlini | 9 | -244/+329 |
2010-03-17 | re PR libstdc++/43397 (std::function can't forward rvalue reference for point... | Jonathan Wakely | 1 | -20/+32 |
2010-03-16 | re PR libstdc++/43394 (Spurious warnings while building parallel_list.cc on x... | Paolo Carlini | 1 | -3/+5 |
2010-03-16 | hash_map: Use consistently the _BACKWARD_* prefix for the include guard. | Paolo Carlini | 7 | -21/+25 |
2010-03-16 | random.h (operator==(const uniform_int_distribution<>&, const uniform_int_dis... | Paolo Carlini | 2 | -10/+657 |
2010-03-16 | forward_list.tcc (_Fwd_list_node_base:: _M_transfer_after): Return _Fwd_list_... | Paolo Carlini | 2 | -45/+81 |
2010-03-15 | revert: forward_list.h: Support non-standard pointer types | Paolo Carlini | 2 | -226/+157 |
2010-03-13 | array (swap(array<>&, array<>&)): Use member swap. | Paolo Carlini | 2 | -2/+2 |
2010-03-10 | hashtable_policy.h (_Rehash_base<_Prime_rehash_policy, [...]): Add, per DR 1189. | Paolo Carlini | 2 | -5/+15 |
2010-03-09 | revert: PR libstdc++/41975, DR 579 | Paolo Carlini | 3 | -61/+83 |
2010-03-05 | testsuite_container_traits.h (traits_base): Add has_throwing_erase trait. | Paolo Carlini | 1 | -3/+4 |
2010-03-03 | unique_ptr.h (unique_ptr<>::get_deleter): Simplify return type. | Paolo Carlini | 1 | -8/+4 |
2010-03-03 | bitset (hash): Minor tweaks. | Paolo Carlini | 4 | -10/+10 |
2010-03-03 | functional_hash.h (_Fnv_hash_base<>::hash): Change to template. | Paolo Carlini | 5 | -93/+93 |
2010-03-02 | mutex (lock_guard::lock_guard): Do not lock mutex when adopt_lock_t construct... | Jonathan Wakely | 1 | -2/+2 |
2010-03-02 | stl_bvector.h (hash<vector<bool, [...]): Move definition... | Paolo Carlini | 2 | -37/+45 |
2010-03-02 | stl_bvector.h (hash<vector<bool, _Alloc>>): Add. | Paolo Carlini | 6 | -18/+109 |
2010-03-02 | bitset (_Base_bitset<>::_M_getdata()): Add. | Paolo Carlini | 3 | -0/+75 |
2010-03-02 | re PR libstdc++/43183 (std::unique_ptr::reset() does not conform to N3035.) | Jonathan Wakely | 1 | -17/+15 |
2010-03-01 | iomanip (get_money, put_money): Add in C++0x mode; tidy. | Paolo Carlini | 1 | -38/+91 |
2010-03-01 | atomicfwd_cxx.h: Add typedefs to group. | Benjamin Kosnik | 1 | -1/+9 |
2010-02-25 | random.tcc (operator<<): Use max_digits10. | Ed Smith-Rowland | 1 | -19/+19 |
2010-02-25 | limits (__numeric_limits_base::max_digits10, [...]): Add. | Ed Smith-Rowland | 1 | -3/+143 |
2010-02-25 | functional_hash.h (__hash_combine): Remove. | Paolo Carlini | 2 | -28/+23 |
2010-02-25 | faq.xml: Adjust structure for pdf index. | Benjamin Kosnik | 1 | -2/+2 |
2010-02-23 | random.h: Doxygen group markup fixes. | Benjamin Kosnik | 1 | -23/+25 |
2010-02-23 | functional_hash.h (struct _Fnv_hash): Rename to _Fnv_hash_base. | Paolo Carlini | 5 | -43/+73 |