summaryrefslogtreecommitdiff
path: root/Meta
AgeCommit message (Expand)Author
2021-09-15Meta: Make QtCreator aware of all CMake filesBen Wiederhake
2021-09-15Meta: Add FIXME for not setting BUILD_SHARED_LIBS in Lagom buildAndrew Kaster
2021-09-15Meta: Update serenity.sh for the SuperBuildAndrew Kaster
2021-09-15Meta: Switch to a SuperBuild that splits host and target buildsAndrew Kaster
2021-09-15Meta: Move all options to targetname_options.cmake filesAndrew Kaster
2021-09-15Meta: Add Meta/CMake to the CMAKE_MODULE_PATH for Serenity and LagomAndrew Kaster
2021-09-15Meta: Use Lagom:: namespaced names for code generatorsAndrew Kaster
2021-09-15Meta: Allow specifying alternative paths for downloaded Unicode dataAndrew Kaster
2021-09-15Meta: Define and use lagom_tool() CMake helper function for all ToolsAndrew Kaster
2021-09-14Kernel: Disable lock rank enforcement by default for nowBrian Gianforcaro
2021-09-14Meta: Tweak the error in check-ak-test-files.sh a bitAli Mohammad Pur
2021-09-14LibWeb: Add the URL::searchParams attributeIdan Horowitz
2021-09-14LibWeb: Allow IDL attribute setters to throw DOMExceptionsIdan Horowitz
2021-09-14LibWeb: Consume the extra whitespace in stringifier attributesIdan Horowitz
2021-09-13LibWeb: Generate CSS::{first,last}_property_id constantsAndreas Kling
2021-09-13LibWeb: Add the Web::URL namespace and move URLEncoder to itIdan Horowitz
2021-09-13LibWeb: Add support for generating a stringifier method/attributeIdan Horowitz
2021-09-13LibWeb: Escape reserved names of generated wrapper functionsIdan Horowitz
2021-09-12LibWeb: Generate CSS::property_has_quirk() functionSam Atkins
2021-09-12LibWeb: Expose the location object via Document.locationLuke Wilde
2021-09-12LibWeb: Add full support for optional and nullable to IDL string typesLuke Wilde
2021-09-12LibWeb: Add support for the IDL any typeLuke Wilde
2021-09-12LibWeb: Use ErrorType::NotAnObjectOfType instead of NotATimothy Flynn
2021-09-11AK: Replace the mutable String::replace API with an immutable versionIdan Horowitz
2021-09-11LibUnicode: Generate numeric keyword values for each localeTimothy Flynn
2021-09-08LibUnicode: Fix typo in listPatterns.json parsing methodTimothy Flynn
2021-09-07CI+Meta: Add Signed-off-by tag filter to the commit message linterIdan Horowitz
2021-09-07Meta: Don't immediately continue in serenity.sh's gdb optionIdan Horowitz
2021-09-07Toolchain: Build aarch64-gdb for cross-debugging on x86Idan Horowitz
2021-09-06LibUnicode: Remove Unicode locale variants from CLDR path namesTimothy Flynn
2021-09-06LibUnicode: Parse and generate the Unicode locale list patterns datasetTimothy Flynn
2021-09-06LibUnicode: Extract cldr-misc dataset from CLDR databaseTimothy Flynn
2021-09-06Meta: Unbreak `serenity.sh run aarch64` after 918f7cb4a88Nico Weber
2021-09-06LibUnicode: Sort special casing array by locale specificityTimothy Flynn
2021-09-06LibUnicode: Generate canonical combining class in Unicode dataTimothy Flynn
2021-09-06Meta: Correct misuse of ByteBuffer::resize() as grow() in FuzziliJSAli Mohammad Pur
2021-09-06Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safeAli Mohammad Pur
2021-09-04Meta: Force legacy xAPIC when using 8 cores or lessTom
2021-09-04LibUnicode: Generate an implementation of the Add Likely Subtags methodTimothy Flynn
2021-09-04LibUnicode: Generate the entire locale likely-subtags datasetTimothy Flynn
2021-09-04Meta: Add q35grub option in run.shLiav A
2021-09-03Meta: Add the ability to specify clang with serenity.shTom
2021-09-03LibWeb: Add support for IDL static functionsLuke Wilde
2021-09-02LibWeb: Add initial support for AbortController and AbortSignalLuke Wilde
2021-09-01LibUnicode: Generate Unicode locale likely subtag dataTimothy Flynn
2021-09-01LibUnicode: Generate complex Unicode locale alias matchingTimothy Flynn
2021-09-01LibUnicode: Generate Unicode locale alias dataTimothy Flynn
2021-09-01LibUnicode: Extract cldr-core dataset from CLDR databaseTimothy Flynn
2021-08-31Tests: Test LibMarkdown against commonmark test suitePeter Elliott
2021-08-30Meta: Implement support for the "unlinkable" Wasm spectest assertionAli Mohammad Pur