summaryrefslogtreecommitdiff
path: root/Meta
AgeCommit message (Expand)Author
2022-12-28CI: Remove extraneous toolchain job from Azure CITimothy Flynn
2022-12-28Meta: Force compilation with DWARF revision 4Liav A
2022-12-28Meta: Remove i686 targetLiav A
2022-12-27LibGfx: Start adding a utility for handling ICC color profilesNico Weber
2022-12-26LibIPC+Everywhere: Change IPC decoders to construct values in-placeTimothy Flynn
2022-12-26IPCCompiler+LibIPC: Generate message decoders with better TRY semanticsTimothy Flynn
2022-12-26IPCCompiler: Fix build when GENERATE_DEBUG is enabledTimothy Flynn
2022-12-25CI: Bump macOS Azure runners to macos-12 tagAndrew Kaster
2022-12-25Meta: Enable starting ladybird from serenity.shAndrew Kaster
2022-12-25CI: Enable ladybird builds in Lagom CIAndrew Kaster
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-21LibGfx: Rename TTF/TrueType to OpenTypeAndreas Kling
2022-12-20LibUnicode: Use www.unicode.org domain to download emoji-test.txtTimothy Flynn
2022-12-20Lagom: Remove test appsSam Atkins
2022-12-20Meta: Tweak shell_include.shNico Weber
2022-12-20Meta+test262-runner: Check for signature of __assert_fail in CMakeAndrew Kaster
2022-12-20LibGL: Generate the API wrappersJelle Raaijmakers
2022-12-19Meta: Include StylePropertiesModel.cpp in lagom LibWebViewMacDue
2022-12-19Documentation: Adjust default TARGET to x86_64 in the documentation0xxFF
2022-12-18Meta: Find mke2fs on macOS even if HOMEBREW_PREFIX is not setNico Weber
2022-12-18Meta: Disable gdbstub when running under HVF on macOSNico Weber
2022-12-17LibGLSL: Add LibGLSLStephan Unverwerth
2022-12-17Meta: Prefer clang as a host compiler to gccAndrew Kaster
2022-12-17Meta: Allow building with Apple clang 14.xAndrew Kaster
2022-12-17Meta: Fix `mke2fs` on MacOSEWouters
2022-12-15LibCore: Rename `MemoryStream` to `FixedMemoryStream`Tim Schumacher
2022-12-15LibJS: Convert Object::construct() to NonnullGCPtrLinus Groh
2022-12-15LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtrLinus Groh
2022-12-14Kernel: Ignore an invalid QEMU multiboot entryimplicitfield
2022-12-14Meta+CMake: Extract Wasm spec tests into the binary directoryAndrew Kaster
2022-12-14Meta: Rename `E2FSCK` => `E2FSCK_PATH`Lucas CHOLLET
2022-12-14Meta: Factorize path resolutionLucas CHOLLET
2022-12-14LibUnicode: Fix compilation when the UCD download is disabledTimothy Flynn
2022-12-14ConfigureComponents: Use `Core::Stream` to read output from `whiptail`Tim Schumacher
2022-12-14Meta: Don't depend on sudo for privileged operationsBaitinq
2022-12-14LibJS: Remove Object(Object& prototype) footgunAndreas Kling
2022-12-14CMake: Pass NO_POLICY_SCOPE to options cmake helpersAndrew Kaster
2022-12-14LibJS: Convert Promise::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Object::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Array::create{,_from}() to NonnullGCPtrLinus Groh
2022-12-13Lagom: Don't compile with `-fPIC` on WIN32Filiph Siitam Sandström
2022-12-13LibTimeZone: Update to TZDB version 2022gTimothy Flynn
2022-12-13Meta: Build CMake from source if version is too old in serenity.shAndrew Kaster
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