| Commit message (Expand) | Author | Age | Files | Lines |
* | re PR libstdc++/46718 ([c++0x] nullptr_t must be scalar) | Paolo Carlini | 2010-11-30 | 8 | -6/+147 |
* | 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 | 2 | -16/+6 |
* | shared_ptr_base.h (operator>, [...]): Remove comparisons not specified in the... | Jonathan Wakely | 2010-11-27 | 2 | -19/+5 |
* | unordered_map (unordered_multimap<>::erase): Fix to erase all elements associ... | François Dumont | 2010-11-27 | 5 | -22/+35 |
* | 2010-11-27 François Dumont <francois.cppdevs@free.fr> | François Dumont | 2010-11-27 | 3 | -20/+42 |
* | bitset (bitset<>::reference): Clean code, use normal reference type in experi... | François Dumont | 2010-11-27 | 3 | -16/+20 |
* | 2010-11-27 Paolo Carlini <paolo.carlini@oracle.com> | Paolo Carlini | 2010-11-26 | 1 | -4/+4 |
* | libstdc++.exp [...]: Use remote_file delete for generated exe. | François Dumont | 2010-11-26 | 6 | -5/+74 |
* | debug.cc: Introduce a mutex pool in get_safe_base_mutex. | François Dumont | 2010-11-25 | 30 | -588/+1360 |
* | tuple: Mark more constructors constexpr. | Benjamin Kosnik | 2010-11-24 | 9 | -71/+251 |
* | constexpr.cc: Add dg-require* directives. | Paolo Carlini | 2010-11-24 | 3 | -0/+12 |
* | chrono: Constexpr markup for is_monotonic. | Benjamin Kosnik | 2010-11-23 | 20 | -55/+515 |
* | wrapped_locale.cc: Require additional locale name. | Uros Bizjak | 2010-11-23 | 3 | -139/+150 |
* | re PR libstdc++/46455 (resource leaks due to missing destructors for mutexes ... | Jonathan Wakely | 2010-11-18 | 3 | -16/+132 |
* | 2010-11-18 Paolo Carlini <paolo.carlini@oracle.com> | Paolo Carlini | 2010-11-18 | 1 | -2/+2 |
* | PR libstdc++/26211 + N3168 | Paolo Carlini | 2010-11-18 | 8 | -49/+309 |
* | Update expected demangler output. | H.J. Lu | 2010-11-18 | 2 | -1/+6 |
* | formatter.h (__truth): Remove, unused. | Paolo Carlini | 2010-11-18 | 3 | -19/+14 |
* | testsuite/lib/libstdc++.exp (check_v3_target_debug_mode): Clean built exe. | François Dumont | 2010-11-17 | 2 | -0/+6 |
* | PR libstdc++/45711 cleanup. | Ralf Wildenhues | 2010-11-15 | 3 | -0/+8 |
* | * testsuite/ext/profile/mh.cc: Add xfail for uclibc. | Jie Zhang | 2010-11-15 | 2 | -0/+5 |
* | 13_ecmascript: Remove, empty directory. | Matthias Klose | 2010-11-14 | 1 | -0/+6 |
* | stl_tree.h (_Rb_tree<>::_M_const_cast_iter): Remove. | Paolo Carlini | 2010-11-14 | 10 | -39/+46 |
* | re PR other/46332 (__cxa_demangle yields excess parentheses for function types) | Ian Lance Taylor | 2010-11-13 | 2 | -1/+7 |
* | move.h (forward): Implement N3143, resolving US 90. | Paolo Carlini | 2010-11-11 | 8 | -19/+474 |
* | unordered_map (unordered_map<>::_M_profile_size): Simplify, don't take a __ne... | François Dumont | 2010-11-10 | 2 | -19/+23 |
* | PR libstdc++/44436 (partial) | Paolo Carlini | 2010-11-10 | 29 | -43/+1405 |
* | hashtable.h (_Hashtable<>::_Insert_Conv_Type, [...]): Change to private. | Paolo Carlini | 2010-11-10 | 2 | -3/+8 |
* | unique_ptr.h: Use static_assert in constexpr constructors. | Jonathan Wakely | 2010-11-10 | 4 | -10/+28 |
* | algobase.h (equal): Call parallel variant for applicable overloads. | François Dumont | 2010-11-09 | 2 | -4/+8 |
* | stl_tree.h (_Rb_tree<>::_M_const_cast_iter): Add and use it throughout. | Paolo Carlini | 2010-11-09 | 2 | -6/+13 |
* | re PR libstdc++/46385 (FAIL: 20_util/weak_ptr/comparison/cmp_neg.cc) | Paolo Carlini | 2010-11-09 | 2 | -1/+7 |
* | unique_ptr.h: Move misplaced static_assert and use tuple's constexpr construc... | Jonathan Wakely | 2010-11-08 | 3 | -10/+130 |
* | user.cfg.in: Adjust scanned includes. | Benjamin Kosnik | 2010-11-08 | 3 | -182/+189 |
* | Correct conversion/overflow behavior. | Jason Merrill | 2010-11-08 | 2 | -1/+6 |
* | complex (operator==, !=): Mark constexpr. | Benjamin Kosnik | 2010-11-08 | 3 | -6/+50 |
* | stl_tree.h (_Rb_tree<>::_M_erase_aux): Add. | Paolo Carlini | 2010-11-08 | 11 | -351/+222 |
* | unordered_map (unordered_map<>::operator[](_Key&&)): Add. | Paolo Carlini | 2010-11-07 | 2 | -5/+20 |
* | bitset (bitset<>::bitset(), [...]): Add constexpr specifier. | Paolo Carlini | 2010-11-07 | 2 | -2/+7 |
* | bitset: Do not derive from _Safe_sequence_base in C++0x mode... | Paolo Carlini | 2010-11-07 | 2 | -10/+40 |
* | user.cfg.in: Add typeindex. | Benjamin Kosnik | 2010-11-06 | 10 | -5/+109 |
* | shared_ptr.h (shared_ptr<>::__shared_ptr(), [...]): Add constexpr specifier. | Paolo Carlini | 2010-11-06 | 11 | -133/+71 |
* | user.cfg.in: Remove tr1_impl headers. | Benjamin Kosnik | 2010-11-05 | 7 | -17/+219 |
* | re PR libstdc++/46303 ('mutex' is not a member of 'std' failures in 30_thread... | Paolo Carlini | 2010-11-04 | 6 | -17/+43 |
* | tuple (tuple): Make default constructors constexpr. | Benjamin Kosnik | 2010-11-04 | 5 | -6/+131 |
* | limits (__glibcxx_digits10, [...]): Use 643L instead of 643 to avoid overflow... | Paolo Carlini | 2010-11-03 | 3 | -4/+10 |
* | chrono: Use typedefs. | Benjamin Kosnik | 2010-11-03 | 6 | -111/+139 |
* | cmath (fpclassify, [...]): Remove spurious duplicate definition added in the ... | Paolo Carlini | 2010-11-03 | 3 | -122/+11 |
* | cinttypes: Remove, move contents to C++0x and TR1 headers. | Paolo Carlini | 2010-11-02 | 87 | -6429/+7843 |