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