Commit Verlauf

Autor SHA1 Nachricht Datum
  Timothy Flynn 139c575cc9 LibUnicode: Update to Unicode version 15.1.0 vor 1 Jahr
  Andreas Kling 8b936b5912 AK: Make SourceGenerator::set() infallible vor 1 Jahr
  Sam Atkins 0d021a63c7 LibUnicode: Generate data for bidirectional character types vor 1 Jahr
  Lucas CHOLLET 3f35ffb648 Userland: Prefer `_string` over `_short_string` vor 1 Jahr
  Timothy Flynn b91af3c6a0 LibUnicode: Remove a few generator tracking fields that are now unused vor 2 Jahren
  Timothy Flynn 456211932f LibUnicode: Perform code point case conversion lookups in constant time vor 2 Jahren
  Timothy Flynn 0ee133af90 LibUnicode: Separate code point case information into its own structure vor 2 Jahren
  Timothy Flynn a332a8ad19 LibUnicode: Prepare Unicode data generator for multistage casing tables vor 2 Jahren
  Timothy Flynn 3fae92eea2 LibUnicode: Search code point properties sequentially at compile time vor 2 Jahren
  Timothy Flynn 0652cc48c0 LibUnicode: Perform code point property lookups in constant time vor 2 Jahren
  Timothy Flynn 8f1d73abde LibUnicode: Use the public CodePointRange in the code generator vor 2 Jahren
  Timothy Flynn cb128dcf75 LibUnicode: Move the CodePointRangeComparator struct to a public header vor 2 Jahren
  Timothy Flynn c950f88611 LibUnicode: Stop generating Block property data vor 2 Jahren
  Ben Wiederhake 5cfa883b9f LibUnicode: Explicitly mark HashMap copy vor 2 Jahren
  Lucas CHOLLET 8c34959b53 AK: Add the `Input` word to input-only buffered streams vor 2 Jahren
  gustrb 5141c86587 AK: Rename CaseInsensitiveStringViewTraits to reflect intent vor 2 Jahren
  Tim Schumacher 8032724574 CodeGenerators: Ensure that we always print the entire generated output vor 2 Jahren
  Tim Schumacher d5871f5717 AK: Rename Stream::{read,write} to Stream::{read_some,write_some} vor 2 Jahren
  Tim Schumacher 874c7bba28 LibCore: Remove `Stream.h` vor 2 Jahren
  Tim Schumacher 606a3982f3 LibCore: Move Stream-based file into the `Core` namespace vor 2 Jahren
  MacDue 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> vor 2 Jahren
  Tim Schumacher 8464da1439 AK: Move `Stream` and `SeekableStream` from `LibCore` vor 2 Jahren
  Timothy Flynn 8f2589b3b0 LibUnicode: Parse and generate case folding code point data vor 2 Jahren
  Timothy Flynn 9226cf7272 LibUnicode: Rename a special casing variable name in the UCD generator vor 2 Jahren
  Timothy Flynn 8d9fb898d7 LibUnicode: Update out-of-date spec links vor 2 Jahren
  Timothy Flynn b562348d31 LibUnicode: Generate simple case folding mappings for titlecase vor 2 Jahren
  Timothy Flynn 12f6793223 LibUnicode: Move Unicode-aware case transformations to a helper file vor 2 Jahren
  Thomas Queiroz 6debd967ba Lagom/CodeGenerators: Use HashMap::try_ensure_capacity vor 2 Jahren
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable vor 2 Jahren
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString vor 2 Jahren