summaryrefslogtreecommitdiff
path: root/Meta/CMake/unicode_data.cmake
AgeCommit message (Expand)Author
2022-12-20LibUnicode: Use www.unicode.org domain to download emoji-test.txtTimothy Flynn
2022-10-27Meta: Replace Bash script for generating emoji.txt with C++ generatorTimothy Flynn
2022-10-16Meta: Remove unused "prefix" variable from invoke_generator() helperTimothy Flynn
2022-10-16CMake+Userland: Use CMakeLists from Userland to build Lagom LibrariesAndrew Kaster
2022-09-21LibUnicode: Update to Unicode version 15.0.0Timothy Flynn
2022-09-11LibUnicode: Parse and generate custom emoji added for SerenityOSTimothy Flynn
2022-09-08LibUncode: Parse and generate emoji code point dataTimothy Flynn
2022-09-05LibUnicode: Move CLDR data generators to a LibLocale subfolderTimothy Flynn
2022-09-05Meta: Don't generate emoji.txt into the source treeTim Schumacher
2022-08-23Meta: Only run the emoji generator for Serenity buildsTimothy Flynn
2022-08-23Meta: Ensure the emoji generator depends on its own scriptTimothy Flynn
2022-08-22Meta: Move downloading of emoji-test.txt to unicode_data.cmakeTimothy Flynn
2022-07-08LibUnicode: Parse and generate per-locale plural rules from the CLDRTimothy Flynn
2022-04-07LibUnicode: Upgrade to CLDR version 41.0.0Timothy Flynn
2022-04-06LibUnicode: Replace individual UCD file downloads with single UCD.zipTimothy Flynn
2022-03-19Meta: Error out on find_program errors with CMake less than 3.18Brian Gianforcaro
2022-02-16LibUnicode: Extract the BCP 47 package from the CLDRTimothy Flynn
2022-02-15Meta+LibUnicode: Download and parse Unicode block propertiesthankyouverycool
2022-01-31LibUnicode: Download and parse {Grapheme,Word,Sentence} break propsIdan Horowitz
2022-01-27LibUnicode: Create a nearly empty generator for relative-time formattingTimothy Flynn
2022-01-26Meta: Download UCD and CLDR data with fallible download functionTimothy Flynn
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