summaryrefslogtreecommitdiff
path: root/Userland/Utilities/CMakeLists.txt
AgeCommit message (Expand)Author
2021-02-21Utilities: Provide fuzzers as a utility in serenityBen Wiederhake
2021-02-08LibCpp: Start working on a C preprocessorItamar
2021-02-07LibGUI+LibCpp: Move C++ syntax highlighter to LibCppAndreas Kling
2021-02-04bt: Add a little backtrace program that uses SymbolServerAndreas Kling
2021-01-27LibCpp: Add the beginning of a C++ parserItamar
2021-01-22Build: Replace explicit use of mv(1) in CMake file with file(RENAME).Emanuele Torre
2021-01-15Utilities: Add "chres", a way to change the screen resolution from the comman...Nico Weber
2021-01-15Tests: Move test-gfx-font to /usr/Tests/LibGfx/font and add new testsBrendan Coles
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling