index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
/
Tests
/
TestHashMap.cpp
Age
Commit message (
Expand
)
Author
2020-11-12
AK: Prefer using instead of typedef
Lenny Maiorani
2020-10-16
AK: Add some more checks to the HashMap test
Andreas Kling
2020-10-15
AK: Improve HashMap tests a little bit
Andreas Kling
2020-08-22
AK: Remove test case that doesn't test anything.
asynts
2020-03-06
AK: Fix all the warnings in the AK tests
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-08-14
AK: Make it possible to use HashMap<K, NonnullOwnPtr>::get()
Andreas Kling
2019-08-02
AK: Add a test for iterating a HashTable during clear (should assert)
Andreas Kling
2019-08-02
TestSuite: Hijack the ASSERT macros during unit tests.
Andreas Kling
2019-07-16
AK: Add a new TestSuite.h from my own work, adapted to match the existing one...
Robin Burchell
2019-07-13
AK: Support case-insensitive HashMap<String, T>.
Andreas Kling
2019-06-27
AK: Use a SinglyLinkedList<T> as HashTable's bucket chain storage.
Andreas Kling
2019-06-27
AK: Consolidate iterators for HashTable and DoublyLinkedList respectively.
Andreas Kling