summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2020-08-30Meta: Provide option to build with ALL debug macrosBen Wiederhake
2020-08-28Meta: Enable -Wmissing-declarationsBen Wiederhake
2020-08-15Meta: Install source files at /usr/src/serenityItamar
2020-08-12Meta: Replace remaining LibM/math.h includes with math.hLinus Groh
2020-08-05Build: Clang should get -Werror tooNico Weber
2020-08-05Build: Re-enable -Werror when building with GCCBrian Gianforcaro
2020-08-04Build: Make things build with clang without needing local changesNico Weber
2020-08-04Build: Support make's and ninja's restat optimizationNico Weber
2020-08-01Build: Use -fconcepts flag to enable C++20 concepts.Emanuele Torre
2020-07-24Build: Remove two unnecessary CXXFLAGSAndreas Kling
2020-07-21Build: Build with minimal debug info (-g1)Andreas Kling
2020-07-13Toolchain: Allow building using CMake on macOSStefano Cristiano
2020-06-21Build: Support GENERATED_SOURCES in serenity_{bin,libc}() as wellLinus Groh
2020-06-21Build: rename `image` target => `qemu-image`Emanuele Torre
2020-06-21Meta: get rid of sync.sh using the technique used in the previous commitEmanuele Torre
2020-06-19CMake: Make the install step more zenNico Weber
2020-06-06cmake: Make setting CMAKE_BUILD_TYPE an error.Nico Weber
2020-05-29Ports: Fix CMake-based portsPaul Redmond
2020-05-29CMake: Add convenience targets to run lint-shell-scripts and check-styleEmanuele Torre
2020-05-28Build: Use a separate byproduct name for the GRUB disk image (#2424)etaIneLp
2020-05-28Build: Add grub-image target to CMakeetaIneLp
2020-05-20Revert "Build: Include headers from LibC, LibM, and LibPthread with -isystem"Andreas Kling
2020-05-20Build: Include headers from LibC, LibM, and LibPthread with -isystemAndrew Kaster
2020-05-16Build: Use -Wno-expansion-to-definedDominik Madarasz
2020-05-16Build: Remove -Wno-volatile flagAndreas Kling
2020-05-16AK: Remove experimental clang -Wconsumed stuffAndreas Kling
2020-05-16Build: Disable deprecated volatile warningShannon Booth
2020-05-15Build: Ask GCC to always emit colorful diagnosticsSergey Bugaev
2020-05-15Build: Allow using CMake 3.16Sergey Bugaev
2020-05-14Build: Switch to CMake :^)Sergey Bugaev