summaryrefslogtreecommitdiff
path: root/Meta/Lagom/Tools/CodeGenerators/LibUnicode
AgeCommit message (Expand)Author
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-29AK: Move `Stream` and `SeekableStream` from `LibCore`Tim Schumacher
2023-01-27AK: Remove StringBuilder::build() in favor of to_deprecated_string()Linus Groh
2023-01-18LibUnicode: Parse and generate case folding code point dataTimothy Flynn
2023-01-18LibUnicode: Rename a special casing variable name in the UCD generatorTimothy Flynn
2023-01-18LibUnicode: Update out-of-date spec linksTimothy Flynn
2023-01-16LibUnicode: Generate simple case folding mappings for titlecaseTimothy Flynn
2023-01-09LibUnicode: Move Unicode-aware case transformations to a helper fileTimothy Flynn
2023-01-02Everywhere: Remove unused includes of AK/Format.hBen Wiederhake
2022-12-12LibCore: Rename `Stream::read_all` to `read_until_eof`Tim Schumacher
2022-12-10Lagom/CodeGenerators: Use HashMap::try_ensure_capacityThomas Queiroz
2022-12-08LibCore: Move `Core::Stream::File::exists()` to `Core::File`Tim Schumacher
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-12-03Everywhere: Remove 'clang-format off' comments that are no longer neededLinus Groh
2022-12-03Everywhere: Run clang-formatLinus Groh
2022-11-18Meta: Do not hard-code index types for UCD/CLDR/TZDB code generatorsTimothy Flynn
2022-11-06Meta+LibUnicode: Avoid relocations for emoji dataGunnar Beutner
2022-11-06Meta+LibUnicode: Avoid relocations for static unicode dataGunnar Beutner
2022-11-03LibUnicode: Make the generated .h and .cpp paths for emoji data optionalTimothy Flynn
2022-10-27Meta: Replace Bash script for generating emoji.txt with C++ generatorTimothy Flynn
2022-10-24AK+Everywhere: Turn bool keep_empty to an enum in split* functionsdemostanis
2022-10-07LibUnicode: Remove GCC codegen workaroundTimothy Flynn
2022-10-07LibUnicode: Update code point ideographic replacements for Unicode 15Timothy Flynn
2022-10-06LibUnicode: Let's use the GCC 11/12 workaround on all platformsAndreas Kling
2022-10-06LibUnicode: Add decomposition mappings and Unicode normalizationmatcool
2022-10-04AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most placesNico Weber
2022-10-03Lagom: Work around gcc codegen bugNico Weber
2022-09-21LibUnicode: Use recently added Core::Stream::read_all in code generatorsTimothy Flynn
2022-09-11LibUnicode: Parse and generate custom emoji added for SerenityOSTimothy Flynn
2022-09-11LibUnicode: Generate emoji data for non-fully-qualified emojiTimothy Flynn
2022-09-08LibUncode: Parse and generate emoji code point dataTimothy Flynn
2022-09-05LibUnicode: Generate a separate Locale enumeration for special casingTimothy Flynn
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+LibUnicode: Move generated CLDR data files to LibLocale folderTimothy Flynn
2022-09-05LibUnicode: Move CLDR data generators to a LibLocale subfolderTimothy Flynn
2022-08-27LibJS+LibUnicode: Move some constant arrays to a separate headerdavidot
2022-08-17LibUnicode: Generate code point display names with run-length encodingTimothy Flynn
2022-08-17LibUnicode: Mark UniqueStringStorage::generate as constantTimothy Flynn
2022-08-16LibTimeZone+LibUnicode: Generate string data with run-length encodingTimothy Flynn
2022-07-22LibJS+LibUnicode: Generate a set of default DateTimeFormat patternsTimothy Flynn
2022-07-21LibUnicode: Generate per-locale data for the "noon" fixed day periodTimothy Flynn
2022-07-21LibUnicode: Check whether a calendar symbol for a locale actually existsTimothy Flynn
2022-07-21LibJS+LibUnicode: Handle flexible day periods on both sides of midnightTimothy Flynn
2022-07-20LibUnicode: Generate per-locale approximately & range separator symbolsTimothy Flynn
2022-07-15LibUnicode: Fallback to per-locale default calendarsTimothy Flynn
2022-07-15LibUnicode: Fallback to per-locale default numbering systemsTimothy Flynn