summaryrefslogtreecommitdiff
path: root/Meta
AgeCommit message (Expand)Author
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
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-12-05Meta: Initialize the WASM JS REPL with a known time zoneTimothy Flynn
2022-12-05Meta: Explicitly link generated compile-time data into the WASM JS REPLTimothy Flynn
2022-12-05LibAudio: Switch LoaderPlugin to a more traditional constructor patternTim Schumacher
2022-12-03Everywhere: Remove 'clang-format off' comments that are no longer neededLinus Groh
2022-12-03Everywhere: Run clang-formatLinus Groh
2022-12-03Meta: Switch to clang-format-15 as the standard formatterLinus Groh
2022-12-03Meta+CI: Add CI job specifically for bundling serenity-js artifactsAndrew Kaster
2022-11-30LibWeb: Add @@toStringTag to platform object prototypesLuke Wilde
2022-11-30LibCore: Add support for ReadonlyBytes to MemoryStreamTim Schumacher
2022-11-30LibArchive: Move loading the next tar header into a helper functionTim Schumacher
2022-11-30LibArchive: Use Core::Stream inside `TarInputStream`Tim Schumacher
2022-11-26CI: Install gcc-12 for Android nightly CI jobAndrew Kaster
2022-11-25Meta: Use proper versions in is_compiler_supported check in serenity.shAndrew Kaster
2022-11-26FuzzTar+tar: Advance the stream before continuingimplicitfield
2022-11-26Meta: Add a js REPL wasm targetAli Mohammad Pur
2022-11-26Everywhere: Add support for compilation under emscriptenAli Mohammad Pur
2022-11-25LibVideo: Read Matroska lazily so that large files can start quicklyZaggy1024
2022-11-25LibVideo: Reorganize demuxer file hierarchy and rename Matroska filesZaggy1024
2022-11-24Meta: Look for e2fsck path on build-image-qemu.shBaitinq
2022-11-24headless-browser: Add a mode for being controlled by WebDriverTimothy Flynn
2022-11-23LibJS+LibWeb: Make Runtime/AbstractOperations.h not include AST.hAndreas Kling
2022-11-23LibArchive: Simplify error handlingimplicitfield
2022-11-18Meta: Do not hard-code index types for UCD/CLDR/TZDB code generatorsTimothy Flynn
2022-11-15Meta: Don't try to enable GDB support on WindowsGunnar Beutner
2022-11-13LibArchive: Make TarInputStream::advance report errorsimplicitfield
2022-11-11CI: Use gcc-12 in nightly Android host lagom build stageAndrew Kaster
2022-11-09Meta: Generate a helper constructor for single-value IPC responsesTimothy Flynn
2022-11-09Meta: Compile new WebContent IPC endpoints for WebDriver in LagomTimothy Flynn
2022-11-08Kernel: Split the Ext2FileSystem.{cpp,h} files into smaller componentsLiav A
2022-11-06Meta+LibUnicode: Avoid relocations for emoji dataGunnar Beutner
2022-11-06Meta+LibUnicode: Avoid relocations for static unicode dataGunnar Beutner
2022-11-04Meta: Make file-system resizing work on macOSGunnar Beutner
2022-11-04LibTimeZone: Update to TZDB version 2022fTimothy Flynn
2022-11-03LibJS+LibUnicode: Add "microsecond" and "nanosecond" as sanctioned unitsTimothy Flynn