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
/
CMake
/
unicode_data.cmake
Age
Commit message (
Expand
)
Author
2022-12-20
LibUnicode: Use www.unicode.org domain to download emoji-test.txt
Timothy Flynn
2022-10-27
Meta: Replace Bash script for generating emoji.txt with C++ generator
Timothy Flynn
2022-10-16
Meta: Remove unused "prefix" variable from invoke_generator() helper
Timothy Flynn
2022-10-16
CMake+Userland: Use CMakeLists from Userland to build Lagom Libraries
Andrew Kaster
2022-09-21
LibUnicode: Update to Unicode version 15.0.0
Timothy Flynn
2022-09-11
LibUnicode: Parse and generate custom emoji added for SerenityOS
Timothy Flynn
2022-09-08
LibUncode: Parse and generate emoji code point data
Timothy Flynn
2022-09-05
LibUnicode: Move CLDR data generators to a LibLocale subfolder
Timothy Flynn
2022-09-05
Meta: Don't generate emoji.txt into the source tree
Tim Schumacher
2022-08-23
Meta: Only run the emoji generator for Serenity builds
Timothy Flynn
2022-08-23
Meta: Ensure the emoji generator depends on its own script
Timothy Flynn
2022-08-22
Meta: Move downloading of emoji-test.txt to unicode_data.cmake
Timothy Flynn
2022-07-08
LibUnicode: Parse and generate per-locale plural rules from the CLDR
Timothy Flynn
2022-04-07
LibUnicode: Upgrade to CLDR version 41.0.0
Timothy Flynn
2022-04-06
LibUnicode: Replace individual UCD file downloads with single UCD.zip
Timothy Flynn
2022-03-19
Meta: Error out on find_program errors with CMake less than 3.18
Brian Gianforcaro
2022-02-16
LibUnicode: Extract the BCP 47 package from the CLDR
Timothy Flynn
2022-02-15
Meta+LibUnicode: Download and parse Unicode block properties
thankyouverycool
2022-01-31
LibUnicode: Download and parse {Grapheme,Word,Sentence} break props
Idan Horowitz
2022-01-27
LibUnicode: Create a nearly empty generator for relative-time formatting
Timothy Flynn
2022-01-26
Meta: Download UCD and CLDR data with fallible download function
Timothy Flynn
2022-01-12
LibUnicode: Parse number system digits from the CLDR
Timothy Flynn
2022-01-08
Meta: Move invoke_generator to utils.cmake
Timothy Flynn
2022-01-08
Meta: Move remove_unicode_data_if_version_changed to utils.cmake
Timothy Flynn
2021-11-29
LibUnicode: Parse and generate calendar (ca) Unicode keywords
Timothy Flynn
2021-11-29
LibUnicode: Parse and generate regional hour cycles
Timothy Flynn
2021-11-29
LibUnicode: Create a nearly empty generator for date-time formatting
Timothy Flynn
2021-11-23
LibUnicode: Functionalize the Unicode generator CMake commands
Timothy Flynn
2021-11-20
Meta+LibUnicode: Provide code point names through library
Ben Wiederhake
2021-11-19
LibUnicode: Stop passing the cldr-core package to UnicodeNumberFormat
Timothy Flynn
2021-11-16
LibUnicode: Parse and generate CLDR unit data for Intl.NumberFormat
Timothy Flynn
2021-11-13
LibUnicode: Ensure UnicodeNumberFormat is aware of default content
Timothy Flynn
2021-11-12
LibUnicode: Move number formatting code generator to UnicodeNumberFormat
Timothy Flynn
2021-11-09
LibUnicode: Upgrade to CLDR version 40.0.0
Timothy Flynn
2021-09-30
LibUnicode: Upgrade to Unicode version 14.0.0
Timothy Flynn
2021-09-30
LibUnicode: Remove cached UCD and CLDR files when their version changes
Timothy Flynn
2021-09-30
LibUnicode: Use consistent variable naming in unicode_data.cmake
Timothy Flynn
2021-09-30
LibUnicode: Functionalize extraction of CLDR data files
Timothy Flynn
2021-09-30
LibUnicode: Functionalize downloading of UCD data files
Timothy Flynn
2021-09-30
LibUnicode: Extract UCD and CLDR versions to a CMake variable
Timothy Flynn
2021-09-15
Meta: Allow specifying alternative paths for downloaded Unicode data
Andrew Kaster
2021-09-06
LibUnicode: Extract cldr-misc dataset from CLDR database
Timothy Flynn
2021-09-01
LibUnicode: Extract cldr-core dataset from CLDR database
Timothy Flynn
2021-08-30
CMake: Add custom target to build only the generated sources
Brian Gianforcaro
2021-08-28
Meta+LibUnicode: Move unicode_data helper to Meta/CMake
Andrew Kaster