summaryrefslogtreecommitdiff
path: root/Userland/Utilities/test.cpp
AgeCommit message (Expand)Author
2022-07-12Everywhere: Use default StringView constructor over nullptrsin-ack
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-12Everywhere: Explicitly specify the size in StringView constructorssin-ack
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-30test: Port to LibMainKenneth Myhra
2022-03-24Utilities: Use default constructors/destructorsLenny Maiorani
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-08-01Utilities: Remove unused header includesBrian Gianforcaro
2021-07-08LibC+Utilities: Add `gnu::format` attributesDaniel Bertalan
2021-06-30AK+Everywhere: Add and use static APIs for LexicalPathMax Wipfli
2021-05-17Utilities: Correct non-standard assert macros includesJean-Baptiste Boric
2021-04-29Everywhere: Use "the SerenityOS developers." in copyright headersLinus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-19Userland/test: Handle '!' being used as a stringAli Mohammad Pur
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling