| Commit message (Expand) | Author | Age | Files | Lines |
* | hashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&)): Use std::move on the al... | Paolo Carlini | 2011-06-01 | 10 | -34/+46 |
* | list.cc: Use noexcept per the FDIS. | Paolo Carlini | 2011-05-26 | 10 | -134/+133 |
* | initializer_list: Use noexcept specifier. | Paolo Carlini | 2011-05-18 | 1 | -28/+33 |
* | re PR libstdc++/47668 (missing 'typename' in debug-mode map) | Paolo Carlini | 2011-02-10 | 2 | -6/+2 |
* | run_doxygen: Allow doxygen 1.7.0 again. | Benjamin Kosnik | 2011-02-01 | 2 | -4/+4 |
* | PR libstdc++/36104 part four | Benjamin Kosnik | 2011-01-30 | 15 | -41/+41 |
* | Update Copyright years for files modified in 2010. | Jakub Jelinek | 2011-01-03 | 1 | -1/+1 |
* | stl_tree.h (_Rb_tree<>::_M_const_cast_iter): Remove. | Paolo Carlini | 2010-11-14 | 2 | -8/+0 |
* | unordered_map (unordered_map<>::_M_profile_size): Simplify, don't take a __ne... | François Dumont | 2010-11-10 | 1 | -13/+12 |
* | PR libstdc++/44436 (partial) | Paolo Carlini | 2010-11-10 | 4 | -0/+90 |
* | stl_tree.h (_Rb_tree<>::_M_erase_aux): Add. | Paolo Carlini | 2010-11-08 | 4 | -98/+51 |
* | unordered_map (unordered_map<>::operator[](_Key&&)): Add. | Paolo Carlini | 2010-11-07 | 1 | -5/+15 |
* | bitset (bitset<>::bitset(), [...]): Add constexpr specifier. | Paolo Carlini | 2010-11-07 | 1 | -2/+2 |
* | PR libstdc++/44436 (partial) | Paolo Carlini | 2010-10-28 | 2 | -3/+88 |
* | re PR libstdc++/43554 (profile-mode version of forward_list missing) | Paolo Carlini | 2010-10-17 | 1 | -0/+179 |
* | [multiple changes] | Paolo Carlini | 2010-10-11 | 1 | -2/+7 |
* | functional_hash.h (__hash_base): Add. | Paolo Carlini | 2010-09-22 | 2 | -2/+2 |
* | Uglify C++ headers some more. | Ralf Wildenhues | 2010-09-19 | 1 | -1/+1 |
* | hashtable.h (_Hashtable<>::operator=(const _Hashtable&)): Move inline. | Paolo Carlini | 2010-08-14 | 2 | -26/+26 |
* | move.h (forward): Update to N3092. | Paolo Carlini | 2010-08-05 | 9 | -11/+11 |
* | profiler_list_to_slist.h: Remove spurious semicolon; prefer pre-increment. | Paolo Carlini | 2010-06-25 | 4 | -12/+12 |
* | profiler_trace.h: Uglify it to __it, use everywhere std::size_t instead of si... | Paolo Carlini | 2010-06-25 | 1 | -5/+5 |
* | profiler_trace.h (__trace_base<>:: __trace_base()): Move inline, simplify; fo... | Paolo Carlini | 2010-06-24 | 2 | -44/+35 |
* | profiler_trace.h (__warning_data:: __warning_message): Change to std::string... | Paolo Carlini | 2010-06-24 | 14 | -596/+502 |
* | profiler_list_to_slist.h: Fix formatting, other minor stylistic changes. | Paolo Carlini | 2010-06-22 | 11 | -1817/+1975 |
* | re PR libstdc++/44630 (profiler_trace.h defines functions __max and __min whi... | Paolo Carlini | 2010-06-22 | 4 | -30/+19 |
* | re PR libstdc++/32618 (std::vector calls uneccessary constructors instead of ... | Paolo Carlini | 2010-06-18 | 3 | -9/+103 |
* | c++config (std::size_t, [...]): Provide typedefs. | Paolo Carlini | 2010-06-03 | 2 | -16/+16 |
* | re PR libstdc++/43259 (ext/profile/all.cc fails on Solaris) | Silvius Rus | 2010-05-11 | 3 | -173/+259 |
* | 29134.cc: Adjust for profile-mode too. | Paolo Carlini | 2010-05-05 | 2 | -90/+80 |
* | unordered_map: Clean-up includes and guards. | Paolo Carlini | 2010-03-30 | 2 | -14/+12 |
* | [multiple changes] | Paolo Carlini | 2010-03-26 | 2 | -0/+52 |
* | bitset (hash): Minor tweaks. | Paolo Carlini | 2010-03-03 | 2 | -5/+5 |
* | stl_bvector.h (hash<vector<bool, _Alloc>>): Add. | Paolo Carlini | 2010-03-02 | 2 | -5/+16 |
* | bitset (_Base_bitset<>::_M_getdata()): Add. | Paolo Carlini | 2010-03-02 | 1 | -0/+17 |
* | hashtable.h: Fold in include/tr1_impl/hashtable.h contents. | Paolo Carlini | 2010-02-10 | 2 | -2/+2 |
* | hashtable.h: Fold in include/tr1_impl/hashtable.h for C++0x use. | Paolo Carlini | 2010-02-10 | 2 | -154/+135 |
* | re PR libstdc++/42460 (man page errors for generated libstdc++ man pages) | Benjamin Kosnik | 2010-02-04 | 2 | -3/+3 |
* | iterator_tracker.h: Add copyright. | Benjamin Kosnik | 2010-01-13 | 1 | -0/+28 |
* | run_doxygen: Correct nested scope on the man pages. | Benjamin Kosnik | 2010-01-12 | 1 | -60/+48 |
* | libstdc++ profile mode bug fixes and minor updates | Silvius Rus | 2010-01-10 | 16 | -2780/+2713 |
* | set.h: Revert last change, per DR 1204 [Ready]; mention the latter in comment. | Paolo Carlini | 2010-01-09 | 9 | -67/+45 |
* | set.h: Protect move assignment operator vs self assignment. | Paolo Carlini | 2010-01-09 | 9 | -34/+67 |
* | re PR libstdc++/42573 ([C++0x] shrink_to_fit() missing) | Paolo Carlini | 2010-01-08 | 2 | -2/+10 |
* | list: Implement DR 1133 here too. | Paolo Carlini | 2010-01-04 | 1 | -56/+50 |
* | set.h: Implement DR 130 here too. | Paolo Carlini | 2010-01-03 | 4 | -24/+60 |
* | bitset (bitset<>::bitset(unsigned long long)): Add in C++0x mode. | Paolo Carlini | 2010-01-03 | 1 | -2/+7 |
* | hashtable (_Hashtable<>): Remove insert_return_type typedef. | Paolo Carlini | 2010-01-03 | 2 | -18/+26 |
* | bitset (bitset<>::to_ullong, [...]): Add. | Paolo Carlini | 2009-12-29 | 1 | -0/+3 |
* | bitset (bitset<>::bitset(const char*)): Add. | Paolo Carlini | 2009-12-29 | 1 | -0/+5 |