summaryrefslogtreecommitdiff
path: root/Meta/CMake/unicode_data.cmake
AgeCommit message (Expand)Author
2022-01-12LibUnicode: Parse number system digits from the CLDRTimothy Flynn
2022-01-08Meta: Move invoke_generator to utils.cmakeTimothy Flynn
2022-01-08Meta: Move remove_unicode_data_if_version_changed to utils.cmakeTimothy Flynn
2021-11-29LibUnicode: Parse and generate calendar (ca) Unicode keywordsTimothy Flynn
2021-11-29LibUnicode: Parse and generate regional hour cyclesTimothy Flynn
2021-11-29LibUnicode: Create a nearly empty generator for date-time formattingTimothy Flynn
2021-11-23LibUnicode: Functionalize the Unicode generator CMake commandsTimothy Flynn
2021-11-20Meta+LibUnicode: Provide code point names through libraryBen Wiederhake
2021-11-19LibUnicode: Stop passing the cldr-core package to UnicodeNumberFormatTimothy Flynn
2021-11-16LibUnicode: Parse and generate CLDR unit data for Intl.NumberFormatTimothy Flynn
2021-11-13LibUnicode: Ensure UnicodeNumberFormat is aware of default contentTimothy Flynn
2021-11-12LibUnicode: Move number formatting code generator to UnicodeNumberFormatTimothy Flynn
2021-11-09LibUnicode: Upgrade to CLDR version 40.0.0Timothy Flynn
2021-09-30LibUnicode: Upgrade to Unicode version 14.0.0Timothy Flynn
2021-09-30LibUnicode: Remove cached UCD and CLDR files when their version changesTimothy Flynn
2021-09-30LibUnicode: Use consistent variable naming in unicode_data.cmakeTimothy Flynn
2021-09-30LibUnicode: Functionalize extraction of CLDR data filesTimothy Flynn
2021-09-30LibUnicode: Functionalize downloading of UCD data filesTimothy Flynn
2021-09-30LibUnicode: Extract UCD and CLDR versions to a CMake variableTimothy Flynn
2021-09-15Meta: Allow specifying alternative paths for downloaded Unicode dataAndrew Kaster
2021-09-06LibUnicode: Extract cldr-misc dataset from CLDR databaseTimothy Flynn
2021-09-01LibUnicode: Extract cldr-core dataset from CLDR databaseTimothy Flynn
2021-08-30CMake: Add custom target to build only the generated sourcesBrian Gianforcaro
2021-08-28Meta+LibUnicode: Move unicode_data helper to Meta/CMakeAndrew Kaster