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
/
Lagom
/
Tools
/
CodeGenerators
/
LibLocale
/
GeneratePluralRulesData.cpp
Age
Commit message (
Expand
)
Author
2023-05-19
LibLocale: Avoid unnecessary HashMap copy
Ben Wiederhake
2023-05-09
AK: Add the `Input` word to input-only buffered streams
Lucas CHOLLET
2023-03-21
Everywhere: Use `LibFileSystem` where trivial
Cameron Youell
2023-03-15
LibLocale: Migrate code generators to Directory::for_each_entry()
Sam Atkins
2023-03-13
CodeGenerators: Ensure that we always print the entire generated output
Tim Schumacher
2023-03-13
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
Tim Schumacher
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-02-08
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
MacDue
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2023-01-26
CodeGenerators: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-01-17
AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()
Sam Atkins
2023-01-02
Everywhere: Remove unused includes of AK/Format.h
Ben Wiederhake
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-18
Meta: Do not hard-code index types for UCD/CLDR/TZDB code generators
Timothy Flynn
2022-10-24
AK+Everywhere: Turn bool keep_empty to an enum in split* functions
demostanis
2022-09-05
LibLocale: Move locale source files to the LibLocale folder
Timothy Flynn
2022-09-05
Userland: Move files destined for LibLocale to the Locale namespace
Timothy Flynn
2022-09-05
LibLocale: Rename a couple CLDR generator structures
Timothy Flynn
2022-09-05
LibLocale+LibUnicode: Move generated CLDR data files to LibLocale folder
Timothy Flynn
2022-09-05
LibUnicode: Move CLDR data generators to a LibLocale subfolder
Timothy Flynn