Age | Commit message (Expand) | Author | Files | Lines |
2011-08-07 | user.cfg.in (PDF_HYPERLINKS): To NO. | Benjamin Kosnik | 7 | -38/+38 |
2011-07-09 | alloc_traits.h (__allocator_always_compares_equal): New trait, provide partia... | Jonathan Wakely | 1 | -4/+79 |
2011-07-09 | cast.h: Fix typo in include guard. | Jonathan Wakely | 2 | -14/+9 |
2011-06-22 | pat_trie_base.hpp: Avoid -Wall warning. | Paolo Carlini | 1 | -1/+1 |
2011-06-22 | Makefile.am: Add alloc_traits.h headers. | Jonathan Wakely | 1 | -0/+121 |
2011-06-12 | allocator.h (__shrink_to_fit): Rename to __shrink_to_fit_aux, fix. | François Dumont | 1 | -4/+7 |
2011-06-11 | extptr_allocator.h (construct, destroy): Fix for C++0x mode by overloading to... | Jonathan Wakely | 1 | -0/+9 |
2011-06-10 | throw_allocator.h: Use noexcept. | Paolo Carlini | 8 | -65/+84 |
2011-06-10 | *: Doxygen markup redo. | Benjamin Kosnik | 65 | -1378/+1288 |
2011-06-08 | extptr_allocator.h: Include <ext/numeric_traits.h> instead of <limits>. | Paolo Carlini | 1 | -3/+4 |
2011-06-05 | ptr_traits.h (pointer_traits): Fix typos. | Jonathan Wakely | 1 | -0/+39 |
2011-06-01 | hashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&)): Use std::move on the al... | Paolo Carlini | 1 | -1/+1 |
2011-05-31 | basic_string.h: Use noexcept per the FDIS (minus compare(const string&)... | Paolo Carlini | 2 | -33/+40 |
2011-05-28 | Makefile.am: Add new ptr_traits.h header. | Jonathan Wakely | 8 | -56/+91 |
2011-05-27 | re PR libstdc++/49187 (parallel mode compilation broken - unqualified lookup?... | Paolo Carlini | 1 | -3/+3 |
2011-05-24 | re PR libstdc++/37144 (A bug in include/ext/pb_ds/detail/pat_trie_/constructo... | Benjamin Kosnik | 251 | -9413/+6677 |
2011-05-20 | re PR c++/24163 (dependent Base class scope examined during unqualified name ... | Jason Merrill | 12 | -42/+42 |
2011-05-11 | hash_load_check_resize_trigger_imp.hpp (assert_valid): Replace _GLIBCXX_DEBUG... | François Dumont | 29 | -294/+80 |
2011-05-07 | macro.h (_GLIBCXX_DEBUG_VERIFY_AT): New. | François Dumont | 115 | -1348/+1687 |
2011-05-02 | sso_string_base.h (__sso_string_base<>::_M_construct): Fix unqualified lookup. | Ollie Wild | 3 | -19/+18 |
2011-04-07 | In C++0x mode, import iota and is_sorted from namespace std into namespace __... | Jeffrey Yasskin | 2 | -1/+8 |
2011-02-17 | re PR libstdc++/47773 (Versatile string lacks a default hash function) | Paolo Carlini | 1 | -0/+60 |
2011-02-12 | re PR libstdc++/47709 (is_heap(standard iterator) becomes ambiguous in C++0x ... | Paolo Carlini | 1 | -1/+6 |
2011-01-30 | PR libstdc++/36104 part four | Benjamin Kosnik | 38 | -96/+238 |
2011-01-21 | c++config (_GLIBCXX_EXPORT_TEMPLATE): Remove. | Benjamin Kosnik | 1 | -4/+2 |
2011-01-20 | hash_load_check_resize_trigger_imp.hpp: Adjust assert condition. | Benjamin Kosnik | 5 | -113/+84 |
2011-01-15 | re PR libstdc++/36104 (gnu-versioned-namespace is broken) | Benjamin Kosnik | 1 | -2/+2 |
2011-01-03 | Update Copyright years for files modified in 2010. | Jakub Jelinek | 116 | -116/+129 |
2010-12-19 | basic_string.h (operator+(basic_string<>&&, basic_string<>&&)): Optimize better. | Paolo Carlini | 1 | -1/+7 |
2010-12-19 | *: Use headername alias to associate private includes to public includes. | Benjamin Kosnik | 14 | -82/+88 |
2010-12-15 | vstring.h (operator+(__versa_string<>&&, const __versa_string<>&), [...]): Add. | Paolo Carlini | 1 | -0/+51 |
2010-12-07 | re PR libstdc++/46830 (s.swap(s) triggers overlapped memcpy() for versa_string) | Paul Pluzhnikov | 1 | -1/+5 |
2010-11-18 | re PR libstdc++/46455 (resource leaks due to missing destructors for mutexes ... | Jonathan Wakely | 1 | -1/+64 |
2010-11-03 | limits (__glibcxx_digits10, [...]): Use 643L instead of 643 to avoid overflow... | Paolo Carlini | 1 | -2/+2 |
2010-09-19 | Uglify C++ headers some more. | Ralf Wildenhues | 1 | -4/+4 |
2010-09-03 | re PR libstdc++/45347 (concurrence.h: In constructor '__gnu_cxx::__cond::__co... | Paolo Carlini | 1 | -1/+3 |
2010-08-13 | ios_init.cc (ios_base::Init::~Init): Add back semicolon at the end of the _GL... | Paolo Carlini | 1 | -2/+2 |
2010-08-12 | c++config (_GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE, [...]): Add. | Kostya Serebryany | 1 | -1/+8 |
2010-08-05 | move.h (forward): Update to N3092. | Paolo Carlini | 1 | -1/+1 |
2010-07-27 | [multiple changes] | Paolo Carlini | 1 | -1/+3 |
2010-06-29 | re PR libstdc++/44708 (Enabling -std=c++0x results in ambiguous function over... | Paolo Carlini | 1 | -2/+2 |
2010-06-09 | re PR libstdc++/44413 (inefficient code for std::string::compare on x86-64) | Paolo Carlini | 1 | -6/+11 |
2010-06-09 | re PR libstdc++/44413 (inefficient code for std::string::compare on x86-64) | Paolo Carlini | 1 | -11/+6 |
2010-06-08 | order_statistics_imp.hpp: Avoid -Wall warnings. | Paolo Carlini | 1 | -3/+1 |
2010-06-06 | pointer.h (_Pointer_adapter::operator++): Remove name of unused parameter. | Jonathan Wakely | 1 | -2/+2 |
2010-06-03 | c++config (std::size_t, [...]): Provide typedefs. | Paolo Carlini | 136 | -669/+684 |
2010-05-31 | basic_string.h (front, back): Add. | Paolo Carlini | 1 | -6/+6 |
2010-05-20 | [multiple changes] | Paolo Carlini | 8 | -20/+26 |
2010-04-03 | basic_string.h: Fix pasto in comment. | Paolo Carlini | 1 | -5/+4 |
2010-03-05 | testsuite_container_traits.h (traits_base): Add has_throwing_erase trait. | Paolo Carlini | 1 | -3/+4 |