Daily bump.
[gcc.git] / libstdc++-v3 / testsuite / 23_containers / set /
2021-01-04 Jakub JelinekUpdate copyright years.
2020-11-20 François Dumontlibstdc++: _Rb_tree code cleanup, remove lambdas
2020-10-29 Jonathan Wakelylibstdc++: Avoid warnings in tests
2020-08-25 Jonathan Wakelylibstdc++: Remove tests for self-move debug assertions
2020-08-12 Jonathan Wakelylibstdc++: Make self-move well-defined for containers...
2020-07-31 Jonathan Wakelylibstdc++: Ensure c++NN effective target present in...
2020-07-08 François Dumontlibstdc++: Fix [multi]map/[multi]set move constructors...
2020-06-02 Jonathan Wakelylibstdc++: Make debug containers prefer copy ctor to...
2020-04-22 Jonathan Wakelylibstdc++: Improve tests for __cpp_lib_erase_if macro
2020-04-20 Jonathan Wakelylibstdc++: Add comparison operators to associative...
2020-03-31 Ville VoutilainenLibrary-side tests for parenthesized aggregate init
2020-02-15 Jonathan Wakelylibstdc++: Update __cpp_lib_erase_if macro (P1115R3)
2020-01-07 François DumontPR libstdc++/92124 fix incorrect container move assignment
2020-01-01 Jakub JelinekUpdate copyright years.
2019-10-22 Jonathan WakelyRemove redundant std::allocator members for C++20
2019-10-01 Jonathan WakelyDisable tests that aren't valid in parallel mode
2019-06-06 Jonathan WakelyFix tests that fail in C++2a mode
2019-06-03 Jonathan WakelyEnforce allocator::value_type consistency for container...
2019-05-17 Jonathan WakelyPR libstdc++/85965 move is_invocable assertions again
2019-05-17 François DumontMove from state of allocators (LWG2593)
2019-05-13 Jonathan WakelyRemove Profile Mode, deprecated since GCC 7.1
2019-03-26 Jonathan WakelyPR libstdc++/85965 delay static assertions until types...
2019-02-26 Jonathan WakelyPR libstdc++/89477 constrain deduction guides for maps...
2019-01-10 Jonathan WakelyDefine __cpp_lib_erase_if feature test macro
2019-01-01 Jakub JelinekUpdate copyright years.
2018-11-30 Edward Smith-RowlandPre-emptively support P0646R1 for std container erasure.
2018-11-29 Edward Smith-RowlandFix erasure goofs.
2018-11-28 Edward Smith-RowlandImplement uniform container erasure for C++20.
2018-10-19 Jonathan WakelySkip tests for GNU extensions when testing with strict...
2018-10-19 Jonathan WakelyFix testsuite failures due to extra errors in strict...
2018-10-19 Jonathan WakelyConditionally disable tests of non-standard extensions
2018-10-19 Jonathan WakelyRemove duplicate tests
2018-09-03 Jonathan WakelyPR libstdc++/87194 fix range insertion into maps and...
2018-08-24 Jonathan WakelyForward declare debug containers so std::pmr aliases...
2018-08-09 Jonathan WakelyDefine aliases for containers using polymorphic_allocator
2018-07-26 Jonathan WakelyAdd missing dg-require-cstdint directives to tests
2018-07-04 Jonathan WakelyP0458R2 Checking for Existence of an Element in Associa...
2018-05-18 François Dumont2018-05-18 François Dumont <fdumont@gcc.gnu.org>
2018-05-14 Jonathan WakelyPR libstdc++/82966 fix swapping of node handles
2018-01-03 Jakub JelinekUpdate copyright years.
2017-11-21 Jonathan WakelyPR libstdc++/48101 improve errors for invalid container...
2017-10-26 Ville VoutilainenDeduction guides for associative containers, debug...
2017-10-24 François Dumontlibstdc++.exp (check_v3_target_normal_mode): Add c...
2017-06-12 François Dumontstl_tree.h (_Rb_tree_impl()): Restore _Node_allocator...
2017-05-15 Jonathan WakelyFix order and types of members in C++17 insert_return_t...
2017-01-14 Jonathan WakelySkip tests that are incompatible with Profile Mode
2017-01-11 Jonathan WakelyPR78134 fix return types of heterogeneous lookup functions
2017-01-11 Jonathan WakelyPR78273 fix count to work with partitioning function
2017-01-01 Jakub JelinekUpdate copyright years.
2016-10-17 Paolo Carlini57619.C: Rename to 57619.cc.
2016-10-05 Jonathan Wakely77864 Fix noexcept conditions for map/set default const...
2016-09-22 Jonathan WakelyImplement C++17 node extraction and insertion (P0083R5)
2016-09-12 Matthew Wahab[libstdc++-v3] Fix dg-require before dg-run directives...
2016-08-31 Jonathan WakelyMove comparison object in map/set move assignment
2016-08-26 Jonathan WakelyUse effective-target instead of -std options
2016-07-22 Jonathan WakelyMove allocator in std::string and RB tree move constructors
2016-01-04 Jakub JelinekUpdate copyright years.
2015-11-10 Jonathan WakelyFix return type of heterogeneous find for sets
2015-07-13 Jonathan Wakelyc++config (_GLIBCXX_NOEXCEPT_IF): Define.
2015-06-07 François Dumontstl_tree.h (_Rb_tree<>::__is_transparent<>): Move to...
2015-05-13 Jonathan Wakelyalloc_traits.h (_S_max_size): Implement LWG 2466.
2015-01-26 Jonathan Wakely2.cc: Add test for non-transparent comparison function.
2015-01-20 Jonathan WakelyImplement N3657: heterogeneous lookup in associative...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-11-05 François Dumontre PR libstdc++/63698 (std::set leaks nodes on assignment)
2014-10-16 Paolo Carlinilibstdc++.exp: Prefer -std=gnu++11.
2014-10-15 Paolo Carlini57899.cc: Prefer -std=gnu++11.
2014-09-24 François Dumontre PR libstdc++/29988 (More stl_tree.h enhancements...
2014-07-29 François Dumont2014-07-29 François Dumont <fdumont@gcc.gnu.org>
2014-06-27 Paolo Carlini2014-06-27 Paolo Carlini <paolo.carlini@oracle.com>
2014-06-26 François Dumont2014-06-26 François Dumont <fdumont@gcc.gnu.org>
2014-05-07 Jonathan Wakelyre PR libstdc++/61023 (set/map move assignment doesn...
2014-05-06 François Dumontmacros.h [...]: Add parameter to pass the 2 instances...
2014-03-11 Jonathan Wakelyre PR libstdc++/60499 (non-reserved name in <debug...
2014-01-26 Jonathan Wakelystl_map.h: Remove anachronistic comment.
2014-01-22 Jonathan Wakelyre PR libstdc++/58764 ([lwg/2193] error: converting...
2014-01-02 Richard SandifordUpdate copyright years in libstdc++-v3/
2013-11-19 Jonathan Wakelynoexcept.cc: Change to compile-only test.
2013-11-15 Jonathan Wakelystl_map.h (map): Implement C++11 allocator-aware contai...
2013-06-26 Paolo Carliniabi_tag.cc: Avoid spurious fails with check-debug.
2013-06-10 Benjamin Kosnikc++config (_GLIBCXX_ABI_TAG_CXX11): Add.
2013-03-25 Kai Tietz50594.cc: For mingw-targets use only static libstdc...
2013-02-03 Richard SandifordUpdate copyright in libstdc++-v3.
2013-01-04 Jakub JelinekUpdate Copyright years for files modified in 2011 and...
2012-11-01 Jonathan Wakelyrange_access.cc: Fix copying permission statement.
2012-09-24 François Dumontre PR libstdc++/44436 ([C++0x] Implement emplace* in...
2012-03-09 Paolo Carliniformatter.h (enum _Debug_msg_id): Add __msg_self_move_a...
2011-11-15 Paolo Carlinire PR libstdc++/51142 ([C++0x] map::erase(key) doesn...
2011-10-28 Paolo Carlinicount.cc: New.
2011-08-29 Paolo Carlinire PR libstdc++/50118 (node-based containers cannot...
2011-06-10 Jason Merrillprune.exp (libstdc++-dg-prune): Prune notes.
2011-06-01 Paolo Carlinihashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&...
2010-12-16 Benjamin Kosniktestsuite_iterators.h: Guard move.h includes.
2010-11-10 Paolo CarliniPR libstdc++/44436 (partial)
2010-09-03 François Dumontlibstdc++.exp ([check_v3_target_debug_mode]): Fix so...
2010-08-29 Paolo Carlini[multiple changes]
2010-07-27 Paolo Carlini[multiple changes]
2010-06-08 Paolo Carliniorder_statistics_imp.hpp: Avoid -Wall warnings.
2010-06-03 Paolo Carlinic++config (std::size_t, [...]): Provide typedefs.
2010-05-20 Paolo Carlini[multiple changes]
next