Timothy Flynn
|
e77dafc987
LibUnicode: Replace code point scripts and script extensions with ICU
|
1 년 전 |
Timothy Flynn
|
986ff984cc
LibUnicode: Replace code point general categories with ICU
|
1 년 전 |
Timothy Flynn
|
c804bda5fd
LibUnicode: Replace code point properties with ICU
|
1 년 전 |
Timothy Flynn
|
ab56b8c8dc
LibUnicode: Remove the locale-unaware text segmentation implementation
|
1 년 전 |
Timothy Flynn
|
5cf818e305
LibUnicode: Replace case transformations and comparison with ICUs
|
1 년 전 |
Timothy Flynn
|
83475c5380
LibUnicode: Replace Unicode string normalization with ICU
|
1 년 전 |
Timothy Flynn
|
1feef17bf7
LibUnicode: Remove completely unused code point name & block name data
|
1 년 전 |
Dan Klishch
|
b8c3e75573
Meta+Userland: Fix more instances of bad lambda-Variant interaction
|
1 년 전 |
Idan Horowitz
|
945c58c7c1
LibUnicode: Generate and use code point composition mappings
|
1 년 전 |
Timothy Flynn
|
683c08744a
Userland: Avoid some conversions from rvalue strings to StringView
|
1 년 전 |
Nico Weber
|
24a469f521
Everywhere: Prefer {:#x} over 0x{:x} in format strings
|
1 년 전 |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 년 전 |
Simon Wanner
|
7d9fe44039
LibUnicode: Download and parse IDNA data
|
2 년 전 |
Timothy Flynn
|
139c575cc9
LibUnicode: Update to Unicode version 15.1.0
|
1 년 전 |
Andreas Kling
|
8b936b5912
AK: Make SourceGenerator::set() infallible
|
1 년 전 |
Sam Atkins
|
0d021a63c7
LibUnicode: Generate data for bidirectional character types
|
1 년 전 |
Lucas CHOLLET
|
3f35ffb648
Userland: Prefer `_string` over `_short_string`
|
1 년 전 |
Timothy Flynn
|
b91af3c6a0
LibUnicode: Remove a few generator tracking fields that are now unused
|
1 년 전 |
Timothy Flynn
|
456211932f
LibUnicode: Perform code point case conversion lookups in constant time
|
1 년 전 |
Timothy Flynn
|
0ee133af90
LibUnicode: Separate code point case information into its own structure
|
1 년 전 |
Timothy Flynn
|
a332a8ad19
LibUnicode: Prepare Unicode data generator for multistage casing tables
|
1 년 전 |
Timothy Flynn
|
3fae92eea2
LibUnicode: Search code point properties sequentially at compile time
|
1 년 전 |
Timothy Flynn
|
0652cc48c0
LibUnicode: Perform code point property lookups in constant time
|
1 년 전 |
Timothy Flynn
|
8f1d73abde
LibUnicode: Use the public CodePointRange in the code generator
|
1 년 전 |
Timothy Flynn
|
cb128dcf75
LibUnicode: Move the CodePointRangeComparator struct to a public header
|
1 년 전 |
Timothy Flynn
|
c950f88611
LibUnicode: Stop generating Block property data
|
1 년 전 |
Ben Wiederhake
|
5cfa883b9f
LibUnicode: Explicitly mark HashMap copy
|
2 년 전 |
Lucas CHOLLET
|
8c34959b53
AK: Add the `Input` word to input-only buffered streams
|
2 년 전 |
gustrb
|
5141c86587
AK: Rename CaseInsensitiveStringViewTraits to reflect intent
|
2 년 전 |
Tim Schumacher
|
8032724574
CodeGenerators: Ensure that we always print the entire generated output
|
2 년 전 |