Age | Commit message (Expand) | Author |
---|---|---|
2023-04-03 | LibTest: Don't output information on tests if none exist | Lucas CHOLLET |
2023-03-09 | LibTest: Add option to run each benchmark several times | Dan Klishch |
2023-03-06 | Everywhere: Stop using NonnullRefPtrVector | Andreas Kling |
2023-03-01 | LibCore+Everywhere: Remove ArgsParser::add*(char const*&) | Ali Mohammad Pur |
2023-02-28 | Userland+AK: Stop using getopt() for ArgsParser | Ali Mohammad Pur |
2023-02-21 | LibTest: Fix minor const-correctness issue in TestSuite::find_cases() | Andreas Kling |
2022-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh |
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2021-08-31 | LibTest: Add TEST_SETUP macro that runs before all test cases | Peter Elliott |
2021-04-25 | AK+Userland: Move AK/TestSuite.h into LibTest and rework Tests' CMake | Andrew Kaster |