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-06-09
Meta: Disable -Wmaybe-uninitialized
Ali Mohammad Pur
2021-05-31
CMake: Hide KMALLOC_VERIFY_NO_SPINLOCK_HELD so folks don't find it
Brian Gianforcaro
2021-05-31
CMake: Verify the GCC host version is new enough to build serenity
Brian Gianforcaro
2021-05-27
Userland: Port UBSAN implementation to userspace
Andrew Kaster
2021-05-27
Meta: Run the Wasm spec tests in CI
Ali Mohammad Pur
2021-05-27
Meta/CI: Add ENABLE_ALL_DEBUG_FACILITIES CMake option
Andrew Kaster
2021-05-27
Kernel: Add ENABLE_EXTRA_KERNEL_DEBUG_SYMBOLS option to set Og and ggdb3
Andrew Kaster
2021-05-21
LibWasm+Meta: Implement instantiation/execution primitives in test-wasm
Ali Mohammad Pur
2021-05-21
LibWasm+Meta: Add test-wasm and optionally test the conformance tests
Ali Mohammad Pur
2021-05-17
Build: Stop using precompiled headers (PCH)
Andreas Kling
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
[next]