summaryrefslogtreecommitdiff
path: root/Userland/CMakeLists.txt
AgeCommit message (Expand)Author
2020-10-29CMake: Use CONFIGURE_DEPENDS in existing globs.asynts
2020-10-04Userland: tar: support extracting gzipped filesPeter Elliott
2020-10-04Userland: Add tar commandPeter Elliott
2020-09-13Userland: Add {md5,sha1,sha256,sha512}sumLinus Groh
2020-08-30Userland: add gunzip utility.asynts
2020-08-17Userland: Provide a misbehaving applicationBen Wiederhake
2020-08-04LibCompress: Add LibCompressstelar7
2020-08-02Tests: Build automatically, fix compilation errorsBen Wiederhake
2020-07-28Userland: Make su require passwordsPeter Elliott
2020-07-28Userland: Add passwd utilityPeter Elliott
2020-07-23LibWeb+test-web: Create test-web program, add doctype testLuke
2020-07-06LibJS/test-js: Create test-js program, prepare for test suite refactorMatthew Olsson
2020-06-27Userland: Add a 'test' utilityAnotherTest
2020-06-21Userland: Remove "ht" test utilityAndreas Kling
2020-06-18keymap: Add back a tiny utility for setting the system keyboard layoutAndreas Kling
2020-06-08Userland: Remove keymap app from systemHüseyin ASLITÜRK
2020-06-03Userland: keymap, use LibKeyboard to read keymap filesHüseyin ASLITÜRK
2020-05-22LibWeb: Begin work on a spec-compliant HTML parserAndreas Kling
2020-05-14Build: Switch to CMake :^)Sergey Bugaev