summaryrefslogtreecommitdiff
path: root/Meta
AgeCommit message (Expand)Author
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
2022-10-16Meta: Allow shellcheck to search sourced files in the script directoryTim Schumacher
2022-10-16Meta: Define `SUDO` for all the image building scriptsTim Schumacher
2022-10-16Meta: Remove unused "prefix" variable from invoke_generator() helperTimothy Flynn
2022-10-16Meta: Print error if cmake does not existdemostanis
2022-10-16Fuzzers: Add fuzzer for the Tar parserIdan Horowitz
2022-10-16Lagom: Remove unecessary _lagom suffix from test and executable namesAndrew Kaster
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-16Lagom+LibCore: Build LibCore, AK, and LibMain with add_subdirectoryAndrew Kaster
2022-10-16LibWeb: Add support for DOM::Document to XHR::send()Kenneth Myhra
2022-10-15Meta: Properly ignore targets which don't have a component nameGunnar Beutner
2022-10-14Kernel: Add support for the FAT32 filesystemUndefine
2022-10-15Meta: Don't tell to run script as root when that's not the actual errordemostanis
2022-10-14LibAudio: Factorize stream initialisation to base class `LoaderPlugin`Lucas CHOLLET
2022-10-14Meta: Get rid of /res/version.inikleines Filmröllchen
2022-10-14Escalator: Add new method to privilege escalate within GUIne0ndrag0n
2022-10-13Fuzzers: Add VP9Decoder and MatroskaReader fuzzers for LibVideoAndrew Kaster
2022-10-12WebDriver: Add new WebDriver serviceSam Atkins
2022-10-10Userland: Remove unecessary uses of __serenity__ macroAndrew Kaster
2022-10-10LibRegex: Don't build LibRegex/C/Regex.cpp on LagomAndrew Kaster
2022-10-09LibVideo: Add LibVideo test to LagomZaggy1024
2022-10-09LibWeb: Re-implement HTML::Navigator using IDLAndrew Kaster
2022-10-09LibWeb: Add new code generator for creating exposed interface helpersAndrew Kaster
2022-10-09LibIDL: Remove static maps for interfaces and resolved importsAndrew Kaster
2022-10-07LibUnicode: Remove GCC codegen workaroundTimothy Flynn