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
/
Lagom
/
Tools
/
CodeGenerators
/
LibUnicode
Age
Commit message (
Expand
)
Author
2021-11-12
LibUnicode: Parse and generate compact decimal formatting rules
Timothy Flynn
2021-11-12
LibUnicode: Begin parsing and generating locale number systems
Timothy Flynn
2021-11-12
LibUnicode: Parse alternate default numbering systems
Timothy Flynn
2021-11-12
LibUnicode: Capitialize generated identifiers in lieu of full title case
Timothy Flynn
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-09
LibUnicode: Parse the CLDR's defaultContent.json locale list
Timothy Flynn
2021-10-15
LibUnicode: Use u16 for unique string indices instead of size_t
Timothy Flynn
2021-10-13
LibUnicode: Generate enum/alias from-string methods without a HashMap
Timothy Flynn
2021-10-10
LibUnicode: Generate and use unique locale-related alias strings
Timothy Flynn
2021-10-10
LibUnicode: Generate and use unique subtag and complex alias strings
Timothy Flynn
2021-10-10
LibUnicode: Generate and use unique list-format strings
Timothy Flynn
2021-10-10
LibUnicode: Generate and use a set of unique locale-related strings
Timothy Flynn
2021-10-10
LibUnicode: Skip unknown languages and territories
Timothy Flynn
2021-10-10
LibUnicode: Stop generating large UnicodeData hash map
Timothy Flynn
2021-10-10
LibUnicode: Generate standalone compile-time array for combining class
Timothy Flynn
2021-10-10
LibUnicode: Generate standalone compile-time array for special casing
Timothy Flynn
2021-10-10
LibUnicode: Generate standalone compile-time arrays for simple casing
Timothy Flynn
2021-10-01
Meta: Fix typos
Nico Weber
2021-09-30
LibUnicode: Do not compare generated file contents before writing
Timothy Flynn
2021-09-15
Meta: Define and use lagom_tool() CMake helper function for all Tools
Andrew Kaster
2021-09-11
AK: Replace the mutable String::replace API with an immutable version
Idan Horowitz
2021-09-11
LibUnicode: Generate numeric keyword values for each locale
Timothy Flynn
2021-09-08
LibUnicode: Fix typo in listPatterns.json parsing method
Timothy Flynn
2021-09-06
LibUnicode: Remove Unicode locale variants from CLDR path names
Timothy Flynn
2021-09-06
LibUnicode: Parse and generate the Unicode locale list patterns dataset
Timothy Flynn
2021-09-06
LibUnicode: Extract cldr-misc dataset from CLDR database
Timothy Flynn
2021-09-06
LibUnicode: Sort special casing array by locale specificity
Timothy Flynn
2021-09-06
LibUnicode: Generate canonical combining class in Unicode data
Timothy Flynn
2021-09-04
LibUnicode: Generate an implementation of the Add Likely Subtags method
Timothy Flynn
2021-09-04
LibUnicode: Generate the entire locale likely-subtags dataset
Timothy Flynn
2021-09-01
LibUnicode: Generate Unicode locale likely subtag data
Timothy Flynn
2021-09-01
LibUnicode: Generate complex Unicode locale alias matching
Timothy Flynn
2021-09-01
LibUnicode: Generate Unicode locale alias data
Timothy Flynn
2021-09-01
LibUnicode: Extract cldr-core dataset from CLDR database
Timothy Flynn
2021-08-28
Everywhere: Move all host tools into the Lagom/Tools subdirectory
Andrew Kaster