Age | Commit message (Expand) | Author |
---|---|---|
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 |