提交历史

作者 SHA1 备注 提交日期
  Timothy Flynn c2e5b20eb6 LibUnicode: Generate available values for the keywords co, kf, kn, hc 3 年之前
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 年之前
  sin-ack e5f09ea170 Everywhere: Split Error::from_string_literal and Error::from_string_view 3 年之前
  DexesTTP 7ceeb74535 AK: Use an enum instead of a bool for String::replace(all_occurences) 3 年之前
  Sam Atkins 3b1e063d30 LibCore+Everywhere: Make Core::Stream::read() return Bytes 3 年之前
  Timothy Flynn 63c3437274 LibUnicode: Use BCP 47 data to generate available calendars and numbers 3 年之前
  Timothy Flynn a338e9403b LibUnicode: Port the CLDR locale generator to the stream API 3 年之前
  Timothy Flynn 9327c2233f LibTimeZone: Port the TZDB generator to the stream API 3 年之前
  Timothy Flynn 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) 3 年之前
  Timothy Flynn ebd33e580b LibUnicode: Generate a list of available calendars 3 年之前
  Timothy Flynn 1c2c98ac5d LibTimeZone: Add method to convert a time zone to a string 3 年之前
  Timothy Flynn b543c3e490 Meta: Don't assume how each generator wants to generate keyed map names 3 年之前
  Timothy Flynn 6da1bfeeea Meta: Support generating case-insensitive value-from-string methods 3 年之前
  mjz19910 10ec98dd38 Everywhere: Fix spelling mistakes 3 年之前
  Timothy Flynn dd88ff70ac LibUnicode: Remove now unused value-from-string generator overload 3 年之前
  Timothy Flynn cf8e11a562 LibUnicode: Add temporary overload of value-from-string generator 3 年之前
  Timothy Flynn 52394deece LibUnicode: Remove now unused value-from-string generator overload 3 年之前
  Timothy Flynn 3fd53baa25 LibUnicode: Dynamically load the generated UnicodeData symbols 3 年之前
  Timothy Flynn 415763b1b3 LibUnicode: Define traits for a vector of integral/enum types 3 年之前
  Timothy Flynn 76af9fae63 LibUnicode: Support storing lists in UniqueStorage for code generators 3 年之前
  Timothy Flynn b76e44f66f LibUnicode: Parse and generate time zone names in long and short form 3 年之前
  Timothy Flynn d8e6beb14f LibUnicode: Generalize the generators' unique string storage 3 年之前
  Timothy Flynn 71903ea7e1 LibUnicode: Parse and generate calendar (ca) Unicode keywords 3 年之前
  Timothy Flynn 15fc03ef34 LibUnicode: Sort generated enums case-insensitively 3 年之前
  Timothy Flynn f471ecdbe9 LibUnicode: Parse and generate date, time, and date-time format patterns 3 年之前
  Timothy Flynn 0aa3e5c2ea LibUnicode: Port generator utility methods to ErrorOr 3 年之前
  Timothy Flynn a13fa15a30 LibUnicode: Generate default-content locales as aliases 3 年之前
  Timothy Flynn 9d1519e21c LibUnicode: Move GenerateUnicodeData's Alias struct to generator header 3 年之前
  Andreas Kling 587f9af960 AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional) 3 年之前
  Timothy Flynn e9493a2cd5 LibUnicode: Ensure UnicodeNumberFormat is aware of default content 3 年之前