Age | Commit message (Expand) | Author |
---|---|---|
2020-05-30 | AK+LibC: Add TODO() as an alternative to ASSERT_NOT_REACHED() | Andreas Kling |
2020-03-02 | AK: Move the wildcard-matching implementation to StringUtils | howar6hill |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-11-06 | AK: Get rid of TStyle (output styling helper for LogStream) | 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-08-01 | TestSuite: Actually print failed comparions.. :^) | Andreas Kling |
2019-07-21 | TestSuite: Don't leak the suite instance | Robin Burchell |
2019-07-21 | TestSuite: instance() -> the(), and return a reference | Robin Burchell |
2019-07-21 | TestSuite: Make tests actually run (oops!) | Andreas Kling |
2019-07-16 | AK: Add a new TestSuite.h from my own work, adapted to match the existing one... | Robin Burchell |