summaryrefslogtreecommitdiff
path: root/Meta
AgeCommit message (Expand)Author
2021-11-28LibIPC+IPCCompiler+AK: Make IPC value decoders return ErrorOr<void>Andreas Kling
2021-11-28LibIPC: Make IPC::Connection::post_message() return ErrorOrAndreas Kling
2021-11-28LibAudio: New error propagation API in Loader and Bufferkleines Filmröllchen
2021-11-28Meta: Allow overlong 'fixup!' commit titles in pre-commit hookBen Wiederhake
2021-11-28Meta: Copy libstdc++ into the disk imageDaniel Bertalan
2021-11-28Meta: Copy libc++ headers into the disk imageDaniel Bertalan
2021-11-28Kernel: Add AC97_DEBUG macroJelle Raaijmakers
2021-11-26CMake: Also install the source files of userland programsItamar
2021-11-26CMake: Simplify serenity_install_sources by inferring installation pathItamar
2021-11-23LibUnicode: Port generator utility methods to ErrorOrTimothy Flynn
2021-11-23LibUnicode: Port GenerateUnicodeNumberFormat to ErrorOr and LibMainTimothy Flynn
2021-11-23LibUnicode: Port GenerateUnicodeLocale to ErrorOr and LibMainTimothy Flynn
2021-11-23LibUnicode: Port GenerateUnicodeData to ErrorOr and LibMainTimothy Flynn
2021-11-23Meta: Allow lagom_tool invocations to specify libraries to linkTimothy Flynn
2021-11-23Meta: Define LagomMain outside of the BUILD_LAGOM branchTimothy Flynn
2021-11-23LibUnicode: Functionalize the Unicode generator CMake commandsTimothy Flynn
2021-11-23LibUnicode: Invoke lagom_tool() with SOURCES inlineTimothy Flynn
2021-11-23Meta: Increase PulseAudio timer period to 2msJelle Raaijmakers
2021-11-23Meta: Use 1ms timer period for Qemu Pulse Audio backendJelle Raaijmakers
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