summaryrefslogtreecommitdiff
path: root/Meta
AgeCommit message (Expand)Author
2021-12-06LibUnicode: Generate missing format patternsTimothy Flynn
2021-12-06LibUnicode: Fully parse date-time formatting patternsTimothy Flynn
2021-12-06LibUnicode: Generate unique calendar pattern structuresTimothy Flynn
2021-12-06LibUnicode: Generate per-locale, per-calendar formats out of lineTimothy Flynn
2021-12-06LibUnicode: Generate unique number format structuresTimothy Flynn
2021-12-06LibUnicode: Generalize the generators' unique string storageTimothy Flynn
2021-12-05Fuzzers: Cast unused smart-pointer return values to voidSam Atkins
2021-12-05IPCCompiler: Cast return value of synchronous void IPC calls to voidSam Atkins
2021-12-05Kernel: Stub out the SO_DEBUG SOL_SOCKET-level optionIdan Horowitz
2021-12-01LibUnicode: Do not generate data for "generic" calendarsTimothy Flynn
2021-11-30LibUnicode: Support code point names that apply to ranges of code pointsTimothy Flynn
2021-11-30LibUnicode: Remove unused field from UnicodeData generatorTimothy Flynn
2021-11-29LibUnicode: Parse and generate calendar (ca) Unicode keywordsTimothy Flynn
2021-11-29LibUnicode: Parse and generate regional hour cyclesTimothy Flynn
2021-11-29LibUnicode: Sort generated enums case-insensitivelyTimothy Flynn
2021-11-29LibUnicode: Parse and generate available candidate format patternsTimothy Flynn
2021-11-29LibUnicode: Hard-code an alias from the Gregorian calendar to GregoryTimothy Flynn
2021-11-29LibUnicode: Parse and generate date, time, and date-time format patternsTimothy Flynn
2021-11-29LibUnicode: Create a nearly empty generator for date-time formattingTimothy Flynn
2021-11-29LibJS+LibUnicode: Separate number formatting methods from Locale.hTimothy Flynn
2021-11-29Tests: Add a simple LibGL render-testHendiadyoin1
2021-11-29Lagom: Add LibGL to the librariesHendiadyoin1
2021-11-29Lagom: Disable implicit-const-int-float-conversion warningsHendiadyoin1
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