summaryrefslogtreecommitdiff
path: root/Meta
AgeCommit message (Expand)Author
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
2022-12-12LibCore: Propagate errors from `Stream::*_entire_buffer`Tim Schumacher
2022-12-12LibCore: Rename `Stream::*_or_error` to `*_entire_buffer`Tim Schumacher
2022-12-12LibCore: Rename `Stream::read_all` to `read_until_eof`Tim Schumacher
2022-12-12LibCore: Remove `Stream::is_{readable,writable}`Tim Schumacher
2022-12-11sql: Support running the sql REPL on LagomTimothy Flynn
2022-12-10Meta: Return 0 from the fuzzing function in most casesTim Schumacher
2022-12-10Lagom/CodeGenerators: Use HashMap::try_ensure_capacityThomas Queiroz
2022-12-10Meta: Switch to the Lagom directory before building fuzzersTim Schumacher
2022-12-10CI: Add a check to report git merge commitLucas CHOLLET
2022-12-10LibCompress: Port GzipDecompressor to `Core::Stream`Tim Schumacher
2022-12-10Meta: Use absolute paths in Meta/analyze-qemu-coverage.shAndrew Kaster
2022-12-10CMake: Force-link clang_rt.profile.a to LibC when building with coverageAndrew Kaster
2022-12-10LibWeb: Add namespace qualifier to type names equal to a C++ namespaceLuke Wilde
2022-12-08LibCore: Move `Core::Stream::File::exists()` to `Core::File`Tim Schumacher
2022-12-07LibJS: Replace standalone js_string() with PrimitiveString::create()Linus Groh
2022-12-07IPCCompiler: Mark size_t as a primitive typeTimothy Flynn
2022-12-07Meta+Userland: Pass Gfx::FloatSize by valueMacDue
2022-12-07Meta+Userland: Pass Gfx::IntSize by valueMacDue
2022-12-07Meta+Userland: Pass Gfx::FloatPoint by valueMacDue
2022-12-07Meta+Userland: Pass Gfx::IntPoint by valueMacDue
2022-12-07Meta+Userland: Pass Gfx::Color by valueMacDue
2022-12-06Meta: Manually compute the length of the WASM JS REPL source stringTimothy Flynn