summaryrefslogtreecommitdiff
path: root/Meta
AgeCommit message (Expand)Author
2021-11-23Meta: Use AC97 device in Qemu by defaultJelle Raaijmakers
2021-11-22js: Port to LibMain :^)Linus Groh
2021-11-22Lagom: Add LibMain as a lagom_lib()Linus Groh
2021-11-21LibGfx: Make ImageDecoderPlugin::frame() return ErrorOr<>Andreas Kling
2021-11-20Meta+LibUnicode: Provide code point names through libraryBen Wiederhake
2021-11-19LibUnicode: Support locales-without-script aliases for ECMA-402Timothy Flynn
2021-11-19LibUnicode: Stop passing the cldr-core package to UnicodeNumberFormatTimothy Flynn
2021-11-19LibUnicode: Generate default-content locales as aliasesTimothy Flynn
2021-11-19LibUnicode: Move GenerateUnicodeData's Alias struct to generator headerTimothy Flynn
2021-11-18LibGfx: Remove ImageDecoderPlugin::bitmap() in favor of frame(index)Andreas Kling
2021-11-18Fuzzers: Use ImageDecoderPlugin::frame() in image decoder fuzzersAndreas Kling
2021-11-17AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)Andreas Kling
2021-11-16LibUnicode: Parse and generate CLDR unit data for Intl.NumberFormatTimothy Flynn
2021-11-16LibUnicode: Ignore U+200F when parsing format identifiersTimothy Flynn
2021-11-16LibJS+LibUnicode: Support multiple identifiers within format patternTimothy Flynn
2021-11-16LibJS+LibUnicode: Rename the generated compact_identifier to identifierTimothy Flynn
2021-11-16LibJS+LibUnicode: Fix computation of compact pattern exponentsTimothy Flynn
2021-11-16LibUnicode: Parse compact identifiers and replace them with a format keyTimothy Flynn
2021-11-14LibUnicode: Parse and generate scientific formatting rulesTimothy Flynn
2021-11-14LibUnicode: Fix typo in percent format parserTimothy Flynn
2021-11-14LibUnicode: Generate primary and secondary number grouping sizesTimothy Flynn
2021-11-13LibJS+LibUnicode: Don't remove {currency} keys in GetNumberFormatPatternTimothy Flynn
2021-11-13LibJS+LibUnicode: Fully implement currency number formattingTimothy Flynn
2021-11-13LibUnicode: Ensure UnicodeNumberFormat is aware of default contentTimothy Flynn
2021-11-13LibUnicode: Generate currency unit-pattern number formatsTimothy Flynn
2021-11-13LibJS+LibUnicode: Generate all styles of currency localizationsTimothy Flynn
2021-11-13LibUnicode: Parse numbers in number formats a bit more lenientlyTimothy Flynn
2021-11-13Meta: Resolve cyclic dependency between LibPthread and libc++Daniel Bertalan
2021-11-13Fuzzers: Use ImageDecoders instead of load_FORMAT_from_memory() wrappersAndreas Kling
2021-11-12LibUnicode: Move number formatting code generator to UnicodeNumberFormatTimothy Flynn
2021-11-12LibUnicode: Move (soon-to-be) common code out of GenerateUnicodeLocaleTimothy Flynn
2021-11-12Meta: Update the gdb script for the new RefPtr layoutAli Mohammad Pur
2021-11-12LibUnicode: Precompute the compact scale of each number formatting ruleTimothy Flynn
2021-11-12LibUnicode: Parse number formats into zero/positive/negative patternsTimothy Flynn
2021-11-12LibUnicode: Parse and generate standard accounting formatting rulesTimothy Flynn
2021-11-12LibUnicode: Parse and generate standard currency formatting rulesTimothy Flynn
2021-11-12LibUnicode: Parse and generate standard decimal formatting rulesTimothy Flynn
2021-11-12LibUnicode: Parse and generate standard percentage formatting rulesTimothy Flynn
2021-11-12LibUnicode: Parse and generate compact currency formatting rulesTimothy Flynn
2021-11-12LibUnicode: Parse and generate compact decimal formatting rulesTimothy Flynn
2021-11-12LibUnicode: Begin parsing and generating locale number systemsTimothy Flynn
2021-11-12LibUnicode: Parse alternate default numbering systemsTimothy Flynn
2021-11-12LibUnicode: Capitialize generated identifiers in lieu of full title caseTimothy Flynn
2021-11-11LibWasm: Implement module validationAli Mohammad Pur
2021-11-11Meta: Update WebAssembly testsuite branch nameAli Mohammad Pur
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-10LibWeb: Make property_initial_value() return a NonnullRefPtrSam Atkins
2021-11-10LibWeb: Ensure that CSS initial values are always valid :^)Sam Atkins
2021-11-10CMake: Build serenity_lib libraries with a custom SONAMETim Schumacher
2021-11-10CMake: Remove unused serenity_shared_lib functionTim Schumacher