Age | Commit message (Expand) | Author |
---|---|---|
2020-09-25 | Meta+AK: Make clang-format-10 clean | Ben Wiederhake |
2020-06-12 | AK: Make string-to-number conversion helpers return Optional | Andreas Kling |
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-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-03 | AK: Add String::number() for creating a String from a number. | Andreas Kling |
2019-06-15 | AK/Tests: Test Queue<String> with large number of elements. | Andreas Kling |
2019-06-15 | AK: Add a simple Queue<T> class. | Andreas Kling |