summaryrefslogtreecommitdiff
path: root/Meta/CMake
AgeCommit message (Expand)Author
2023-03-15LibWeb: Support generating IDL namespacesTimothy Flynn
2023-03-07LibWeb: Support interfaces with the [Global] extended attributeLinus Groh
2023-03-04LibCMake: Introduce a CMake lexerSam Atkins
2023-03-01LibGfx+LibUnicode: Support specifying the path to search for emojiTimothy Flynn
2023-02-24LibUnicode: Generate the path to emoji images alongside emoji dataTimothy Flynn
2023-02-24LibGfx: Add scaffolding for a webp decoderNico Weber
2023-02-18LibGfx: Rename `JPGLoader` to `JPEGLoader`Lucas CHOLLET
2023-02-15CMake: Add -mstrict-align flag to compile options for aarch64 buildTimon Kruiper
2023-02-13Shell: Start implementing a POSIX-compliant parserAli Mohammad Pur
2023-02-04CMake: Don't require to install glapi.h to systemKarol Kosek
2023-02-02CMake: Set DWARF version before the debug information levelTim Schumacher
2023-01-19Meta: Use existing test-sources lists for Lagom instead of globbingSam Atkins
2023-01-18LibUnicode: Parse and generate case folding code point dataTimothy Flynn
2023-01-10LibWeb: Generate dedicated methods to create Web constructors/prototypesTimothy Flynn
2023-01-08Kernel: Remove the NE2000 PCI network adapter driverLiav A
2023-01-07Kernel: Remove the RTL8139 PCI network adapter driverLiav A
2022-12-28Meta: Force compilation with DWARF revision 4Liav A
2022-12-25Lagom: Add option to build Ladybird as part of a Lagom buildAndrew Kaster
2022-12-24Meta: Move UCD/CLDR/TZDB downloaded artifacts to Build/cachesTimothy Flynn
2022-12-21CMake: Fall back to the Web Archive when downloading filesTim Schumacher
2022-12-20LibUnicode: Use www.unicode.org domain to download emoji-test.txtTimothy Flynn
2022-12-20LibGL: Generate the API wrappersJelle Raaijmakers
2022-12-14Meta+CMake: Extract Wasm spec tests into the binary directoryAndrew Kaster
2022-12-14CMake: Pass NO_POLICY_SCOPE to options cmake helpersAndrew Kaster
2022-12-13Lagom: Don't compile with `-fPIC` on WIN32Filiph Siitam Sandström
2022-12-13LibTimeZone: Update to TZDB version 2022gTimothy Flynn
2022-12-13Toolchain+Meta: Add script to build CMake from sourceAndrew Kaster
2022-12-13BindingsGenerator+CMake: Keep track of IDL dependenciesDaniel Bertalan
2022-12-13BindingsGenerator: Write generated code to disk instead of stdoutDaniel Bertalan
2022-12-12Meta: Detect ccache being passed as the compilerJan200101
2022-12-12Meta: Separate ccache setup into its own componentJan200101
2022-12-10CMake: Force-link clang_rt.profile.a to LibC when building with coverageAndrew Kaster
2022-11-04LibTimeZone: Update to TZDB version 2022fTimothy Flynn
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-11-01LibC: Properly implement stack protectorsTim Schumacher
2022-11-01Everywhere: Explicitly link all binaries against the LibC targetTim Schumacher
2022-10-31LibVideo: Add PlaybackManager to load and decode videosZaggy1024
2022-10-30AK+Meta: Add WEB_FETCH_DEBUG macroLinus Groh
2022-10-27Meta: Convert build directory path to be completely absoluteJan200101
2022-10-27Meta: Replace Bash script for generating emoji.txt with C++ generatorTimothy Flynn
2022-10-27Meta: Allow specifying additional dependencies with invoke_generatorTimothy Flynn
2022-10-25LibLocale+LibJS: Update to CLDR version 42.0.0Timothy Flynn
2022-10-18LibTimeZone+LibJS: Update to TZDB version 2022eTimothy Flynn
2022-10-17Lagom+CMake: Propagate dependencies for generated custom targetsAndrew Kaster
2022-10-16Meta: Remove unused "prefix" variable from invoke_generator() helperTimothy Flynn
2022-10-16Meta: Print error if cmake does not existdemostanis
2022-10-16CMake+Userland: Use CMakeLists from Userland to build Lagom LibrariesAndrew Kaster
2022-10-16Meta: Use add_serenity_directory for LibTimeZoneAndrew Kaster
2022-10-15Meta: Properly ignore targets which don't have a component nameGunnar Beutner
2022-10-14Kernel: Add support for the FAT32 filesystemUndefine