summaryrefslogtreecommitdiff
path: root/AK/Tests
AgeCommit message (Expand)Author
2019-07-20AK: Add Vector::prepend(Vector&&).Andreas Kling
2019-07-16AK: Add a new TestSuite.h from my own work, adapted to match the existing one...Robin Burchell
2019-07-13AK: Support case-insensitive HashMap<String, T>.Andreas Kling
2019-07-11AKString: add missing comparison operatorsLawrence Manning
2019-07-04AK: Add Vector::insert_before_matching(T&&, callback);Andreas Kling
2019-07-03AK: Add String::number() for creating a String from a number.Andreas Kling
2019-06-30Meta: Removed all gitignore in the source tree only keeping the root oneVAN BOSSUYT Nicolas
2019-06-29AK: Make a tiny JSON unit test based on a saved VisualBuilder form.Andreas Kling
2019-06-27AK: Use a SinglyLinkedList<T> as HashTable's bucket chain storage.Andreas Kling
2019-06-27AK: Consolidate iterators for HashTable and DoublyLinkedList respectively.Andreas Kling
2019-06-27AK: Get rid of ConstVectorIterator.Andreas Kling
2019-06-15AK/Tests: Test Queue<String> with large number of elements.Andreas Kling
2019-06-15AK: Add a simple Queue<T> class.Andreas Kling
2019-06-14AK/Tests: Add a simple EXPECT_EQ macro and use it for the String test.Andreas Kling
2019-06-14AK/Tests: Add some macros for testing.Andreas Kling
2019-06-14AK/Tests: Add a couple more String tests.Andreas Kling
2019-06-14AK: Add an extremely primitive unit test for String.Andreas Kling