summaryrefslogtreecommitdiff
path: root/Meta
AgeCommit message (Expand)Author
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
2022-11-03LibUnicode: Make the generated .h and .cpp paths for emoji data optionalTimothy Flynn
2022-11-02LibWeb: Support translate3dAliaksandr Kalenik
2022-11-02LibWeb: Use more verbose input in CSS transform function generatorAliaksandr Kalenik
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-31CI: Ensure the manpage generation step shuts down the VM on failureTimothy Flynn
2022-10-31LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`sLinus Groh
2022-10-31Lagom: Update GCC version check in CMakeLists.txtLinus Groh
2022-10-31LibVideo: Add PlaybackManager to load and decode videosZaggy1024
2022-10-31LibVideo: Add VideoFrame class for decoded video framesZaggy1024
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-26Meta: Disallow emoji images with invalid code points in their file nameTimothy Flynn
2022-10-25Everywhere: Require version >= 12 for GCC host compilerLinus Groh
2022-10-25LibLocale+LibJS: Update to CLDR version 42.0.0Timothy Flynn
2022-10-24AK+Everywhere: Turn bool keep_empty to an enum in split* functionsdemostanis
2022-10-24Meta: Default to the SDL QEMU frontend on SerenityOSTim Schumacher
2022-10-24Meta: Also set CC/CXX when selecting the host toolchainTim Schumacher
2022-10-24Lagom: Link the system's LibSystem on SerenityOSTim Schumacher
2022-10-22Meta: Detect Homebrew clang-formatDaniel Bertalan
2022-10-20LibWeb: Remove dbgln FIXME spam from BindingsGeneratorLinus Groh
2022-10-20LibWeb: Revert support for DOM::Document in XHR::send()Kenneth Myhra
2022-10-20LibWeb: Teach IDL generator to go from WindowProxy to EventTargetAndreas Kling
2022-10-20LibWeb: Prevent GC from running during intrinsics allocationAndreas Kling
2022-10-18LibTimeZone+LibJS: Update to TZDB version 2022eTimothy Flynn
2022-10-17Lagom: Enable compile_commands.json for the lagom build directoryAndrew Kaster
2022-10-17Lagom+CMake: Propagate dependencies for generated custom targetsAndrew Kaster
2022-10-17Lagom: Make lagom_lib take names prefixed with LibAndrew Kaster
2022-10-16Meta: Start moving common shell definitions into a common fileTim Schumacher