summaryrefslogtreecommitdiff
path: root/Meta/Lagom/Tools/CodeGenerators/LibLocale/GeneratePluralRulesData.cpp
AgeCommit message (Expand)Author
2023-05-19LibLocale: Avoid unnecessary HashMap copyBen Wiederhake
2023-05-09AK: Add the `Input` word to input-only buffered streamsLucas CHOLLET
2023-03-21Everywhere: Use `LibFileSystem` where trivialCameron Youell
2023-03-15LibLocale: Migrate code generators to Directory::for_each_entry()Sam Atkins
2023-03-13CodeGenerators: Ensure that we always print the entire generated outputTim Schumacher
2023-03-13AK: Rename Stream::{read,write} to Stream::{read_some,write_some}Tim Schumacher
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-02-08Everywhere: Use ReadonlySpan<T> instead of Span<T const>MacDue
2023-01-27AK: Remove StringBuilder::build() in favor of to_deprecated_string()Linus Groh
2023-01-26CodeGenerators: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-17AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()Sam Atkins
2023-01-02Everywhere: Remove unused includes of AK/Format.hBen Wiederhake
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-18Meta: Do not hard-code index types for UCD/CLDR/TZDB code generatorsTimothy Flynn
2022-10-24AK+Everywhere: Turn bool keep_empty to an enum in split* functionsdemostanis
2022-09-05LibLocale: Move locale source files to the LibLocale folderTimothy Flynn
2022-09-05Userland: Move files destined for LibLocale to the Locale namespaceTimothy Flynn
2022-09-05LibLocale: Rename a couple CLDR generator structuresTimothy Flynn
2022-09-05LibLocale+LibUnicode: Move generated CLDR data files to LibLocale folderTimothy Flynn
2022-09-05LibUnicode: Move CLDR data generators to a LibLocale subfolderTimothy Flynn