index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Meta
Age
Commit message (
Expand
)
Author
2021-12-01
LibUnicode: Do not generate data for "generic" calendars
Timothy Flynn
2021-11-30
LibUnicode: Support code point names that apply to ranges of code points
Timothy Flynn
2021-11-30
LibUnicode: Remove unused field from UnicodeData generator
Timothy Flynn
2021-11-29
LibUnicode: Parse and generate calendar (ca) Unicode keywords
Timothy Flynn
2021-11-29
LibUnicode: Parse and generate regional hour cycles
Timothy Flynn
2021-11-29
LibUnicode: Sort generated enums case-insensitively
Timothy Flynn
2021-11-29
LibUnicode: Parse and generate available candidate format patterns
Timothy Flynn
2021-11-29
LibUnicode: Hard-code an alias from the Gregorian calendar to Gregory
Timothy Flynn
2021-11-29
LibUnicode: Parse and generate date, time, and date-time format patterns
Timothy Flynn
2021-11-29
LibUnicode: Create a nearly empty generator for date-time formatting
Timothy Flynn
2021-11-29
LibJS+LibUnicode: Separate number formatting methods from Locale.h
Timothy Flynn
2021-11-29
Tests: Add a simple LibGL render-test
Hendiadyoin1
2021-11-29
Lagom: Add LibGL to the libraries
Hendiadyoin1
2021-11-29
Lagom: Disable implicit-const-int-float-conversion warnings
Hendiadyoin1
2021-11-28
LibIPC+IPCCompiler+AK: Make IPC value decoders return ErrorOr<void>
Andreas Kling
2021-11-28
LibIPC: Make IPC::Connection::post_message() return ErrorOr
Andreas Kling
2021-11-28
LibAudio: New error propagation API in Loader and Buffer
kleines Filmröllchen
2021-11-28
Meta: Allow overlong 'fixup!' commit titles in pre-commit hook
Ben Wiederhake
2021-11-28
Meta: Copy libstdc++ into the disk image
Daniel Bertalan
2021-11-28
Meta: Copy libc++ headers into the disk image
Daniel Bertalan
2021-11-28
Kernel: Add AC97_DEBUG macro
Jelle Raaijmakers
2021-11-26
CMake: Also install the source files of userland programs
Itamar
2021-11-26
CMake: Simplify serenity_install_sources by inferring installation path
Itamar
2021-11-23
LibUnicode: Port generator utility methods to ErrorOr
Timothy Flynn
2021-11-23
LibUnicode: Port GenerateUnicodeNumberFormat to ErrorOr and LibMain
Timothy Flynn
2021-11-23
LibUnicode: Port GenerateUnicodeLocale to ErrorOr and LibMain
Timothy Flynn
2021-11-23
LibUnicode: Port GenerateUnicodeData to ErrorOr and LibMain
Timothy Flynn
2021-11-23
Meta: Allow lagom_tool invocations to specify libraries to link
Timothy Flynn
2021-11-23
Meta: Define LagomMain outside of the BUILD_LAGOM branch
Timothy Flynn
2021-11-23
LibUnicode: Functionalize the Unicode generator CMake commands
Timothy Flynn
2021-11-23
LibUnicode: Invoke lagom_tool() with SOURCES inline
Timothy Flynn
2021-11-23
Meta: Increase PulseAudio timer period to 2ms
Jelle Raaijmakers
2021-11-23
Meta: Use 1ms timer period for Qemu Pulse Audio backend
Jelle Raaijmakers
2021-11-23
Meta: Use AC97 device in Qemu by default
Jelle Raaijmakers
2021-11-22
js: Port to LibMain :^)
Linus Groh
2021-11-22
Lagom: Add LibMain as a lagom_lib()
Linus Groh
2021-11-21
LibGfx: Make ImageDecoderPlugin::frame() return ErrorOr<>
Andreas Kling
2021-11-20
Meta+LibUnicode: Provide code point names through library
Ben Wiederhake
2021-11-19
LibUnicode: Support locales-without-script aliases for ECMA-402
Timothy Flynn
2021-11-19
LibUnicode: Stop passing the cldr-core package to UnicodeNumberFormat
Timothy Flynn
2021-11-19
LibUnicode: Generate default-content locales as aliases
Timothy Flynn
2021-11-19
LibUnicode: Move GenerateUnicodeData's Alias struct to generator header
Timothy Flynn
2021-11-18
LibGfx: Remove ImageDecoderPlugin::bitmap() in favor of frame(index)
Andreas Kling
2021-11-18
Fuzzers: Use ImageDecoderPlugin::frame() in image decoder fuzzers
Andreas Kling
2021-11-17
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
Andreas Kling
2021-11-16
LibUnicode: Parse and generate CLDR unit data for Intl.NumberFormat
Timothy Flynn
2021-11-16
LibUnicode: Ignore U+200F when parsing format identifiers
Timothy Flynn
2021-11-16
LibJS+LibUnicode: Support multiple identifiers within format pattern
Timothy Flynn
2021-11-16
LibJS+LibUnicode: Rename the generated compact_identifier to identifier
Timothy Flynn
2021-11-16
LibJS+LibUnicode: Fix computation of compact pattern exponents
Timothy Flynn
[next]