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