Daily bump.
[gcc.git] / libstdc++-v3 / testsuite / 23_containers / map /
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-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-12-20 François Dumontlibstdc++: Fix versioned namespace tests
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 WakelyAvoid unnecessary inclusion of <stdexcept> header
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-02 Jonathan WakelyAdd more testcases for class template argument deductio...
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 WakelyConditionally disable tests of non-standard extensions
2018-10-19 Jonathan WakelyFix tests that use allocators with incorrect value...
2018-10-19 Jonathan WakelyRemove duplicate tests
2018-09-03 Jonathan WakelyPR libstdc++/87194 fix range insertion into maps and...
2018-09-03 Jonathan WakelyPR libstdc++/78595 implement insertion into maps in...
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-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-01-03 Jakub JelinekUpdate copyright years.
2017-12-20 François Dumontre PR libstdc++/82522 (std::map::insert(value_type...
2017-11-30 Jonathan WakelyPR libstdc++/83226 avoid forming pointer-to-reference...
2017-11-21 Jonathan WakelyPR libstdc++/48101 improve errors for invalid container...
2017-11-06 Paolo Carlinideduction.cc: Avoid -Wreturn-type warnings.
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-10-13 Jonathan WakelyPR libstdc++/82522 overload map insert functions for...
2017-06-16 Jonathan WakelyFix missing returns in libstdc++ header and tests
2017-06-15 Rainer OrthUse pthread effective-target in testsuite
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-12-16 Jonathan WakelyAdd assertion to _Rb_tree::erase to check for end iterators
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-26 Jonathan WakelyUse effective-target instead of -std options
2016-08-23 Jonathan Wakelylibstdc++/77334 move assign RB trees of non-copyable...
2016-08-19 Jonathan WakelySimplify dg-options for tests using pthreads
2016-01-04 Jakub JelinekUpdate copyright years.
2015-11-10 Jonathan WakelyFix return type of heterogeneous find for sets
2015-09-03 Sebastian Huberlibstdc++: Run tests on RTEMS
2015-08-08 Ville VoutilainenImplement N4279, Improved insertion interface for uniqu...
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-20 Jonathan WakelyImplement N3657: heterogeneous lookup in associative...
2015-01-05 Jakub JelinekUpdate copyright years.
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-06-06 François Dumont1.cc: Simplify test.
2014-05-23 Jonathan Wakelyre PR libstdc++/60793 (Add target *-*-dragonfly* to...
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-23 Jonathan Wakelyre PR libstdc++/59872 (Cannot move std::map with move...
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-06-10 Thomas Schwingeforced.C: Extend current handling of Linux-based x86...
2013-03-14 Jonathan Wakelyre PR libstdc++/56613 (map::operator[](key_type&&)...
2013-02-03 Richard SandifordUpdate copyright in libstdc++-v3.
2013-01-04 Jakub JelinekUpdate Copyright years for files modified in 2011 and...
2012-11-10 Jason Merrill* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__...
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-08-04 Paolo Carlinirevert: stl_map.h (operator[](key_type&&)): Replace...
2012-08-03 Ollie Wildstl_map.h (operator[](key_type&&)): Replace std::make_p...
next