Age | Commit message (Expand) | Author |
---|---|---|
2022-06-23 | AK: Zero previous pointer *after* fixing the insertion list in HashTable | Hendiadyoin1 |
2022-04-11 | AK: Disable the HashTable<double> test until UB issue is fixed | Andreas Kling |
2022-04-10 | AK: Add hash traits for floating-point primitives | Andreas Kling |
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2022-03-31 | Tests: Test non-trivial re-hashing in HashTable | kleines Filmröllchen |
2022-03-31 | Tests: Introduce a HashTable benchmark for "table thrashing" | kleines Filmröllchen |
2022-03-07 | AK: Add test for unbounded HashTable capacity leak | Andreas Kling |
2022-01-05 | AK: Improve HashTable::remove_all_matching() test slightly | Andreas Kling |
2022-01-05 | AK: Make Hash{Map,Table}::remove_all_matching() return removal success | Andreas Kling |
2022-01-05 | AK: Add HashTable::remove_all_matching(predicate) | Andreas Kling |
2021-05-30 | AK: Make HashTable::operator=(HashTable&&) clear the moved-from table | Andreas Kling |
2021-05-06 | Tests: Move AK tests to Tests/AK | Brian Gianforcaro |