summaryrefslogtreecommitdiff
path: root/Meta/CMake
AgeCommit message (Expand)Author
2022-10-09LibWeb: Add new code generator for creating exposed interface helpersAndrew Kaster
2022-10-06CMake: Don't mess with absolute compile_ipc() source pathsAndreas Kling
2022-10-03Meta: Make x86-64 target the defaultLiav A
2022-09-28AK+Meta: Define a debug flag for LibTimeZoneTimothy Flynn
2022-09-27LibTimeZone: Update to TZDB version 2022dTimothy Flynn
2022-09-24Kernel: By default, don't dump regions when a userspace crash happenskleines Filmröllchen
2022-09-21Everywhere: Rename WrapperGenerator to BindingsGeneratorLinus Groh
2022-09-21LibUnicode: Update to Unicode version 15.0.0Timothy Flynn
2022-09-16CMake: Use `-static-libstdc++` on Clang as wellTim Schumacher
2022-09-13Meta: Add Lagom option to disable building LibWebTimothy Flynn
2022-09-11Meta: Do not log CMake version on each CMake invocationTimothy Flynn
2022-09-11LibUnicode: Parse and generate custom emoji added for SerenityOSTimothy Flynn
2022-09-09Meta: Download WASM spec tests using CMakeDiego 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-08LibUncode: Parse and generate emoji code point dataTimothy Flynn
2022-09-06LibWeb: Remove CMake target for wrapper cpp and h filesAndreas Kling
2022-09-06LibWeb: Remove the NO_INSTANCE option now that all wrappers are goneAndreas Kling
2022-09-06LibWeb: Don't build iterator wrapper for NO_INSTANCE classesAndreas Kling
2022-09-06LibWeb: Add a mechanism to opt out of generating instance wrappersAndreas Kling
2022-09-05LibLocale+LibUnicode: Move generated CLDR data files to LibLocale folderTimothy Flynn
2022-09-05LibUnicode+Userland: Migrate generated CLDR data to LibLocaleDataTimothy Flynn
2022-09-05LibUnicode: Move CLDR data generators to a LibLocale subfolderTimothy Flynn
2022-09-05Meta: Don't generate emoji.txt into the source treeTim Schumacher
2022-09-02Meta+Tests: Allow running FLAC spec testskleines Filmröllchen
2022-08-27Meta/CMake: Build Lagom with -g1 instead of -gAndreas Kling
2022-08-23Meta: Only run the emoji generator for Serenity buildsTimothy Flynn
2022-08-23Meta: Ensure the emoji generator depends on its own scriptTimothy Flynn
2022-08-23LibTimeZone: Update to TZDB version 2022cTimothy Flynn
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-08-16Meta: Remove an outdated `MAKE_DIRECTORY` call for pnp IDsTim Schumacher
2022-08-15Meta: Remove TZDB duplicationEmily Trau
2022-08-11LibTimeZone: Update to TZDB version 2022bTimothy Flynn
2022-08-08Kernel/FileSystem: Use a new debug flag for SysFS debug messagesLiav A
2022-07-19Kernel/Storage: Introduce basic abstraction layer for ATA componentsLiav A
2022-07-13Meta+Ports: Automatically generate a meson cross file that we can useTim Schumacher
2022-07-08Meta: Don't disable custom Toolchain on SerenityOSTim Schumacher
2022-07-08LibUnicode: Parse and generate per-locale plural rules from the CLDRTimothy Flynn
2022-07-06Meta: Build select Services in LagomAndrew Kaster
2022-07-06Meta: Use CMAKE_INSTALL_FOODIR variables instead of hardcoding usr/fooAndrew Kaster
2022-07-04Lagom: Do not set -fno-semantic-interposition on macOSDaniel Bertalan
2022-06-19Meta: Install runtime/utility from jakt to make hello-jakt build againAndrew Kaster
2022-06-13LibWeb: Add ability to present LibGL framebuffer and add clearingLuke Wilde
2022-05-29Lagom: Build LibWeb on LagomDexesTTP
2022-05-25Meta: Add -S to Jakt compiler invocation in compile_jaktMacDue
2022-05-23Meta+Userland: Add jakt as an optional Lagom ToolAndrew Kaster
2022-05-21Meta: Add option to disable Kernel Address SanitizerTimon Kruiper
2022-05-14Meta: Move compiler flags into standalone CMake filesLinus Groh
2022-05-13Meta: Move LibWeb's CMake generation script to its own fileDexesTTP