summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/debug
AgeCommit message (Expand)Author
2017-10-30Implement LWG 2485Ville Voutilainen
2017-10-26Deduction guides for associative containers, debug mode deduction guide fixes.Ville Voutilainen
2017-05-12Revert revision 247926.François Dumont
2017-05-112017-05-11 François Dumont <fdumont@gcc.gnu.org>François Dumont
2017-05-112017-05-11 François Dumont <fdumont@gcc.gnu.org>François Dumont
2017-03-22Add deduction guides for C++17 (P0433R2, partial)Jonathan Wakely
2017-01-01Update copyright years.Jakub Jelinek
2016-12-08Delete std::swap for debug mode arrayJonathan Wakely
2016-10-19Fix copy&paste error in __gnu_debug::vectorJonathan Wakely
2016-10-17Implement P0084R2, Emplace return type, for C++17Jonathan Wakely
2016-09-262016-09-26 François Dumont <fdumont@gcc.gnu.org>François Dumont
2016-09-25bitset (bitset::reference::reference(const _Base_ref&, bitset*)): Remove __un...François Dumont
2016-09-22Implement C++17 node extraction and insertion (P0083R5)Jonathan Wakely
2016-08-23Add C++17 constexpr to debug and profile mode arraysJonathan Wakely
2016-07-15Replace references to C++0x with C++11 in commentsJonathan Wakely
2016-06-23array (array<>::swap): Fix noexcept qualificaton for zero-size array.François Dumont
2016-06-162016-06-16 François Dumont <fdumont@gcc.gnu.org>François Dumont
2016-05-232016-05-23 François Dumont <fdumont@gcc.gnu.org>François Dumont
2016-05-13libstdc++/71073 add system_header pragma to Debug Mode headersJonathan Wakely
2016-01-04Update copyright years.Jakub Jelinek
2015-12-10Improve generated libstdc++ API docsJonathan Wakely
2015-09-172015-09-17 François Dumont <fdumont@gcc.gnu.org>François Dumont
2015-09-11Implement N4258 noexcept for std::basic_string.Jonathan Wakely
2015-09-09Enable lightweight checks with _GLIBCXX_ASSERTIONS.Jonathan Wakely
2015-08-26try_emplace and insert_or_assign for Debug Mode.Jonathan Wakely
2015-08-25re PR libstdc++/60519 (Debug mode should check comparators for irreflexivity)François Dumont
2015-08-25Revert my change to commit with PR reference again.François Dumont
2015-08-24formatter.h (_Debug_msg_id::__msg_irreflexive_ordering): New enum entry.François Dumont
2015-07-16stl_algobase.h (__miter_base): Move...François Dumont
2015-07-13c++config (_GLIBCXX_NOEXCEPT_IF): Define.Jonathan Wakely
2015-06-29stl_iterator_base_types.h (_Iter_base): Limit definition to pre-C++11 mode.François Dumont
2015-06-23array: Include <array>.François Dumont
2015-06-22list (__gnu_debug::list): Use allocator-aware _Safe_container base.Jonathan Wakely
2015-06-17C++11 allocator support for std::list.Jonathan Wakely
2015-06-17forward_list.h (_Fwd_list_base(const _Node_alloc_type&)): Change parameter to...Jonathan Wakely
2015-06-17forward_list.h (forward_list::_M_get_Node_allocator): Remove unnecessary uses...Jonathan Wakely
2015-06-16list.tcc (list::operator=(const list&), [...]): Use __addressof instead of op...Jonathan Wakely
2015-06-07stl_tree.h (_Rb_tree<>::__is_transparent<>): Move to outer scope and rename t...François Dumont
2015-06-05Add __is_nothrow_swappable and take it into use.Ville Voutilainen
2015-05-292015-05-29 François Dumont fdumont@gcc.gnu.org>François Dumont
2015-05-28re PR libstdc++/65352 (array<T,0>::begin()/end() etc. forms a null reference ...Jonathan Wakely
2015-05-232015-05-23 François Dumont fdumont@gcc.gnu.org>François Dumont
2015-05-20formatter.h (_GLIBCXX_TYPEID): New macro to simplify usage of typeid.François Dumont
2015-05-17unordered_map.h (unordered_map, [...]): Add missing constructors.François Dumont
2015-04-28vector (_Safe_vector::operator=): Add missing returns.Stephan Bergmann
2015-01-05Update copyright years.Jakub Jelinek
2014-12-20vector (std::__debug::vector<>::clear()): Do not reset guaranteed capacity.François Dumont
2014-12-12re PR libstdc++/64276 (would be better to use __cpp_exceptions rather than __...Jonathan Wakely
2014-10-15re PR libstdc++/63500 (bug in debug version of std::make_move_iterator?)François Dumont
2014-09-29re PR libstdc++/62313 (Data race in debug iterators)François Dumont