Timothy Flynn
|
683c08744a
Userland: Avoid some conversions from rvalue strings to StringView
|
1 year ago |
Nico Weber
|
24a469f521
Everywhere: Prefer {:#x} over 0x{:x} in format strings
|
1 year ago |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 year ago |
Simon Wanner
|
7d9fe44039
LibUnicode: Download and parse IDNA data
|
2 years ago |
Timothy Flynn
|
139c575cc9
LibUnicode: Update to Unicode version 15.1.0
|
1 year ago |
Andreas Kling
|
8b936b5912
AK: Make SourceGenerator::set() infallible
|
1 year ago |
Sam Atkins
|
0d021a63c7
LibUnicode: Generate data for bidirectional character types
|
1 year ago |
Lucas CHOLLET
|
3f35ffb648
Userland: Prefer `_string` over `_short_string`
|
1 year ago |
Timothy Flynn
|
b91af3c6a0
LibUnicode: Remove a few generator tracking fields that are now unused
|
1 year ago |
Timothy Flynn
|
456211932f
LibUnicode: Perform code point case conversion lookups in constant time
|
1 year ago |
Timothy Flynn
|
0ee133af90
LibUnicode: Separate code point case information into its own structure
|
1 year ago |
Timothy Flynn
|
a332a8ad19
LibUnicode: Prepare Unicode data generator for multistage casing tables
|
1 year ago |
Timothy Flynn
|
3fae92eea2
LibUnicode: Search code point properties sequentially at compile time
|
1 year ago |
Timothy Flynn
|
0652cc48c0
LibUnicode: Perform code point property lookups in constant time
|
1 year ago |
Timothy Flynn
|
8f1d73abde
LibUnicode: Use the public CodePointRange in the code generator
|
1 year ago |
Timothy Flynn
|
cb128dcf75
LibUnicode: Move the CodePointRangeComparator struct to a public header
|
1 year ago |
Timothy Flynn
|
c950f88611
LibUnicode: Stop generating Block property data
|
1 year ago |
Ben Wiederhake
|
5cfa883b9f
LibUnicode: Explicitly mark HashMap copy
|
2 years ago |
Lucas CHOLLET
|
8c34959b53
AK: Add the `Input` word to input-only buffered streams
|
2 years ago |
gustrb
|
5141c86587
AK: Rename CaseInsensitiveStringViewTraits to reflect intent
|
2 years ago |
Tim Schumacher
|
8032724574
CodeGenerators: Ensure that we always print the entire generated output
|
2 years ago |
Tim Schumacher
|
d5871f5717
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
|
2 years ago |
Tim Schumacher
|
874c7bba28
LibCore: Remove `Stream.h`
|
2 years ago |
Tim Schumacher
|
606a3982f3
LibCore: Move Stream-based file into the `Core` namespace
|
2 years ago |
MacDue
|
63b11030f0
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
|
2 years ago |
Tim Schumacher
|
8464da1439
AK: Move `Stream` and `SeekableStream` from `LibCore`
|
2 years ago |
Timothy Flynn
|
8f2589b3b0
LibUnicode: Parse and generate case folding code point data
|
2 years ago |
Timothy Flynn
|
9226cf7272
LibUnicode: Rename a special casing variable name in the UCD generator
|
2 years ago |
Timothy Flynn
|
8d9fb898d7
LibUnicode: Update out-of-date spec links
|
2 years ago |
Timothy Flynn
|
b562348d31
LibUnicode: Generate simple case folding mappings for titlecase
|
2 years ago |