index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2020-07-24
Build: Remove two unnecessary CXXFLAGS
Andreas Kling
2020-07-21
Build: Build with minimal debug info (-g1)
Andreas Kling
2020-07-13
Toolchain: Allow building using CMake on macOS
Stefano Cristiano
2020-06-21
Build: Support GENERATED_SOURCES in serenity_{bin,libc}() as well
Linus Groh
2020-06-21
Build: rename `image` target => `qemu-image`
Emanuele Torre
2020-06-21
Meta: get rid of sync.sh using the technique used in the previous commit
Emanuele Torre
2020-06-19
CMake: Make the install step more zen
Nico Weber
2020-06-06
cmake: Make setting CMAKE_BUILD_TYPE an error.
Nico Weber
2020-05-29
Ports: Fix CMake-based ports
Paul Redmond
2020-05-29
CMake: Add convenience targets to run lint-shell-scripts and check-style
Emanuele Torre
2020-05-28
Build: Use a separate byproduct name for the GRUB disk image (#2424)
etaIneLp
2020-05-28
Build: Add grub-image target to CMake
etaIneLp
2020-05-20
Revert "Build: Include headers from LibC, LibM, and LibPthread with -isystem"
Andreas Kling
2020-05-20
Build: Include headers from LibC, LibM, and LibPthread with -isystem
Andrew Kaster
2020-05-16
Build: Use -Wno-expansion-to-defined
Dominik Madarasz
2020-05-16
Build: Remove -Wno-volatile flag
Andreas Kling
2020-05-16
AK: Remove experimental clang -Wconsumed stuff
Andreas Kling
2020-05-16
Build: Disable deprecated volatile warning
Shannon Booth
2020-05-15
Build: Ask GCC to always emit colorful diagnostics
Sergey Bugaev
2020-05-15
Build: Allow using CMake 3.16
Sergey Bugaev
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev