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-11-12
CMake: compile_commands.json output
Lenny Maiorani
2020-10-22
LibJS: Support all line terminators (LF, CR, LS, PS)
Linus Groh
2020-10-08
Build: Emit paths in macros and debug sections relative to repo root
Tibor Nagy
2020-10-01
DevTools: Remove VisualBuilder and FormCompiler
Andreas Kling
2020-09-14
Build+TextEditor: Add a compile_json_gui() CMake helper
Andreas Kling
2020-09-14
TextEditor: Move the main window UI to JSON
Andreas Kling
2020-09-12
Revert "Meta: Enable gcc warning about struct vs. class"
Andreas Kling
2020-09-12
Meta: Enable gcc warning about struct vs. class
Ben Wiederhake
2020-09-12
HackStudio: Reduce debug spam
Ben Wiederhake
2020-09-12
LibMarkdown: Make warning messages conditional
Ben Wiederhake
2020-09-01
Build: Add some -Wno-unknown-warning-option flags to CXXFLAGS
Andreas Kling
2020-08-30
Meta: Provide option to build with ALL debug macros
Ben Wiederhake
2020-08-28
Meta: Enable -Wmissing-declarations
Ben Wiederhake
2020-08-15
Meta: Install source files at /usr/src/serenity
Itamar
2020-08-12
Meta: Replace remaining LibM/math.h includes with math.h
Linus Groh
2020-08-05
Build: Clang should get -Werror too
Nico Weber
2020-08-05
Build: Re-enable -Werror when building with GCC
Brian Gianforcaro
2020-08-04
Build: Make things build with clang without needing local changes
Nico Weber
2020-08-04
Build: Support make's and ninja's restat optimization
Nico Weber
2020-08-01
Build: Use -fconcepts flag to enable C++20 concepts.
Emanuele Torre
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