summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/debug
AgeCommit message (Expand)Author
2014-09-12deque (__gnu_debug::deque): Make base class C++11 allocator aware.Jonathan Wakely
2014-09-09Make std::deque meet C++11 allocator requirements.Jonathan Wakely
2014-09-06hashtable_policy.h (_Prime_rehash_policy): Constructor noexcept qualified.François Dumont
2014-05-13re PR libstdc++/60497 (unique_ptr<T> tries to complete its type T even though...Jonathan Wakely
2014-05-07re PR libstdc++/61086 (ubsan detects undefined behaviour in the standard libr...Jonathan Wakely
2014-05-06macros.h [...]: Add parameter to pass the 2 instances to check allocator equa...François Dumont
2014-03-21re PR libstdc++/60587 (debug-mode -std=c++11 vector::insert(pos, begin, end) ...Jonathan Wakely
2014-03-11re PR libstdc++/60499 (non-reserved name in <debug/vector>)Jonathan Wakely
2014-01-24re PR libstdc++/59548 (Abort after copying std::unordered_map in debug mode)Jonathan Wakely
2014-01-22re PR libstdc++/58764 ([lwg/2193] error: converting to ‘const std::vector<s...Jonathan Wakely
2014-01-20re PR libstdc++/56267 (unordered containers require Assignable hash function)Jonathan Wakely
2014-01-13set.h (set): Implement C++11 allocator-aware container requirements.François Dumont
2014-01-08stl_vector.h (std::vector<>::_M_move_assign): Pass *this allocator instance w...François Dumont
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford
2013-11-22safe_local_iterator.h (_Safe_local_iterator<>): Remove _M_bucket, use same in...François Dumont
2013-11-08safe_iterator.h (_BeforeBeginHelper<>::_S_Is): Take only a const safe iterato...François Dumont
2013-10-25formatter.h (__check_singular): Add const on iterator reference.François Dumont
2013-09-25re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)Marc Glisse
2013-09-24re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)Marc Glisse
2013-09-21Print additional info when various out-of-range conditions are detected.Paul Pluzhnikov
2013-09-20re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)Marc Glisse
2013-09-19re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)Marc Glisse
2013-09-18re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)Marc Glisse
2013-09-18re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)Marc Glisse
2013-09-17re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)Marc Glisse
2013-08-30re PR libstdc++/58148 (Fails to insert iterator range into sequence container...François Dumont
2013-08-30re PR libstdc++/58191 (Can't use boost transform_iterator with _GLIBCXX_DEBUG)François Dumont
2013-08-02functions.h (__foreign_iterator_aux4): Initialize __l and __ge.Paolo Carlini
2013-08-02functions.h (__foreign_iterator_aux4): Initialize __l and __ge.Paolo Carlini
2013-08-02re PR libstdc++/58049 (libstdc++ bootstrap failure for fix to PR libstdc++/57...Paolo Carlini
2013-08-01re PR libstdc++/57779 (vector insert fails to diagnose iterators pointing int...François Dumont
2013-07-01stl_list.h (list<>::insert(iterator, size_type, const value_type&), [...]): A...Paolo Carlini
2013-06-30stl_deque.h (deque<>::insert(iterator, size_type, const value_type&), [...]):...Paolo Carlini
2013-06-27stl_deque.h (deque<>::insert(iterator, const value_type&), [...]): Adjust C++...Paolo Carlini
2013-05-10re PR libstdc++/54577 (deque<T>::erase() still takes iterator instead of cons...Paolo Carlini
2013-04-25re PR libstdc++/57065 (incorrect default allocator template for debug and pro...Paolo Carlini
2013-04-22hashtable_policy.h: Add C++11 allocator support.François Dumont
2013-04-03re PR libstdc++/56834 (Errors in <array> with --enable-symvers=gnu-versioned-...Paolo Carlini
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford
2013-01-28hashtable_policy.h (_Local_iterator_base): Use _Hashtable_ebo_helper to embed...François Dumont
2013-01-16PR libstdc++/55043 (again)Jonathan Wakely
2013-01-16re PR libstdc++/55043 (issue with nesting unordered_map containing unique_ptr...Jonathan Wakely
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill
2012-11-07array (_GLIBCXX_THROW_OR_ABORT): Move...Paolo Carlini
2012-11-07stl_vector.h (vector(size_type)): Add missing allocator parameter.Jonathan Wakely
2012-11-07re PR libstdc++/51850 (debug mode for std::array and tr1::array)Paolo Carlini
2012-11-05forward_list: Update to meet allocator-aware requirements.Jonathan Wakely
2012-10-27unordered_map.h (unordered_map<>): Prefer aggregation to inheritance with _Ha...François Dumont
2012-10-22unordered_set.h (unordered_set<>): Prefer aggregation to inheritance with _Ha...François Dumont