Age | Commit message (Expand) | Author |
---|---|---|
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2020-01-06 | AK: Fix test compile warnings | Shannon Booth |
2019-12-29 | AK: Fix JSON parser crashing when encountering UTF-8 | Andreas Kling |
2019-11-09 | HackStudio: Start fleshing out the GUI for a GUI designer :^) | Andreas Kling |
2019-09-06 | AK: Rename <AK/AKString.h> to <AK/String.h> | Andreas Kling |
2019-08-14 | JsonParser: "" is an empty string, not a null value | Andreas Kling |
2019-08-04 | AK: Add a benchmark for parsing 4chan catalog JSON | 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-06-29 | AK: Make a tiny JSON unit test based on a saved VisualBuilder form. | Andreas Kling |