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-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
2021-01-12
MenuApplets: Move to Userland/MenuApplets/
Andreas Kling
2021-01-12
Demos: Move to Userland/Demos/
Andreas Kling
2021-01-12
Shell: Move to Userland/Shell/
Andreas Kling
2021-01-07
CMake: Only enable "MacOS workaround" on MacOS
Andreas Kling
2021-01-07
CMake: set CMAKE_SKIP_RPATH everywhere
Nico Weber
2021-01-06
Everywhere: Force linker hash style to be gnu
Sahan Fernando
2021-01-02
Build + LibC: Enable -fstack-protector-strong in user space
Brian Gianforcaro
2021-01-01
Meta: Enable RTTI for Userspace programs
Andrew Kaster
2021-01-01
CMake: Add public cmake option to document BUILD_LAGOM
Brian Gianforcaro
2021-01-01
CMake: Add public cmake option to document ENABLE_ALL_THE_DEBUG_MACROS
Brian Gianforcaro
2021-01-01
CMake: Remove some trailing whitespace from a few CMakeLists.txt files
Brian Gianforcaro
2021-01-01
CMake: Consolidate all options to the root of the project
Brian Gianforcaro
2020-12-29
Build: Support non-i686 toolchains
meme
2020-12-28
Meta: Disable rpath generation for MacOS
Andrew Kaster
2020-12-26
CMake: Generate SONAME attribute for shared objects
Itamar
2020-12-26
Everywhere: Add -Wformat=2 to build
Sahan Fernando
2020-12-24
Toolchain+LibC: Fix usage of crt files
Itamar
2020-12-24
CMake: Decouple cmake utility functions from top-level CMakeLists.txt
Lenny Maiorani
2020-12-22
CMake: Use built-in add_compile_definitions for *_DEBUG macros
Lenny Maiorani
2020-12-22
LibGfx: Commonize functions in P*MLoader class implementations
Lenny Maiorani
2020-12-22
CMake: Use add_compile_options instead of appending to CMAKE_CXX_FLAGS
Lenny Maiorani
2020-12-22
CMake: Set C++20 mode in canonical cmake
Lenny Maiorani
2020-12-21
Kernel: Introduce the new Storage subsystem
Liav A
2020-12-21
Build: Embed application icons directly in the executables.
William Marlow
2020-12-20
LibGUI: Introduce GML - a simple GUI Markup Language :^)
Andreas Kling
2020-12-16
Kernel: Fix Lock race causing infinite spinning between two threads
Tom
2020-12-14
Toolchain: Fix usage of libgcc_s & build PIE executables by default
Itamar
[prev]
[next]