Age | Commit message (Expand) | Author | Files | Lines |
2011-02-17 | re PR libstdc++/47776 (New libstc++ test failures) | Paolo Carlini | 2 | -18/+16 |
2011-02-17 | re PR libstdc++/47724 ([C++0x] Regex string anchors cause segfault) | Jonathan Wakely | 1 | -0/+34 |
2011-02-17 | re PR libstdc++/47773 (Versatile string lacks a default hash function) | Paolo Carlini | 2 | -0/+110 |
2011-02-16 | atomic: Remove atomic_address, uplift to N3225. | Benjamin Kosnik | 10 | -241/+1 |
2011-02-14 | regex.h (sub_match::sub_match): Add. | Jonathan Wakely | 2 | -8/+6 |
2011-02-12 | re PR libstdc++/47709 (is_heap(standard iterator) becomes ambiguous in C++0x ... | Paolo Carlini | 1 | -0/+29 |
2011-02-12 | re PR libstdc++/47662 (-fno-operator-names no longer works with STL headers) | Jakub Jelinek | 2 | -0/+32 |
2011-02-12 | [multiple changes] | Jonathan Wakely | 1 | -0/+26 |
2011-02-11 | Makefile.am (sources): Add regex.cc. | Benjamin Kosnik | 16 | -0/+0 |
2011-02-11 | Makefile.am (sources): Add regex.cc. | Benjamin Kosnik | 64 | -0/+0 |
2011-02-10 | re PR libstdc++/47662 (-fno-operator-names no longer works with STL headers) | Jonathan Wakely | 1 | -0/+28 |
2011-02-10 | 47628.cc: Do not test in C++0x mode. | Paolo Carlini | 3 | -11/+13 |
2011-02-09 | future (packaged_task::operator bool): Rename to... | Jonathan Wakely | 10 | -34/+34 |
2011-02-07 | re PR libstdc++/47628 (non-compliant C++0x erase methods on STL containers) | Paolo Carlini | 2 | -0/+90 |
2011-01-30 | PR libstdc++/36104 part four | Benjamin Kosnik | 43 | -101/+101 |
2011-01-26 | numeric (inner_product, [...]): Qualify subsequent call with __gnu_parallel i... | Johannes Singler | 4 | -2/+128 |
2011-01-20 | PR libstdc++/36104 part three | Benjamin Kosnik | 1 | -3/+6 |
2011-01-20 | hash_load_check_resize_trigger_imp.hpp: Adjust assert condition. | Benjamin Kosnik | 7 | -37/+101 |
2011-01-19 | confdeps.png: Regenerate. | Benjamin Kosnik | 1 | -0/+1 |
2011-01-18 | unique_ptr.h (default_delete<>::default_delete()): Declare defaulted per DR 1... | Paolo Carlini | 2 | -2/+20 |
2011-01-17 | re PR libstdc++/47323 (FAIL: 28_regex/08_basic_regex/requirements/constexpr_d... | Paolo Carlini | 1 | -1/+3 |
2011-01-16 | re PR libstdc++/47320 (FAIL: 18_support/numeric_limits/lowest.cc execution test) | Paolo Carlini | 1 | -1/+3 |
2011-01-16 | re PR libstdc++/47321 (FAIL: 21_strings/basic_string/requirements/typedefs.cc... | Paolo Carlini | 1 | -1/+3 |
2011-01-16 | erase_after1_neg.cc: Move to this. | François Dumont | 16 | -0/+0 |
2011-01-15 | re PR libstdc++/36104 (gnu-versioned-namespace is broken) | Benjamin Kosnik | 1 | -2/+2 |
2011-01-14 | check_type.cc: Minor tweaks. | Paolo Carlini | 2 | -15/+16 |
2011-01-14 | [multiple changes] | Paolo Carlini | 4 | -0/+233 |
2011-01-05 | safe_base.h (_Safe_iterator_base::_M_unlink): New. | François Dumont | 1 | -5/+1 |
2010-12-31 | run_doxygen: Allow doxygen 1.7.1 again. | Benjamin Kosnik | 1 | -1/+10 |
2010-12-19 | re PR libstdc++/46869 (FAIL: 20_util/enable_shared_from_this/cons/constexpr.c... | John David Anglin | 4 | -4/+4 |
2010-12-19 | 4.cc: New. | Paolo Carlini | 3 | -0/+237 |
2010-12-19 | *: Use headername alias to associate private includes to public includes. | Benjamin Kosnik | 23 | -23/+23 |
2010-12-17 | basic_string.h (operator+(basic_string<>&&, const basic_string<>&), [...]): Add. | Paolo Carlini | 2 | -0/+186 |
2010-12-17 | aclocal.m4: Regenerate. | Paolo Carlini | 1 | -6/+6 |
2010-12-16 | testsuite_iterators.h: Guard move.h includes. | Benjamin Kosnik | 27 | -41/+57 |
2010-12-15 | vstring.h (operator+(__versa_string<>&&, const __versa_string<>&), [...]): Add. | Paolo Carlini | 1 | -0/+93 |
2010-12-15 | re PR libstdc++/46951 (30_threads/future/members/45133.cc failed) | Jonathan Wakely | 2 | -2/+8 |
2010-12-14 | re PR libstdc++/45133 ([c++0x] std::future will crash with NULL deref if get(... | Jonathan Wakely | 2 | -0/+190 |
2010-12-14 | re PR libstdc++/46910 (std::shared_ptr requires public destructor for a class... | Jonathan Wakely | 3 | -3/+49 |
2010-12-12 | testsuite_abi.cc (check_version): Don't push back GLIBCXX_3.4.16, unused. | Paolo Carlini | 1 | -1/+0 |
2010-12-10 | libstdc++.exp (v3-build_support): Delete libtestc++.a before creation. | Rainer Orth | 1 | -0/+9 |
2010-12-10 | dsymutil enabled for Fortran. | Jack Howarth | 1 | -0/+5 |
2010-12-09 | re PR testsuite/46860 (New libstdc++ failures) | Nathan Froyd | 3 | -2/+5 |
2010-12-08 | stl_iterator.h: Add move_iterator operators overloads to make it robust to te... | François Dumont | 7 | -37/+221 |
2010-12-06 | shared_ptr.h (shared_ptr<>::shared_ptr(_Tp1*, _Deleter, const _Alloc&), [...]... | Paolo Carlini | 2 | -4/+4 |
2010-12-06 | re PR libstdc++/46821 ([C++0x] swapping empty classes) | Paolo Carlini | 1 | -1/+1 |
2010-12-06 | re PR target/40125 (libgcc_s DLL installed in wrong directory in cross toolch... | Dave Korn | 1 | -6/+8 |
2010-12-04 | mutex (try_lock, [...]): Fix. | Jonathan Wakely | 6 | -12/+532 |
2010-12-02 | 2.cc: Hide explicit instantiation with non default constructible type ... | François Dumont | 3 | -3/+12 |
2010-12-01 | 2.cc: Fix to explicitely invoke the copy construtor with or without C++0x mode. | François Dumont | 2 | -2/+4 |