summaryrefslogtreecommitdiff
path: root/Tests/AK/TestHashMap.cpp
AgeCommit message (Expand)Author
2023-03-14AK: Rename CaseInsensitiveStringViewTraits to reflect intentgustrb
2023-02-25Everywhere: Use _{short_,}string to create Strings from literalsLinus Groh
2023-02-02AK: Define HashMap::take to find and remove a value from the mapTimothy Flynn
2023-01-14AK+Tests: Make CaseInsensitiveStringViewTraits work with HashMap againBen Wiederhake
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-06-22AK: Clear the previous and next pointers of deleted HashTable bucketsIdan Horowitz
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-01-06AK: Ensure negative predicate in TestHashMap could run unsuccessfullyNHOrus
2022-01-05AK: Make Hash{Map,Table}::remove_all_matching() return removal successAndreas Kling
2022-01-05AK: Add HashMap::remove_all_matching(predicate)Andreas Kling
2021-05-19Everywhere: Add missing includes for <AK/OwnPtr.h>Gunnar Beutner
2021-05-06Tests: Move AK tests to Tests/AKBrian Gianforcaro