summaryrefslogtreecommitdiff
path: root/Userland/Utilities/CMakeLists.txt
AgeCommit message (Expand)Author
2021-08-28Utilities: Add a command line client for ConfigServerRalf Donau
2021-08-27Base+Utilities: Add the asctl audio utility, replacing avolkleines Filmröllchen
2021-08-21Utilities: Add cpp-lexerItamar
2021-08-15Kernel+Userland: Remove chroot functionalityAndreas Kling
2021-08-14Utilities: Rename PreprocessorTest=>cpp-preprocessorItamar
2021-07-14Utilities: Add an implementation of 'comm'TheFightingCatfish
2021-07-08Utilities: Teach sql utility to use the SQLClient classJan de Visser
2021-07-07WindowServer+wsctl: Add a simple utility for toggling "flash flush"Andreas Kling
2021-07-07Userland: Add more(1) emulation to less(1)Peter Elliott
2021-07-07Userland: Add less, a better terminal pagerPeter Elliott
2021-07-04Userland: Add pgrepAziz Berkay Yesilyurt
2021-06-30Base+Utilities: Add run-tests program to run system tests with LibTestAndrew Kaster
2021-06-18Userland/Libraries: Add LibUSBDB libraryJesse Buhagiar
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-06-11Utilities: Add a simple utility to test the IMAP libraryx-yl
2021-06-06Userland: Add matroska program to test parsing Matroska container filesFalseHonesty
2021-05-29Userland: Implement `pls`, a sudo cloneJesse Buhagiar
2021-05-26LibWasm: Add execution hooks and a debugger mode to the wasm toolAli Mohammad Pur
2021-05-22Userland: Rename LibThread => LibThreadingAndreas Kling
2021-05-22Userland: Rename LibSymbolClient => LibSymbolicationAndreas Kling
2021-05-19Utilities: Rename CppParserTest => cpp-parserItamar
2021-05-08LibWasm: Start implementing a basic WebAssembly binary format parserAli Mohammad Pur
2021-05-08Utilities/CMakeLists: Put all entries in alphabetical orderLinus Groh
2021-05-08Utilities/CMakeLists: Put 'file' entry in alphabetical orderAli Mohammad Pur
2021-05-08LibTest: Move Crash testing facility from crash.cpp to LibTestBrian Gianforcaro
2021-05-08Tests: Move Userland/Utilities/test-js to Tests/LibJSBrian Gianforcaro
2021-05-08Tests: Move Userland/Utilities/test-web to Tests/LibWebBrian Gianforcaro
2021-05-07Utilities: Use GzipDecompressor::describe_header for gzip descriptionsIdan Horowitz
2021-05-07Userland: Implement a file utilityValtteri Koskivuori
2021-04-25Utilities: Update telws to use the isolated WebSocket serviceDexesTTP
2021-04-24Utilities: Add cksumBrendan Coles
2021-04-21Tests: Reorganize LibCompress unit testsMarco Biscaro
2021-04-20Userland: Add 'sql', a REPL for LibSQLTimothy Flynn
2021-04-18Userland: Add telws, a CLI REPL to connect to WebSocketsDexesTTP
2021-04-13Utilities: Remove the "html" programAndreas Kling
2021-03-27Utilities: Add gzip utilityIdan Horowitz
2021-03-26Utilities: Add a simple "shot" utility for grabbing screenshots :^)Andreas Kling
2021-03-23Userland: Add simple zip utilityIdan Horowitz
2021-03-23unzip: Use the new LibArchive Zip parserIdan Horowitz
2021-03-23Libraries: Rename LibTar to LibArchiveIdan Horowitz
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