Age | Commit message (Expand) | Author | Files | Lines |
2015-05-28 | re PR libstdc++/65352 (array<T,0>::begin()/end() etc. forms a null reference ... | Jonathan Wakely | 1 | -2/+2 |
2015-05-23 | 2015-05-23 François Dumont fdumont@gcc.gnu.org> | François Dumont | 1 | -2/+2 |
2015-05-20 | formatter.h (_GLIBCXX_TYPEID): New macro to simplify usage of typeid. | François Dumont | 1 | -95/+75 |
2015-05-17 | unordered_map.h (unordered_map, [...]): Add missing constructors. | François Dumont | 2 | -0/+143 |
2015-04-28 | vector (_Safe_vector::operator=): Add missing returns. | Stephan Bergmann | 1 | -1/+5 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 30 | -30/+30 |
2014-12-20 | vector (std::__debug::vector<>::clear()): Do not reset guaranteed capacity. | François Dumont | 1 | -1/+0 |
2014-12-12 | re PR libstdc++/64276 (would be better to use __cpp_exceptions rather than __... | Jonathan Wakely | 1 | -9/+9 |
2014-10-15 | re PR libstdc++/63500 (bug in debug version of std::make_move_iterator?) | François Dumont | 1 | -3/+11 |
2014-09-29 | re PR libstdc++/62313 (Data race in debug iterators) | François Dumont | 6 | -112/+226 |
2014-09-12 | deque (__gnu_debug::deque): Make base class C++11 allocator aware. | Jonathan Wakely | 1 | -2/+2 |
2014-09-09 | Make std::deque meet C++11 allocator requirements. | Jonathan Wakely | 1 | -2/+8 |
2014-09-06 | hashtable_policy.h (_Prime_rehash_policy): Constructor noexcept qualified. | François Dumont | 2 | -4/+12 |
2014-05-13 | re PR libstdc++/60497 (unique_ptr<T> tries to complete its type T even though... | Jonathan Wakely | 1 | -1/+1 |
2014-05-07 | re PR libstdc++/61086 (ubsan detects undefined behaviour in the standard libr... | Jonathan Wakely | 1 | -1/+1 |
2014-05-06 | macros.h [...]: Add parameter to pass the 2 instances to check allocator equa... | François Dumont | 20 | -1352/+1322 |
2014-03-21 | re PR libstdc++/60587 (debug-mode -std=c++11 vector::insert(pos, begin, end) ... | Jonathan Wakely | 3 | -84/+87 |
2014-03-11 | re PR libstdc++/60499 (non-reserved name in <debug/vector>) | Jonathan Wakely | 8 | -20/+20 |
2014-01-24 | re PR libstdc++/59548 (Abort after copying std::unordered_map in debug mode) | Jonathan Wakely | 2 | -1/+14 |
2014-01-22 | re PR libstdc++/58764 ([lwg/2193] error: converting to ‘const std::vector<s... | Jonathan Wakely | 7 | -7/+30 |
2014-01-20 | re PR libstdc++/56267 (unordered containers require Assignable hash function) | Jonathan Wakely | 3 | -13/+13 |
2014-01-13 | set.h (set): Implement C++11 allocator-aware container requirements. | François Dumont | 4 | -28/+182 |
2014-01-08 | stl_vector.h (std::vector<>::_M_move_assign): Pass *this allocator instance w... | François Dumont | 2 | -10/+23 |
2014-01-02 | Update copyright years in libstdc++-v3/ | Richard Sandiford | 29 | -29/+29 |
2013-11-22 | safe_local_iterator.h (_Safe_local_iterator<>): Remove _M_bucket, use same in... | François Dumont | 4 | -53/+44 |
2013-11-08 | safe_iterator.h (_BeforeBeginHelper<>::_S_Is): Take only a const safe iterato... | François Dumont | 5 | -121/+119 |
2013-10-25 | formatter.h (__check_singular): Add const on iterator reference. | François Dumont | 3 | -14/+17 |
2013-09-25 | re PR libstdc++/58338 (Add noexcept to functions with a narrow contract) | Marc Glisse | 1 | -20/+35 |
2013-09-24 | re PR libstdc++/58338 (Add noexcept to functions with a narrow contract) | Marc Glisse | 1 | -9/+9 |
2013-09-21 | Print additional info when various out-of-range conditions are detected. | Paul Pluzhnikov | 1 | -2/+7 |
2013-09-20 | re PR libstdc++/58338 (Add noexcept to functions with a narrow contract) | Marc Glisse | 1 | -11/+11 |
2013-09-19 | re PR libstdc++/58338 (Add noexcept to functions with a narrow contract) | Marc Glisse | 1 | -4/+5 |
2013-09-18 | re PR libstdc++/58338 (Add noexcept to functions with a narrow contract) | Marc Glisse | 2 | -11/+11 |
2013-09-18 | re PR libstdc++/58338 (Add noexcept to functions with a narrow contract) | Marc Glisse | 1 | -10/+10 |
2013-09-17 | re PR libstdc++/58338 (Add noexcept to functions with a narrow contract) | Marc Glisse | 1 | -11/+11 |
2013-08-30 | re PR libstdc++/58148 (Fails to insert iterator range into sequence container... | François Dumont | 1 | -18/+21 |
2013-08-30 | re PR libstdc++/58191 (Can't use boost transform_iterator with _GLIBCXX_DEBUG) | François Dumont | 2 | -143/+34 |
2013-08-02 | functions.h (__foreign_iterator_aux4): Initialize __l and __ge. | Paolo Carlini | 1 | -2/+2 |
2013-08-02 | functions.h (__foreign_iterator_aux4): Initialize __l and __ge. | Paolo Carlini | 1 | -2/+2 |
2013-08-02 | re PR libstdc++/58049 (libstdc++ bootstrap failure for fix to PR libstdc++/57... | Paolo Carlini | 3 | -26/+24 |
2013-08-01 | re PR libstdc++/57779 (vector insert fails to diagnose iterators pointing int... | François Dumont | 6 | -12/+166 |
2013-07-01 | stl_list.h (list<>::insert(iterator, size_type, const value_type&), [...]): A... | Paolo Carlini | 1 | -14/+34 |
2013-06-30 | stl_deque.h (deque<>::insert(iterator, size_type, const value_type&), [...]):... | Paolo Carlini | 2 | -8/+71 |
2013-06-27 | stl_deque.h (deque<>::insert(iterator, const value_type&), [...]): Adjust C++... | Paolo Carlini | 3 | -12/+24 |
2013-05-10 | re PR libstdc++/54577 (deque<T>::erase() still takes iterator instead of cons... | Paolo Carlini | 3 | -8/+49 |
2013-04-25 | re PR libstdc++/57065 (incorrect default allocator template for debug and pro... | Paolo Carlini | 1 | -2/+2 |
2013-04-22 | hashtable_policy.h: Add C++11 allocator support. | François Dumont | 2 | -38/+141 |
2013-04-03 | re PR libstdc++/56834 (Errors in <array> with --enable-symvers=gnu-versioned-... | Paolo Carlini | 1 | -6/+0 |
2013-02-03 | Update copyright in libstdc++-v3. | Richard Sandiford | 27 | -49/+27 |
2013-01-28 | hashtable_policy.h (_Local_iterator_base): Use _Hashtable_ebo_helper to embed... | François Dumont | 2 | -100/+24 |