| Commit message (Expand) | Author | Age | Files | Lines |
* | check_type.cc: Minor tweaks. | Paolo Carlini | 2011-01-14 | 2 | -15/+16 |
* | [multiple changes] | Paolo Carlini | 2011-01-14 | 4 | -0/+233 |
* | safe_base.h (_Safe_iterator_base::_M_unlink): New. | François Dumont | 2011-01-05 | 1 | -5/+1 |
* | run_doxygen: Allow doxygen 1.7.1 again. | Benjamin Kosnik | 2010-12-31 | 1 | -1/+10 |
* | re PR libstdc++/46869 (FAIL: 20_util/enable_shared_from_this/cons/constexpr.c... | John David Anglin | 2010-12-19 | 4 | -4/+4 |
* | 4.cc: New. | Paolo Carlini | 2010-12-19 | 3 | -0/+237 |
* | *: Use headername alias to associate private includes to public includes. | Benjamin Kosnik | 2010-12-19 | 23 | -23/+23 |
* | basic_string.h (operator+(basic_string<>&&, const basic_string<>&), [...]): Add. | Paolo Carlini | 2010-12-17 | 2 | -0/+186 |
* | aclocal.m4: Regenerate. | Paolo Carlini | 2010-12-17 | 1 | -6/+6 |
* | testsuite_iterators.h: Guard move.h includes. | Benjamin Kosnik | 2010-12-16 | 27 | -41/+57 |
* | vstring.h (operator+(__versa_string<>&&, const __versa_string<>&), [...]): Add. | Paolo Carlini | 2010-12-15 | 1 | -0/+93 |
* | re PR libstdc++/46951 (30_threads/future/members/45133.cc failed) | Jonathan Wakely | 2010-12-15 | 2 | -2/+8 |
* | re PR libstdc++/45133 ([c++0x] std::future will crash with NULL deref if get(... | Jonathan Wakely | 2010-12-14 | 2 | -0/+190 |
* | re PR libstdc++/46910 (std::shared_ptr requires public destructor for a class... | Jonathan Wakely | 2010-12-14 | 3 | -3/+49 |
* | testsuite_abi.cc (check_version): Don't push back GLIBCXX_3.4.16, unused. | Paolo Carlini | 2010-12-12 | 1 | -1/+0 |
* | libstdc++.exp (v3-build_support): Delete libtestc++.a before creation. | Rainer Orth | 2010-12-10 | 1 | -0/+9 |
* | dsymutil enabled for Fortran. | Jack Howarth | 2010-12-10 | 1 | -0/+5 |
* | re PR testsuite/46860 (New libstdc++ failures) | Nathan Froyd | 2010-12-09 | 3 | -2/+5 |
* | stl_iterator.h: Add move_iterator operators overloads to make it robust to te... | François Dumont | 2010-12-08 | 7 | -37/+221 |
* | shared_ptr.h (shared_ptr<>::shared_ptr(_Tp1*, _Deleter, const _Alloc&), [...]... | Paolo Carlini | 2010-12-06 | 2 | -4/+4 |
* | re PR libstdc++/46821 ([C++0x] swapping empty classes) | Paolo Carlini | 2010-12-06 | 1 | -1/+1 |
* | re PR target/40125 (libgcc_s DLL installed in wrong directory in cross toolch... | Dave Korn | 2010-12-06 | 1 | -6/+8 |
* | mutex (try_lock, [...]): Fix. | Jonathan Wakely | 2010-12-04 | 6 | -12/+532 |
* | 2.cc: Hide explicit instantiation with non default constructible type ... | François Dumont | 2010-12-02 | 3 | -3/+12 |
* | 2.cc: Fix to explicitely invoke the copy construtor with or without C++0x mode. | François Dumont | 2010-12-01 | 2 | -2/+4 |
* | extract_symvers.pl: New file. | Rainer Orth | 2010-12-01 | 3 | -4/+4 |
* | re PR libstdc++/46718 ([c++0x] nullptr_t must be scalar) | Paolo Carlini | 2010-11-30 | 6 | -5/+118 |
* | re PR libstdc++/46683 (FAIL: ext/profile/all.cc) | Paolo Carlini | 2010-11-28 | 2 | -4/+4 |
* | re PR libstdc++/46689 (FAIL: 20_util/shared_ptr/comparison/cmp.cc) | Jonathan Wakely | 2010-11-28 | 1 | -16/+0 |
* | unordered_map (unordered_multimap<>::erase): Fix to erase all elements associ... | François Dumont | 2010-11-27 | 2 | -14/+16 |
* | bitset (bitset<>::reference): Clean code, use normal reference type in experi... | François Dumont | 2010-11-27 | 1 | -0/+2 |
* | libstdc++.exp [...]: Use remote_file delete for generated exe. | François Dumont | 2010-11-26 | 5 | -5/+65 |
* | debug.cc: Introduce a mutex pool in get_safe_base_mutex. | François Dumont | 2010-11-25 | 9 | -0/+464 |
* | tuple: Mark more constructors constexpr. | Benjamin Kosnik | 2010-11-24 | 6 | -6/+167 |
* | constexpr.cc: Add dg-require* directives. | Paolo Carlini | 2010-11-24 | 2 | -0/+6 |
* | chrono: Constexpr markup for is_monotonic. | Benjamin Kosnik | 2010-11-23 | 15 | -31/+452 |
* | wrapped_locale.cc: Require additional locale name. | Uros Bizjak | 2010-11-23 | 2 | -0/+5 |
* | PR libstdc++/26211 + N3168 | Paolo Carlini | 2010-11-18 | 6 | -0/+226 |
* | Update expected demangler output. | H.J. Lu | 2010-11-18 | 1 | -1/+1 |
* | testsuite/lib/libstdc++.exp (check_v3_target_debug_mode): Clean built exe. | François Dumont | 2010-11-17 | 1 | -0/+1 |
* | * testsuite/ext/profile/mh.cc: Add xfail for uclibc. | Jie Zhang | 2010-11-15 | 1 | -0/+1 |
* | re PR other/46332 (__cxa_demangle yields excess parentheses for function types) | Ian Lance Taylor | 2010-11-13 | 1 | -1/+1 |
* | move.h (forward): Implement N3143, resolving US 90. | Paolo Carlini | 2010-11-11 | 6 | -0/+454 |
* | PR libstdc++/44436 (partial) | Paolo Carlini | 2010-11-10 | 14 | -0/+966 |
* | unique_ptr.h: Use static_assert in constexpr constructors. | Jonathan Wakely | 2010-11-10 | 2 | -5/+5 |
* | re PR libstdc++/46385 (FAIL: 20_util/weak_ptr/comparison/cmp_neg.cc) | Paolo Carlini | 2010-11-09 | 1 | -1/+1 |
* | unique_ptr.h: Move misplaced static_assert and use tuple's constexpr construc... | Jonathan Wakely | 2010-11-08 | 2 | -0/+125 |
* | Correct conversion/overflow behavior. | Jason Merrill | 2010-11-08 | 1 | -1/+1 |
* | complex (operator==, !=): Mark constexpr. | Benjamin Kosnik | 2010-11-08 | 1 | -0/+39 |
* | stl_tree.h (_Rb_tree<>::_M_erase_aux): Add. | Paolo Carlini | 2010-11-08 | 1 | -98/+78 |