summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2022-10-08Meta: Remove unused variables in CMakeLists.txtMacDue
2022-10-08Meta: Fix install path of usb.idsMacDue
2022-09-16Everywhere: Fully remove the separate LibM directoryTim Schumacher
2022-09-16Toolchain: Update to LLVM 15.0.0Tim Schumacher
2022-09-09Meta: Download uncompressed files instead of *.gzDiego Iastrubni
2022-09-09Meta: Use CMake functions to extract filesDiego Iastrubni
2022-09-09Meta: Update jakt build support for fully bootstrapped compilerAndrew Kaster
2022-09-02Meta+Tests: Allow running FLAC spec testskleines Filmröllchen
2022-09-02CMake: Quote all CMAKE_COMMAND occurencesdemostanis
2022-08-24Toolchain: Update gcc to version 12.2.0Brian Gianforcaro
2022-08-22Meta: Move downloading of emoji-test.txt to unicode_data.cmakeTimothy Flynn
2022-08-22Meta: Generate emoji.txt at build time from Unicode's emoji-test.txtRyan Liptak
2022-07-28Meta: Put USB and PCI IDs in the right folder in the Build environmentLiav A
2022-07-19Everywhere: Fully remove the separate LibPthread directoryTim Schumacher
2022-07-10Meta: Prefix manually created directories with the staging prefixTim Schumacher
2022-07-06Meta: Use CMAKE_INSTALL_FOODIR variables instead of hardcoding usr/fooAndrew Kaster
2022-05-23Meta+Userland: Add jakt as an optional Lagom ToolAndrew Kaster
2022-05-14Meta: Move compiler flags into standalone CMake filesLinus Groh
2022-05-12Toolchain: Upgrade to GCC 12.1.0Daniel Bertalan
2022-04-29AK: Install generated `Debug.h` into `/usr/include`Jelle Raaijmakers
2022-04-23Toolchain+Ports: Update LLVM to 14.0.1Daniel Bertalan
2022-03-19Meta: Error out on find_program errors with CMake less than 3.18Brian Gianforcaro
2022-03-19CMake: Modify include path when building from Hack StudioItamar
2022-02-19Meta: Use correct variable for checking if the mold linker is usedDaniel Bertalan
2022-02-14Meta: Add support for the Limine bootloaderczapek1337
2022-02-11Meta: Enable RELR relocationsDaniel Bertalan
2022-02-04Meta: Add install-native-partition CMake target installing to a real FSBrian Gianforcaro
2022-01-26Meta: Download USB and PCI ID data with fallible download functionTimothy Flynn
2022-01-24Toolchain: Add support for building the userland with the mold linkerDaniel Bertalan
2022-01-12CMake: Add HACKSTUDIO_BUILD option for building from Hack StudioItamar
2022-01-09Meta: Do not allow undefined symbols in executables and shared objectsDaniel Bertalan
2022-01-04Meta: Remove clang warnings with no violationsAndrew Kaster
2022-01-04SystemMonitor: Remove unused functions and enable warning globallyAndrew Kaster
2022-01-04Userland: Resolve unused-but-set-varaible warningsAndrew Kaster
2022-01-04Userland: Resolve tautological-constant-out-of-range-compare warningsAndrew Kaster
2022-01-04Userland: Locally suppress -Wc99-designator and re-enable globallyAndrew Kaster
2022-01-04Userland: Resolve -Woverloaded-virtual in LibGUI and SoundPlayerAndrew Kaster
2022-01-04Meta: Enable -Wexpansion-to-defined warning for ClangAndrew Kaster
2022-01-04Meta: Re-enable toolchain version checksAndrew Kaster
2021-12-29Meta: Use portable gzip option for extracting PCI and USB ID filestuftedocelot
2021-12-29Build: Remove gzip -k usage in PCI/USB ID files and crypt for OpenBSDtuftedocelot
2021-12-11Meta: Move compiler-specific warnings into the appropriate if clauseDaniel Bertalan
2021-12-11Everywhere: Fix -Winconsistent-missing-override warnings from ClangDaniel Bertalan
2021-10-20HeaderCheck: It checks some of your headersBen Wiederhake
2021-10-17Toolchain+Meta: Update LLVM version to 13.0.0Daniel Bertalan
2021-10-10Meta: Re-enable warnings for deprecated copiesBen Wiederhake
2021-09-15Meta: Switch to a SuperBuild that splits host and target buildsAndrew Kaster
2021-09-15Meta: Move all options to targetname_options.cmake filesAndrew Kaster
2021-09-15Meta: Add Meta/CMake to the CMAKE_MODULE_PATH for Serenity and LagomAndrew Kaster
2021-09-15Meta: Use Lagom:: namespaced names for code generatorsAndrew Kaster