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
2021-05-16
DevTools: Add StateMachineGenerator utility
Daniel Bertalan
2021-05-13
CMake: Fix message levels for error conditions during configuration
Brian Gianforcaro
2021-05-12
Build: Add extlinux-image target to CMake
DolphinChips
2021-05-06
Tests: Establish root Tests directory, move Userland/Tests there
Brian Gianforcaro
2021-05-01
LibC: Move crypt() and crypt_r() to the right header file
Gunnar Beutner
2021-04-30
CMake: Fix building with AppleClang compiler
Carlos César Neves Enumo
2021-04-30
CMake: Fix building libraries on macOS
Gunnar Beutner
2021-04-29
Kernel: Add a CMake flag to enable LTO for the kernel
Gunnar Beutner
2021-04-29
Toolchain+Ports: Update GCC to version 11.1.0
Gunnar Beutner
2021-04-27
Build: Use variables when concatenating Toolchain paths.
Brian Gianforcaro
2021-04-22
Meta: Disable the use of PCH by default
Ali Mohammad Pur
2021-04-21
Meta: Add an option to precompile some very common AK headers
Ali Mohammad Pur
2021-04-20
Everywhere: Replace SERENITY_ROOT with SERENITY_SOURCE_DIR
Panagiotis Vasilopoulos
2021-04-19
CMake: Quiet warnings about literal suffix
Lenny Maiorani
2021-04-18
CMake: Remove redundancies and support clang ToT
Lenny Maiorani
2021-04-16
Everywhere: Add `-Wdouble-promotion` warning
Nicholas-Baron
2021-04-15
Everything: Add `-Wnon-virtual-dtor` flag
Nicholas-Baron
2021-04-15
Everywhere: Add "free" warnings
Nicholas-Baron
2021-04-12
Meta: Add install-ports CMake target
Peter Elliott
2021-03-28
cmake: Hotfix the broken build
Andreas Kling
2021-03-28
cmake: Tidy compiler options.
Michel Hermier
2021-03-28
cmake: Group compile options together.
Michel Hermier
2021-03-19
Build: Enable --noexecstack
Brendan Coles
2021-03-04
Build: Download and uncompress gzipped version of pci.ids
Linus Groh
2021-03-04
Build: Add ENABLE_PCI_IDS_DOWNLOAD CMake option
Linus Groh
2021-02-28
Meta: Build AK and LibRegex tests in Lagom and for Serenity
Andrew Kaster
2021-02-24
AK: Add support for AK::StringView literals with operator""sv
Brian Gianforcaro
2021-02-24
AK: Rename {DBGLN_NO => ENABLE}_COMPILETIME_FORMAT_CHECK
Linus Groh
2021-02-24
Build: Build Userland with -O2, Kernel with -Os
Andreas Kling
2021-02-23
Everywhere: Okay let's try that -O2 build again :^)
Andreas Kling
2021-02-23
Build: Revert back to building with -Os
Andreas Kling
2021-02-23
Everywhere: Build with -O2 :^)
Andreas Kling
2021-02-23
Build: Only use -fstack-clash-protection with GCC
Andreas Kling
2021-02-19
Toolchain: Use -ftls-model=initial-exec by default
Itamar
2021-02-19
Everywhere: Build with -fstack-clash-protection
Andreas Kling
2021-02-19
DynamicLoader+Userland: Enable RELRO for shared libraries as well :^)
Andreas Kling
2021-02-18
LibELF+Userland: Enable RELRO for all userland executables :^)
Andreas Kling
2021-02-15
Meta: Make it possible to (somewhat) build the system inside Serenity
AnotherTest
2021-02-15
CMake: Add 'setup-and-run' target to perform all prereqs and run the image
Brian Gianforcaro
2021-02-15
Kernel: Initial integration of Kernel Address Sanitizer (KASAN)
Brian Gianforcaro
2021-02-08
Build: Allow setting DBGLN_NO_COMPILETIME_FORMAT_CHECK via CMake flag
Andreas Kling
2021-02-07
Base: Remove /res/pci.ids and download at build time instead
Linus Groh
2021-02-05
Userland: Add LibSystem and funnel all syscalls through it
Andreas Kling
2021-01-26
Meta: Split debug defines into multiple headers.
asynts
2021-01-25
Everywhere: Use CMake to generate AK/Debug.h.
asynts
2021-01-12
Services: Move to Userland/Services/
Andreas Kling
2021-01-12
DevTools: Move to Userland/DevTools/
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling
2021-01-12
Games: Move to Userland/Games/
Andreas Kling
[next]