Age | Commit message (Expand) | Author | Files | Lines |
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 |
2010-12-04 | mutex (try_lock, [...]): Fix. | Jonathan Wakely | 1 | -25/+58 |
2010-11-30 | re PR libstdc++/46718 ([c++0x] nullptr_t must be scalar) | Paolo Carlini | 1 | -1/+14 |
2010-11-27 | shared_ptr_base.h (operator>, [...]): Remove comparisons not specified in the... | Jonathan Wakely | 1 | -19/+0 |
2010-11-27 | unordered_map (unordered_multimap<>::erase): Fix to erase all elements associ... | François Dumont | 2 | -8/+10 |
2010-11-27 | 2010-11-27 François Dumont <francois.cppdevs@free.fr> | François Dumont | 2 | -20/+35 |
2010-11-27 | bitset (bitset<>::reference): Clean code, use normal reference type in experi... | François Dumont | 1 | -16/+11 |
2010-11-25 | debug.cc: Introduce a mutex pool in get_safe_base_mutex. | François Dumont | 17 | -539/+734 |
2010-11-24 | tuple: Mark more constructors constexpr. | Benjamin Kosnik | 2 | -65/+71 |
2010-11-23 | chrono: Constexpr markup for is_monotonic. | Benjamin Kosnik | 3 | -22/+22 |
2010-11-18 | re PR libstdc++/46455 (resource leaks due to missing destructors for mutexes ... | Jonathan Wakely | 2 | -16/+125 |
2010-11-18 | PR libstdc++/26211 + N3168 | Paolo Carlini | 1 | -49/+69 |
2010-11-18 | formatter.h (__truth): Remove, unused. | Paolo Carlini | 2 | -19/+5 |
2010-11-14 | stl_tree.h (_Rb_tree<>::_M_const_cast_iter): Remove. | Paolo Carlini | 9 | -39/+31 |
2010-11-11 | move.h (forward): Implement N3143, resolving US 90. | Paolo Carlini | 1 | -19/+10 |
2010-11-10 | unordered_map (unordered_map<>::_M_profile_size): Simplify, don't take a __ne... | François Dumont | 1 | -13/+12 |
2010-11-10 | PR libstdc++/44436 (partial) | Paolo Carlini | 14 | -43/+398 |
2010-11-10 | hashtable.h (_Hashtable<>::_Insert_Conv_Type, [...]): Change to private. | Paolo Carlini | 1 | -3/+3 |
2010-11-10 | unique_ptr.h: Use static_assert in constexpr constructors. | Jonathan Wakely | 1 | -5/+8 |
2010-11-09 | algobase.h (equal): Call parallel variant for applicable overloads. | François Dumont | 1 | -4/+2 |
2010-11-09 | stl_tree.h (_Rb_tree<>::_M_const_cast_iter): Add and use it throughout. | Paolo Carlini | 1 | -6/+8 |
2010-11-08 | unique_ptr.h: Move misplaced static_assert and use tuple's constexpr construc... | Jonathan Wakely | 1 | -10/+5 |
2010-11-08 | user.cfg.in: Adjust scanned includes. | Benjamin Kosnik | 1 | -1/+1 |
2010-11-08 | complex (operator==, !=): Mark constexpr. | Benjamin Kosnik | 1 | -6/+6 |
2010-11-08 | stl_tree.h (_Rb_tree<>::_M_erase_aux): Add. | Paolo Carlini | 9 | -253/+123 |
2010-11-07 | unordered_map (unordered_map<>::operator[](_Key&&)): Add. | Paolo Carlini | 1 | -5/+15 |
2010-11-07 | bitset (bitset<>::bitset(), [...]): Add constexpr specifier. | Paolo Carlini | 1 | -2/+2 |
2010-11-07 | bitset: Do not derive from _Safe_sequence_base in C++0x mode... | Paolo Carlini | 1 | -10/+31 |
2010-11-06 | shared_ptr.h (shared_ptr<>::__shared_ptr(), [...]): Add constexpr specifier. | Paolo Carlini | 3 | -29/+39 |
2010-11-04 | re PR libstdc++/46303 ('mutex' is not a member of 'std' failures in 30_thread... | Paolo Carlini | 1 | -16/+16 |
2010-11-04 | tuple (tuple): Make default constructors constexpr. | Benjamin Kosnik | 1 | -6/+6 |
2010-11-03 | limits (__glibcxx_digits10, [...]): Use 643L instead of 643 to avoid overflow... | Paolo Carlini | 2 | -4/+4 |
2010-11-03 | chrono: Use typedefs. | Benjamin Kosnik | 1 | -107/+125 |
2010-11-03 | cmath (fpclassify, [...]): Remove spurious duplicate definition added in the ... | Paolo Carlini | 2 | -122/+2 |
2010-11-02 | cinttypes: Remove, move contents to C++0x and TR1 headers. | Paolo Carlini | 71 | -6396/+7711 |
2010-11-02 | * include/bits/atomic_0.h (_ATOMIC_CMPEXCHNG_): Use C-style cast. | Jason Merrill | 1 | -1/+1 |
2010-11-02 | bitset (_Base_bitset<>_Base_bitset(unsigned long long)): Convert __val to _Wo... | Paolo Carlini | 1 | -2/+2 |
2010-11-01 | libstdc++: N3126 draft support. | Benjamin Kosnik | 31 | -2540/+3602 |
2010-10-29 | stl_function.h (_Select1st<>::operator()): Add templatized overloads. | Paolo Carlini | 3 | -30/+34 |
2010-10-28 | PR libstdc++/44436 (partial) | Paolo Carlini | 7 | -155/+364 |
2010-10-27 | c-common.c (c_common_reswords): Add __is_literal_type. | Jason Merrill | 1 | -0/+6 |
2010-10-25 | forward_list.h (_Fwd_list_node_base::swap): Remove. | Paolo Carlini | 1 | -13/+12 |
2010-10-25 | hashtable.h (_Hashtable<>:_M_get_Value_allocator): Remove, unused. | Paolo Carlini | 1 | -4/+0 |