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-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
2021-11-16
LibUnicode: Parse compact identifiers and replace them with a format key
Timothy Flynn
2021-11-14
LibUnicode: Parse and generate scientific formatting rules
Timothy Flynn
2021-11-14
LibUnicode: Fix typo in percent format parser
Timothy Flynn
2021-11-14
LibUnicode: Generate primary and secondary number grouping sizes
Timothy Flynn
2021-11-13
LibJS+LibUnicode: Don't remove {currency} keys in GetNumberFormatPattern
Timothy Flynn
2021-11-13
LibJS+LibUnicode: Fully implement currency number formatting
Timothy Flynn
2021-11-13
LibUnicode: Ensure UnicodeNumberFormat is aware of default content
Timothy Flynn
2021-11-13
LibUnicode: Generate currency unit-pattern number formats
Timothy Flynn
2021-11-13
LibJS+LibUnicode: Generate all styles of currency localizations
Timothy Flynn
2021-11-13
LibUnicode: Parse numbers in number formats a bit more leniently
Timothy Flynn
2021-11-13
Meta: Resolve cyclic dependency between LibPthread and libc++
Daniel Bertalan
2021-11-13
Fuzzers: Use ImageDecoders instead of load_FORMAT_from_memory() wrappers
Andreas Kling
2021-11-12
LibUnicode: Move number formatting code generator to UnicodeNumberFormat
Timothy Flynn
2021-11-12
LibUnicode: Move (soon-to-be) common code out of GenerateUnicodeLocale
Timothy Flynn
2021-11-12
Meta: Update the gdb script for the new RefPtr layout
Ali Mohammad Pur
2021-11-12
LibUnicode: Precompute the compact scale of each number formatting rule
Timothy Flynn
2021-11-12
LibUnicode: Parse number formats into zero/positive/negative patterns
Timothy Flynn
2021-11-12
LibUnicode: Parse and generate standard accounting formatting rules
Timothy Flynn
2021-11-12
LibUnicode: Parse and generate standard currency formatting rules
Timothy Flynn
2021-11-12
LibUnicode: Parse and generate standard decimal formatting rules
Timothy Flynn
2021-11-12
LibUnicode: Parse and generate standard percentage formatting rules
Timothy Flynn
[next]