| Commit message (Expand) | Author | Age | Files | Lines |
* | user.cfg.in (PDF_HYPERLINKS): To NO. | Benjamin Kosnik | 2011-08-07 | 4 | -13/+13 |
* | safe_unordered_sequence.h, [...]: Rename respectively in... | François Dumont | 2011-07-21 | 5 | -62/+68 |
* | safe_local_iterator.h (_Safe_local_iterator<>:: _Safe_local_iterator(const _I... | Paolo Carlini | 2011-07-20 | 1 | -1/+1 |
* | safe_unordered_base.h, [...]: New, support for unordered sequence safe local ... | François Dumont | 2011-07-19 | 11 | -146/+1355 |
* | set.h, [...]: Remove base class default constructor calls. | François Dumont | 2011-06-29 | 11 | -68/+54 |
* | allocator.h (__shrink_to_fit): Rename to __shrink_to_fit_aux, fix. | François Dumont | 2011-06-12 | 3 | -3/+29 |
* | hashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&)): Use std::move on the al... | Paolo Carlini | 2011-06-01 | 11 | -17/+37 |
* | basic_string.h: Use noexcept per the FDIS (minus compare(const string&)... | Paolo Carlini | 2011-05-31 | 1 | -20/+45 |
* | list.cc: Use noexcept per the FDIS. | Paolo Carlini | 2011-05-26 | 10 | -161/+162 |
* | initializer_list: Use noexcept specifier. | Paolo Carlini | 2011-05-18 | 1 | -29/+34 |
* | macro.h (_GLIBCXX_DEBUG_VERIFY_AT): New. | François Dumont | 2011-05-07 | 1 | -4/+7 |
* | string (basic_string::insert): Add iterator check and pass normal iterator to... | François Dumont | 2011-02-19 | 2 | -3/+2 |
* | re PR libstdc++/47668 (missing 'typename' in debug-mode map) | Paolo Carlini | 2011-02-10 | 2 | -6/+2 |
* | PR libstdc++/36104 part four | Benjamin Kosnik | 2011-01-30 | 12 | -40/+40 |
* | c++config (_GLIBCXX_EXPORT_TEMPLATE): Remove. | Benjamin Kosnik | 2011-01-21 | 2 | -8/+4 |
* | safe_base.h (_Safe_iterator_base::_M_unlink): New. | François Dumont | 2011-01-05 | 2 | -0/+82 |
* | Update Copyright years for files modified in 2010. | Jakub Jelinek | 2011-01-03 | 3 | -3/+3 |
* | unordered_map (unordered_multimap<>::erase): Fix to erase all elements associ... | François Dumont | 2010-11-27 | 2 | -8/+10 |
* | 2010-11-27 François Dumont <francois.cppdevs@free.fr> | François Dumont | 2010-11-27 | 2 | -20/+35 |
* | bitset (bitset<>::reference): Clean code, use normal reference type in experi... | François Dumont | 2010-11-27 | 1 | -16/+11 |
* | debug.cc: Introduce a mutex pool in get_safe_base_mutex. | François Dumont | 2010-11-25 | 15 | -539/+732 |
* | formatter.h (__truth): Remove, unused. | Paolo Carlini | 2010-11-18 | 2 | -19/+5 |
* | stl_tree.h (_Rb_tree<>::_M_const_cast_iter): Remove. | Paolo Carlini | 2010-11-14 | 4 | -15/+23 |
* | PR libstdc++/44436 (partial) | Paolo Carlini | 2010-11-10 | 4 | -0/+88 |
* | bitset: Do not derive from _Safe_sequence_base in C++0x mode... | Paolo Carlini | 2010-11-07 | 1 | -10/+31 |
* | PR libstdc++/44436 (partial) | Paolo Carlini | 2010-10-28 | 2 | -0/+60 |
* | forward_list.h (forward_list<>::erase_after): Return an iterator. | Paolo Carlini | 2010-10-17 | 1 | -5/+6 |
* | [multiple changes] | Paolo Carlini | 2010-10-11 | 1 | -2/+7 |
* | [multiple changes] | Paolo Carlini | 2010-09-29 | 4 | -21/+775 |
* | functional_hash.h (__hash_base): Add. | Paolo Carlini | 2010-09-22 | 2 | -2/+2 |
* | [multiple changes] | Paolo Carlini | 2010-08-29 | 14 | -51/+124 |
* | hashtable.h (_Hashtable<>::operator=(const _Hashtable&)): Move inline. | Paolo Carlini | 2010-08-14 | 2 | -8/+8 |
* | move.h (forward): Update to N3092. | Paolo Carlini | 2010-08-05 | 10 | -14/+14 |
* | re PR libstdc++/32618 (std::vector calls uneccessary constructors instead of ... | Paolo Carlini | 2010-06-18 | 3 | -9/+163 |
* | c++config (std::size_t, [...]): Provide typedefs. | Paolo Carlini | 2010-06-03 | 2 | -12/+11 |
* | basic_string.h (front, back): Add. | Paolo Carlini | 2010-05-31 | 1 | -0/+5 |
* | re PR libstdc++/44190 (Debug vector resize does not update capacity) | Eelis van der Weegen | 2010-05-18 | 1 | -0/+1 |
* | unordered_map: Clean-up includes and guards. | Paolo Carlini | 2010-03-30 | 3 | -11/+10 |
* | [multiple changes] | Paolo Carlini | 2010-03-26 | 2 | -0/+52 |
* | revert: PR libstdc++/41975, DR 579 | Paolo Carlini | 2010-03-09 | 2 | -32/+36 |
* | 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 | -4/+16 |
* | bitset (_Base_bitset<>::_M_getdata()): Add. | Paolo Carlini | 2010-03-02 | 1 | -0/+17 |
* | PR libstdc++/41975, DR 579 | Paolo Carlini | 2010-02-11 | 2 | -36/+32 |
* | 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 | -124/+16 |
* | re PR libstdc++/42460 (man page errors for generated libstdc++ man pages) | Benjamin Kosnik | 2010-02-04 | 3 | -8/+8 |
* | string (basic_string<>::basic_string(basic_string&&), [...]): Add. | Paolo Carlini | 2010-01-10 | 1 | -6/+29 |
* | set.h: Revert last change, per DR 1204 [Ready]; mention the latter in comment. | Paolo Carlini | 2010-01-09 | 9 | -61/+42 |
* | set.h: Protect move assignment operator vs self assignment. | Paolo Carlini | 2010-01-09 | 9 | -32/+62 |