summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/23_containers/unordered_map
Commit message (Expand)AuthorAgeFilesLines
* libstdc++: Fix some AIX test failuresJonathan Wakely2023-04-121-0/+1
* Update copyright years.Jakub Jelinek2023-01-16103-103/+103
* libstdc++: [_GLIBCXX_DEBUG] Complete deadlock fix on safe iterators [PR108288]François Dumont2023-01-152-0/+32
* libstdc++: Call predicate with non-const values in std::erase_if [PR107850]Jonathan Wakely2022-11-251-0/+13
* libstdc++: [_Hashtable] Insert range of types convertible to value_type PR 10...François Dumont2022-06-152-6/+100
* libstdc++: Ensure pmr aliases work without <memory_resource>Jonathan Wakely2022-05-191-1/+2
* libstdc++: Restore support for unordered_map<const T, ...> [PR104174]Jonathan Wakely2022-01-231-0/+4
* Update copyright years.Jakub Jelinek2022-01-03102-102/+102
* libstdc++: Fix dg-do directive for tests supposed to be runJonathan Wakely2021-11-261-1/+1
* libstdc++: Add effective-target for std::allocator implementationJonathan Wakely2021-11-231-0/+1
* libstdc++: [_GLIBCXX_DEBUG] Implement unordered container mergeFrançois Dumont2021-11-094-0/+147
* libstdc++: Access std::pair members without tuple-like helpersJonathan Wakely2021-10-091-1/+0
* libstdc++: Implement P1518R2 for container deduction guidesJonathan Wakely2021-10-041-0/+38
* libstdc++: Skip tests that fail with _GLIBCXX_CONCEPT_CHECKSJonathan Wakely2021-09-281-1/+1
* libstdc++: Make allocator equality comparable in testsJonathan Wakely2021-08-091-0/+3
* libstdc++: Add [[nodiscard]] to iterators and related utilitiesJonathan Wakely2021-08-041-2/+2
* libstdc++: Fix non-default constructors for hash containers [PR101583]Jonathan Wakely2021-07-221-0/+15
* libstdc++: fix is_default_constructible for hash containers [PR 100863]Jonathan Wakely2021-07-201-0/+33
* c++: CTAD and deduction guide selection [PR86439]Patrick Palka2021-06-231-3/+14
* libstdc++: Add feature test macro for heterogeneous lookup in unordered conta...Jonathan Wakely2021-06-041-0/+7
* libstdc++: Value-initialize objects held by EBO helpers [PR 100863]Jonathan Wakely2021-06-021-1/+0
* libstdc++: Fix tests for COW std::string [PR 96088]Jonathan Wakely2021-06-021-7/+15
* libstdc++: Fix effective target for new tests [PR 96088]Jonathan Wakely2021-06-011-1/+1
* libstdc++: Limit allocation on iterator insertion in Hashtable [PR 96088]François Dumont2021-05-241-0/+269
* libstdc++: Remove redundant -std=gnu++17 option from containers testsJonathan Wakely2021-05-105-5/+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/+168
* libstdc++: Implement N3644 for _GLIBCXX_DEBUG iteratorsFrançois Dumont2021-01-141-0/+44
* Update copyright years.Jakub Jelinek2021-01-0499-99/+99
* libstdc++: Fix regression in hash containersJonathan Wakely2020-08-261-0/+29
* 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-314-0/+4
* libstdc++: Fix unordered containers move constructors noexcept qualificationFrançois Dumont2020-07-294-0/+283
* libstdc++: Make debug containers prefer copy ctor to base ctor (PR 90102)Jonathan Wakely2020-06-021-0/+34
* libstdc++: Improve tests for __cpp_lib_erase_if macroJonathan Wakely2020-04-221-2/+2
* Library-side tests for parenthesized aggregate initVille Voutilainen2020-03-311-0/+137
* libstdc++: Update __cpp_lib_erase_if macro (P1115R3)Jonathan Wakely2020-02-151-1/+1
* Update copyright years.Jakub Jelinek2020-01-0194-94/+94
* Disable tests that aren't valid in parallel modeJonathan Wakely2019-10-011-0/+1
* Avoid unnecessary inclusion of <stdexcept> headerJonathan Wakely2019-06-061-0/+1
* Fix more tests that fail in C++2a modeJonathan Wakely2019-06-061-1/+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
* 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-1/+40
* Define __cpp_lib_erase_if feature test macroJonathan Wakely2019-01-101-0/+6