Age | Commit message (Expand) | Author |
2022-03-19 | Meta: Error out on find_program errors with CMake less than 3.18 | Brian Gianforcaro |
2022-03-19 | CMake: Modify include path when building from Hack Studio | Itamar |
2022-02-19 | Meta: Use correct variable for checking if the mold linker is used | Daniel Bertalan |
2022-02-14 | Meta: Add support for the Limine bootloader | czapek1337 |
2022-02-11 | Meta: Enable RELR relocations | Daniel Bertalan |
2022-02-04 | Meta: Add install-native-partition CMake target installing to a real FS | Brian Gianforcaro |
2022-01-26 | Meta: Download USB and PCI ID data with fallible download function | Timothy Flynn |
2022-01-24 | Toolchain: Add support for building the userland with the mold linker | Daniel Bertalan |
2022-01-12 | CMake: Add HACKSTUDIO_BUILD option for building from Hack Studio | Itamar |
2022-01-09 | Meta: Do not allow undefined symbols in executables and shared objects | Daniel Bertalan |
2022-01-04 | Meta: Remove clang warnings with no violations | Andrew Kaster |
2022-01-04 | SystemMonitor: Remove unused functions and enable warning globally | Andrew Kaster |
2022-01-04 | Userland: Resolve unused-but-set-varaible warnings | Andrew Kaster |
2022-01-04 | Userland: Resolve tautological-constant-out-of-range-compare warnings | Andrew Kaster |
2022-01-04 | Userland: Locally suppress -Wc99-designator and re-enable globally | Andrew Kaster |
2022-01-04 | Userland: Resolve -Woverloaded-virtual in LibGUI and SoundPlayer | Andrew Kaster |
2022-01-04 | Meta: Enable -Wexpansion-to-defined warning for Clang | Andrew Kaster |
2022-01-04 | Meta: Re-enable toolchain version checks | Andrew Kaster |
2021-12-29 | Meta: Use portable gzip option for extracting PCI and USB ID files | tuftedocelot |
2021-12-29 | Build: Remove gzip -k usage in PCI/USB ID files and crypt for OpenBSD | tuftedocelot |
2021-12-11 | Meta: Move compiler-specific warnings into the appropriate if clause | Daniel Bertalan |
2021-12-11 | Everywhere: Fix -Winconsistent-missing-override warnings from Clang | Daniel Bertalan |
2021-10-20 | HeaderCheck: It checks some of your headers | Ben Wiederhake |
2021-10-17 | Toolchain+Meta: Update LLVM version to 13.0.0 | Daniel Bertalan |
2021-10-10 | Meta: Re-enable warnings for deprecated copies | Ben Wiederhake |
2021-09-15 | Meta: Switch to a SuperBuild that splits host and target builds | Andrew Kaster |
2021-09-15 | Meta: Move all options to targetname_options.cmake files | Andrew Kaster |
2021-09-15 | Meta: Add Meta/CMake to the CMAKE_MODULE_PATH for Serenity and Lagom | Andrew Kaster |
2021-09-15 | Meta: Use Lagom:: namespaced names for code generators | Andrew Kaster |
2021-09-09 | Build: Add -fno-delete-null-pointer-checks | Andreas Kling |
2021-08-31 | Build: Pass "-z separate-code" to linker | Andreas Kling |
2021-08-31 | Meta: Require unzip and tar explicitly in CMakeLists | Andrew Kaster |
2021-08-30 | CMake: Add custom target to build only the generated sources | Brian Gianforcaro |
2021-08-28 | CMake: Don't build Userland and Tests in aarch64 builds for now | Nico Weber |
2021-08-28 | CMake: Let `Meta/serenity.sh run aarch64` make it past cmake | Nico Weber |
2021-08-28 | Meta: Remove write-only-on-difference script | Andrew Kaster |
2021-08-28 | Everywhere: Move all host tools into the Lagom/Tools subdirectory | Andrew Kaster |
2021-08-28 | Meta: Prefer SerenityOS_SOURCE_DIR to CMAKE_SOURCE_DIR | Andrew Kaster |
2021-08-18 | Meta+LibC: Don't allow text relocations in SerenityOS libraries | Daniel Bertalan |
2021-08-12 | Meta: Enable `nonnull-compare` warnings | Daniel Bertalan |
2021-08-08 | Meta: Add Clang support to the CMake build scripts | Daniel Bertalan |
2021-08-08 | Build: Add -fsized-deallocation to global CXXFLAGS | Andreas Kling |
2021-07-29 | Kernel: Use our toolchain's c++filt tool for the kernel map | Gunnar Beutner |
2021-07-28 | Toolchain: Update GCC to version 11.2.0 | Gunnar Beutner |
2021-07-26 | Meta: Add LibUnicode (and its tests) to Lagom | Timothy Flynn |
2021-07-26 | LibUnicode: Introduce a Unicode library for interacting with UCD files | Timothy Flynn |
2021-07-26 | Kernel: Add option to build with coverage instrumentation and KCOV | Patrick Meyer |
2021-07-15 | Kernel: Make new kernel build process work on macOS | Gunnar Beutner |
2021-07-14 | Meta: Remove obsolete `-fconcepts` CFLAG | Daniel Bertalan |
2021-07-12 | Meta+Documentation: Remove unused -DDEBUG from build | Andrew Kaster |