summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2021-01-26Meta: Split debug defines into multiple headers.asynts
2021-01-25Everywhere: Use CMake to generate AK/Debug.h.asynts
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-12Shell: Move to Userland/Shell/Andreas Kling
2021-01-07CMake: Only enable "MacOS workaround" on MacOSAndreas Kling
2021-01-07CMake: set CMAKE_SKIP_RPATH everywhereNico Weber
2021-01-06Everywhere: Force linker hash style to be gnuSahan Fernando
2021-01-02Build + LibC: Enable -fstack-protector-strong in user spaceBrian Gianforcaro
2021-01-01Meta: Enable RTTI for Userspace programsAndrew Kaster
2021-01-01CMake: Add public cmake option to document BUILD_LAGOMBrian Gianforcaro
2021-01-01CMake: Add public cmake option to document ENABLE_ALL_THE_DEBUG_MACROSBrian Gianforcaro
2021-01-01CMake: Remove some trailing whitespace from a few CMakeLists.txt filesBrian Gianforcaro
2021-01-01CMake: Consolidate all options to the root of the projectBrian Gianforcaro
2020-12-29Build: Support non-i686 toolchainsmeme
2020-12-28Meta: Disable rpath generation for MacOSAndrew Kaster
2020-12-26CMake: Generate SONAME attribute for shared objectsItamar
2020-12-26Everywhere: Add -Wformat=2 to buildSahan Fernando
2020-12-24Toolchain+LibC: Fix usage of crt filesItamar
2020-12-24CMake: Decouple cmake utility functions from top-level CMakeLists.txtLenny Maiorani
2020-12-22CMake: Use built-in add_compile_definitions for *_DEBUG macrosLenny Maiorani
2020-12-22LibGfx: Commonize functions in P*MLoader class implementationsLenny Maiorani
2020-12-22CMake: Use add_compile_options instead of appending to CMAKE_CXX_FLAGSLenny Maiorani
2020-12-22CMake: Set C++20 mode in canonical cmakeLenny Maiorani
2020-12-21Kernel: Introduce the new Storage subsystemLiav A
2020-12-21Build: Embed application icons directly in the executables.William Marlow
2020-12-20LibGUI: Introduce GML - a simple GUI Markup Language :^)Andreas Kling
2020-12-16Kernel: Fix Lock race causing infinite spinning between two threadsTom
2020-12-14Toolchain: Fix usage of libgcc_s & build PIE executables by defaultItamar
2020-12-14LibC: Also build a static version of libcItamar
2020-12-14Loader: Stabilize loader & Use shared libraries everywhere :^)Itamar
2020-12-14LibC: Add libc.soItamar
2020-12-14Loader: Add dynamic loader programItamar
2020-12-12Kernel: Change wait blocking to Process-only blockingTom
2020-12-06LibJS: Remove unused {INTERPRETER,VM}_DEBUGLinus Groh
2020-12-06LookupServer: Put debug spam behind a macroAndreas Kling
2020-12-01Meta: Refresh ALL_THE_DEBUG_MACROS setBen Wiederhake
2020-12-01Meta: Fix BMP_DEBUG, and always build on CIBen Wiederhake
2020-12-01Meta: Fix ACPI_DEBUG, and always build on CIBen Wiederhake
2020-12-01Kernel: Fix some problems with Thread::wait_on and LockTom
2020-11-27LibRegex: Add a regular expression libraryEmanuel Sprung
2020-11-23Ext2FS: Move some EXT2_DEBUG logging behind EXT2_VERY_DEBUGAndreas Kling
2020-11-12CMake: compile_commands.json outputLenny Maiorani
2020-10-22LibJS: Support all line terminators (LF, CR, LS, PS)Linus Groh
2020-10-08Build: Emit paths in macros and debug sections relative to repo rootTibor Nagy