summaryrefslogtreecommitdiff
path: root/Userland/CMakeLists.txt
AgeCommit message (Expand)Author
2022-05-02Meta+Userland: Add ENABLE_USERSPACE_COVERAGE_COLLECTION CMake optionAndrew Kaster
2021-05-06Tests: Establish root Tests directory, move Userland/Tests thereBrian Gianforcaro
2021-04-04Userland: Rename *.MenuApplet => *.AppletAndreas Kling
2021-02-24Build: Build Userland with -O2, Kernel with -OsAndreas Kling
2021-01-12Services: Move to Userland/Services/Andreas Kling
2021-01-12DevTools: Move to Userland/DevTools/Andreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling
2021-01-12Applications: Move to Userland/Applications/Andreas Kling
2021-01-12Games: Move to Userland/Games/Andreas Kling
2021-01-12MenuApplets: Move to Userland/MenuApplets/Andreas Kling
2021-01-12Demos: Move to Userland/Demos/Andreas Kling
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling
2021-01-12Shell: Move to Userland/Shell/Andreas Kling
2021-01-03Userland: Add gml-formatLinus Groh
2020-12-24Toolchain+LibC: Fix usage of crt filesItamar
2020-12-14Loader: Stabilize loader & Use shared libraries everywhere :^)Itamar
2020-12-14Loader: Add dynamic loader programItamar
2020-11-27Userland: Add support for 'match' in 'expr'AnotherTest
2020-11-27Userland: Add grep utilityEmanuel Sprung
2020-11-24Userland: Add a test for pthread_once()Sergey Bugaev
2020-11-14Userland: Add test-gfx-font for Gfx::Font testsBrendan Coles
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