gustrb
|
5141c86587
AK: Rename CaseInsensitiveStringViewTraits to reflect intent
|
2 年之前 |
Tim Schumacher
|
8032724574
CodeGenerators: Ensure that we always print the entire generated output
|
2 年之前 |
Tim Schumacher
|
d5871f5717
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
|
2 年之前 |
MacDue
|
727218ff4a
LibTimeZone: Propagate try_append() errors while building timezone data
|
2 年之前 |
Tim Schumacher
|
874c7bba28
LibCore: Remove `Stream.h`
|
2 年之前 |
Tim Schumacher
|
606a3982f3
LibCore: Move Stream-based file into the `Core` namespace
|
2 年之前 |
MacDue
|
63b11030f0
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
|
2 年之前 |
Thomas Queiroz
|
6debd967ba
Lagom/CodeGenerators: Use HashMap::try_ensure_capacity
|
2 年之前 |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 年之前 |
Timothy Flynn
|
b2164ad979
Meta: Do not hard-code index types for UCD/CLDR/TZDB code generators
|
2 年之前 |
demostanis
|
3e8b5ac920
AK+Everywhere: Turn bool keep_empty to an enum in split* functions
|
2 年之前 |
Timothy Flynn
|
9a1b24d5be
LibTimeZone: Use the last DST rule in the TZDB if a match isn't found
|
2 年之前 |
Timothy Flynn
|
302b6e966f
LibTimeZone: Generate DST rule timestamps at compile time
|
2 年之前 |
Timothy Flynn
|
becec3578f
LibTimeZone+LibUnicode: Generate string data with run-length encoding
|
2 年之前 |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 年之前 |
Timothy Flynn
|
fa005bd276
LibTimeZone: Parse and generate a list of time zones used by region
|
3 年之前 |
DexesTTP
|
7ceeb74535
AK: Use an enum instead of a bool for String::replace(all_occurences)
|
3 年之前 |
Sam Atkins
|
d564cf1e89
LibCore+Everywhere: Make Core::Stream read_line() return StringView
|
3 年之前 |
Lenny Maiorani
|
4c5e9f5633
Everywhere: Deduplicate day/month name constants
|
3 年之前 |
Timothy Flynn
|
9327c2233f
LibTimeZone: Port the TZDB generator to the stream API
|
3 年之前 |
Timothy Flynn
|
ea814a3ce6
LibTimeZone: Parse and generate time zone coordinate data
|
3 年之前 |
Timothy Flynn
|
6efbafa6e0
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
|
3 年之前 |
Timothy Flynn
|
2e1db1b090
LibTimeZone: Use new generator util to generate all time zones
|
3 年之前 |
Timothy Flynn
|
1f051a8e25
LibTimeZone: Handle time zones which begin the year in daylight savings
|
3 年之前 |
Timothy Flynn
|
7103012c7d
LibTimeZone: Add an API to retrieve both daylight and standard offsets
|
3 年之前 |
Timothy Flynn
|
fc0c88344b
LibTimeZone: Slightly refactor the generated DST rule finding method
|
3 年之前 |
Timothy Flynn
|
ef0155932b
LibTimeZone: Parse and generate time zone abbreviation format strings
|
3 年之前 |
Timothy Flynn
|
da27937144
LibTimeZone: Add an API to retrieve a list of all known IANA time zones
|
3 年之前 |
Timothy Flynn
|
70f49d0696
LibJS+LibTimeZone+LibUnicode: Indicate whether a time zone is in DST
|
3 年之前 |
Timothy Flynn
|
42c9c57141
LibJS+LibTimeZone: Begin handling DST when computing time zone offsets
|
3 年之前 |