aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/debug
AgeCommit message (Expand)AuthorFilesLines
2016-01-04Update copyright years.Jakub Jelinek33-33/+33
2015-12-10Improve generated libstdc++ API docsJonathan Wakely1-3/+6
2015-09-172015-09-17 François Dumont <fdumont@gcc.gnu.org>François Dumont1-49/+50
2015-09-11Implement N4258 noexcept for std::basic_string.Jonathan Wakely1-16/+34
2015-09-09Enable lightweight checks with _GLIBCXX_ASSERTIONS.Jonathan Wakely1-2/+12
2015-08-26try_emplace and insert_or_assign for Debug Mode.Jonathan Wakely2-0/+165
2015-08-25re PR libstdc++/60519 (Debug mode should check comparators for irreflexivity)François Dumont4-21/+110
2015-08-25Revert my change to commit with PR reference again.François Dumont4-110/+21
2015-08-24formatter.h (_Debug_msg_id::__msg_irreflexive_ordering): New enum entry.François Dumont4-21/+110
2015-07-16stl_algobase.h (__miter_base): Move...François Dumont1-1/+2
2015-07-13c++config (_GLIBCXX_NOEXCEPT_IF): Define.Jonathan Wakely10-28/+25
2015-06-29stl_iterator_base_types.h (_Iter_base): Limit definition to pre-C++11 mode.François Dumont19-246/+834
2015-06-23array: Include <array>.François Dumont1-2/+11
2015-06-22list (__gnu_debug::list): Use allocator-aware _Safe_container base.Jonathan Wakely2-5/+6
2015-06-17C++11 allocator support for std::list.Jonathan Wakely1-2/+8
2015-06-17forward_list.h (_Fwd_list_base(const _Node_alloc_type&)): Change parameter to...Jonathan Wakely1-1/+4
2015-06-17forward_list.h (forward_list::_M_get_Node_allocator): Remove unnecessary uses...Jonathan Wakely1-7/+8
2015-06-16list.tcc (list::operator=(const list&), [...]): Use __addressof instead of op...Jonathan Wakely3-14/+15
2015-06-07stl_tree.h (_Rb_tree<>::__is_transparent<>): Move to outer scope and rename t...François Dumont4-3/+299
2015-06-05Add __is_nothrow_swappable and take it into use.Ville Voutilainen1-1/+1
2015-05-292015-05-29 François Dumont fdumont@gcc.gnu.org>François Dumont11-114/+192
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