Age | Commit message (Expand) | Author | Files | Lines |
2011-02-19 | string (basic_string::insert): Add iterator check and pass normal iterator to... | François Dumont | 2 | -3/+2 |
2011-02-17 | regex.h (basic_regex::traits_type): Add typedef. | Jonathan Wakely | 1 | -44/+74 |
2011-02-17 | re PR libstdc++/47724 ([C++0x] Regex string anchors cause segfault) | Jonathan Wakely | 1 | -0/+4 |
2011-02-17 | re PR libstdc++/47773 (Versatile string lacks a default hash function) | Paolo Carlini | 1 | -0/+60 |
2011-02-16 | regex.h (match_results::format): Use char_traits. | Jonathan Wakely | 1 | -1/+2 |
2011-02-16 | atomic: Remove atomic_address, uplift to N3225. | Benjamin Kosnik | 4 | -1219/+755 |
2011-02-14 | regex.h (sub_match::sub_match): Add. | Jonathan Wakely | 6 | -70/+125 |
2011-02-14 | regex_compiler.h: Remove unnecessary bind() calls. | Jonathan Wakely | 2 | -33/+15 |
2011-02-12 | re PR libstdc++/47709 (is_heap(standard iterator) becomes ambiguous in C++0x ... | Paolo Carlini | 1 | -1/+6 |
2011-02-12 | [multiple changes] | Jonathan Wakely | 2 | -4/+33 |
2011-02-11 | re PR libstdc++/47433 (libstdc++ parallel mode calls std::swap explicitely) | Johannes Singler | 1 | -0/+1 |
2011-02-11 | Makefile.am (sources): Add regex.cc. | Benjamin Kosnik | 1 | -21/+19 |
2011-02-10 | re PR libstdc++/47662 (-fno-operator-names no longer works with STL headers) | Jonathan Wakely | 1 | -1/+1 |
2011-02-10 | re PR libstdc++/47668 (missing 'typename' in debug-mode map) | Paolo Carlini | 4 | -12/+4 |
2011-02-09 | future (packaged_task::operator bool): Rename to... | Jonathan Wakely | 1 | -2/+4 |
2011-02-07 | re PR libstdc++/47628 (non-compliant C++0x erase methods on STL containers) | Paolo Carlini | 1 | -1/+9 |
2011-02-05 | regex_error.h (__throw_regex_error): Not inline. | Benjamin Kosnik | 1 | -3/+2 |
2011-02-01 | re PR libstdc++/46914 (std::atomic<int*>::exchange(...) doesn't store correct... | Paolo Carlini | 1 | -14/+14 |
2011-02-01 | run_doxygen: Allow doxygen 1.7.0 again. | Benjamin Kosnik | 7 | -10/+19 |
2011-01-31 | c++config (_GLIBCXX_DEPRECATED): To _GLIBCXX_USE_DEPRECATED. | Benjamin Kosnik | 10 | -31/+31 |
2011-01-30 | PR libstdc++/36104 part four | Benjamin Kosnik | 268 | -1202/+1933 |
2011-01-28 | atomic_base.h: Do not include <stddef.h>. | Paolo Carlini | 1 | -4/+3 |
2011-01-26 | numeric (inner_product, [...]): Qualify subsequent call with __gnu_parallel i... | Johannes Singler | 3 | -12/+14 |
2011-01-24 | re PR libstdc++/47433 (libstdc++ parallel mode calls std::swap explicitely) | Johannes Singler | 3 | -13/+16 |
2011-01-24 | re PR libstdc++/47437 (libstdc++ parallel mode: multiway_merge does not compile) | Johannes Singler | 1 | -1/+1 |
2011-01-21 | c++config (_GLIBCXX_EXPORT_TEMPLATE): Remove. | Benjamin Kosnik | 20 | -86/+36 |
2011-01-20 | hash_load_check_resize_trigger_imp.hpp: Adjust assert condition. | Benjamin Kosnik | 5 | -113/+84 |
2011-01-19 | PR libstdc++/36104 part two | Benjamin Kosnik | 2 | -4/+4 |
2011-01-19 | confdeps.png: Regenerate. | Benjamin Kosnik | 1 | -2/+3 |
2011-01-18 | unique_ptr.h (default_delete<>::default_delete()): Declare defaulted per DR 1... | Paolo Carlini | 1 | -2/+2 |
2011-01-17 | stl_queue.h (queue<>::swap, [...]): Implement DR 1198. | Paolo Carlini | 2 | -5/+13 |
2011-01-15 | re PR libstdc++/36104 (gnu-versioned-namespace is broken) | Benjamin Kosnik | 16 | -269/+281 |
2011-01-14 | [multiple changes] | Paolo Carlini | 2 | -3/+107 |
2011-01-06 | re PR libstdc++/47185 (UB in TR1 and C++0x placeholders and non conforming im... | Paolo Carlini | 1 | -33/+30 |
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 | 173 | -174/+191 |
2010-12-31 | run_doxygen: Allow doxygen 1.7.1 again. | Benjamin Kosnik | 1 | -1/+10 |
2010-12-19 | basic_string.h (operator+(basic_string<>&&, basic_string<>&&)): Optimize better. | Paolo Carlini | 2 | -4/+16 |
2010-12-19 | *: Use headername alias to associate private includes to public includes. | Benjamin Kosnik | 150 | -500/+572 |
2010-12-17 | basic_string.h (operator+(basic_string<>&&, const basic_string<>&), [...]): Add. | Paolo Carlini | 1 | -0/+44 |
2010-12-17 | aclocal.m4: Regenerate. | Paolo Carlini | 1 | -6/+6 |
2010-12-15 | vstring.h (operator+(__versa_string<>&&, const __versa_string<>&), [...]): Add. | Paolo Carlini | 1 | -0/+51 |
2010-12-14 | re PR libstdc++/45133 ([c++0x] std::future will crash with NULL deref if get(... | Jonathan Wakely | 1 | -3/+14 |
2010-12-14 | re PR libstdc++/46910 (std::shared_ptr requires public destructor for a class... | Jonathan Wakely | 1 | -9/+7 |
2010-12-09 | bitset (_Base_bitset<>::_Base_bitset(), [...]): Simplify. | Paolo Carlini | 1 | -9/+5 |
2010-12-08 | stl_iterator.h: Add move_iterator operators overloads to make it robust to te... | François Dumont | 1 | -0/+46 |
2010-12-07 | re PR libstdc++/46830 (s.swap(s) triggers overlapped memcpy() for versa_string) | Paul Pluzhnikov | 1 | -1/+5 |
2010-12-06 | shared_ptr.h (shared_ptr<>::shared_ptr(_Tp1*, _Deleter, const _Alloc&), [...]... | Paolo Carlini | 2 | -23/+28 |
2010-12-06 | re PR libstdc++/46821 ([C++0x] swapping empty classes) | Paolo Carlini | 1 | -2/+6 |
2010-12-06 | re PR target/40125 (libgcc_s DLL installed in wrong directory in cross toolch... | Dave Korn | 1 | -6/+8 |