summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/23_containers/unordered_multiset
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2022-01-0383-83/+83
* libstdc++: Add effective-target for std::allocator implementationJonathan Wakely2021-11-231-0/+1
* libstdc++: Unordered containers merge re-use hash codeFrançois Dumont2021-11-151-0/+22
* libstdc++: [_GLIBCXX_DEBUG] Implement unordered container mergeFrançois Dumont2021-11-094-0/+112
* libstdc++: Implement P1518R2 for container deduction guidesJonathan Wakely2021-10-041-0/+37
* libstdc++: Skip tests that fail with _GLIBCXX_CONCEPT_CHECKSJonathan Wakely2021-09-281-1/+1
* libstdc++: Add [[nodiscard]] to iterators and related utilitiesJonathan Wakely2021-08-041-2/+2
* c++: CTAD and deduction guide selection [PR86439]Patrick Palka2021-06-231-2/+12
* libstdc++: Limit allocation on iterator insertion in Hashtable [PR 96088]François Dumont2021-05-241-0/+65
* libstdc++: Remove redundant -std=gnu++17 option from containers testsJonathan Wakely2021-05-103-3/+0
* libstdc++: Remove redundant -std=gnu++17 option from PMR testsJonathan Wakely2021-05-102-2/+1
* libstdc++: Simplify noexcept-specifiers for move constructorsJonathan Wakely2021-04-081-2/+2
* libstdc++: Add unordered containers heterogeneous lookupFrançois Dumont2021-02-091-0/+135
* Update copyright years.Jakub Jelinek2021-01-0481-81/+81
* libstdc++: Remove tests for self-move debug assertionsJonathan Wakely2020-08-252-67/+0
* libstdc++: Ensure c++NN effective target present in all C++17 testsJonathan Wakely2020-07-312-0/+2
* libstdc++: Fix tests using wrong allocator typeJonathan Wakely2020-07-301-1/+1
* libstdc++: Fix unordered containers move constructors noexcept qualificationFrançois Dumont2020-07-292-0/+133
* libstdc++: Make debug containers prefer copy ctor to base ctor (PR 90102)Jonathan Wakely2020-06-021-0/+34
* Library-side tests for parenthesized aggregate initVille Voutilainen2020-03-311-0/+78
* libstdc++: Improve unordered containers == operator (PR 91263)François Dumont2020-01-161-0/+56
* Update copyright years.Jakub Jelinek2020-01-0179-79/+79
* Disable tests that aren't valid in parallel modeJonathan Wakely2019-10-011-0/+1
* Fix tests that fail in C++2a modeJonathan Wakely2019-06-062-2/+3
* Enforce allocator::value_type consistency for containers in C++2aJonathan Wakely2019-06-031-0/+30
* PR libstdc++/85965 move is_invocable assertions againJonathan Wakely2019-05-171-0/+2
* Move from state of allocators (LWG2593)François Dumont2019-05-171-1/+1
* Remove Profile Mode, deprecated since GCC 7.1Jonathan Wakely2019-05-131-1/+0
* re PR libstdc++/90277 (Debug Mode test failures)François Dumont2019-05-081-0/+1
* PR libstdc++/85965 delay static assertions until types are completeJonathan Wakely2019-03-261-1/+1
* PR libstdc++/89477 constrain deduction guides for maps and setsJonathan Wakely2019-02-261-4/+61
* Update copyright years.Jakub Jelinek2019-01-0178-78/+78
* Skip tests for GNU extensions when testing with strict modeJonathan Wakely2018-10-191-0/+4
* Fix testsuite failures due to extra errors in strict dialectsJonathan Wakely2018-10-191-0/+1
* Conditionally disable tests of non-standard extensionsJonathan Wakely2018-10-191-0/+2
* Forward declare debug containers so std::pmr aliases workJonathan Wakely2018-08-241-0/+26
* Define aliases for containers using polymorphic_allocatorJonathan Wakely2018-08-101-0/+36
* P0458R2 Checking for Existence of an Element in Associative ContainersJonathan Wakely2018-07-041-0/+45
* Update copyright years.Jakub Jelinek2018-01-0375-75/+75
* PR libstdc++/48101 improve errors for invalid container specializationsJonathan Wakely2017-11-212-0/+63
* Deduction guides for associative containers, debug mode deduction guide fixes.Ville Voutilainen2017-10-261-0/+78
* Skip tests that are incompatible with Profile ModeJonathan Wakely2017-01-141-0/+1
* Update copyright years.Jakub Jelinek2017-01-0173-73/+73
* 57619.C: Rename to 57619.cc.Paolo Carlini2016-10-1730-72/+3
* Implement C++17 node extraction and insertion (P0083R5)Jonathan Wakely2016-09-222-0/+249
* [libstdc++-v3] Fix dg-require before dg-run directives in testsuite.Matthew Wahab2016-09-1222-22/+23
* Use effective-target instead of -std optionsJonathan Wakely2016-08-2671-112/+71
* Update copyright years.Jakub Jelinek2016-01-0471-71/+71
* c++config (_GLIBCXX_NOEXCEPT_IF): Define.Jonathan Wakely2015-07-131-13/+30
* 66055.cc: Add constructor invocations.François Dumont2015-05-191-0/+4