Commit History

Author SHA1 Message Date
  Lukas Tenbrink b13a0e1834 Rename `String::resize` to `resize_uninitialized`, to better communicate to callers that new characters must be initialized. 4 months ago
  Aaron Franke f6f1df7d73 Add 64-bit versions of core power of 2 functions 5 months ago
  kobewi 5af4bef46f Inline static variables (part 1) 5 months ago
  A Thousand Ships 889410dcda Add `String::replace_char(s)` methods for performance and convenience 1 year ago
  Pāvels Nadtočajevs bd98aad3fa Remove misleading and incorrect notes about endianness. Fix FileAccess and StreamPeer not doing what name suggests. 6 months ago
  Thaddeus Crews 5edb235018 CI: Bump various pre-commit hooks 6 months ago
  Kiro 23129a66ed Replace append_utfx with direct String::utfx 6 months ago
  Lukas Tenbrink ffa6ef220b Use `append_` instead of `parse_` for `String` methods. 7 months ago
  Thaddeus Crews e9e4760335 Merge pull request #83538 from bruvzg/size_and_at 7 months ago
  A Thousand Ships 331a43a9d8 Add `String::remove_char(s)` methods for performance and convenience 1 year ago
  bruvzg 85d3be8070 [FileAccess] Implement `get_size` and `get_access_time` methods. 2 years ago
  Lukas Tenbrink e34f1f504c Use `std::size` instead of `sizeof(a) / sizeof(a[0])` pattern throughout the codebase. 8 months ago
  Pāvels Nadtočajevs e6e108d091 Implement `get_length()` for pipes. 8 months ago
  HP van Braam 240f510fa7 Core ubsan fixes 10 months ago
  Lukas Tenbrink b5c31ebb41 Add contains_char() for single-character 'contains' calls. 10 months ago
  Thaddeus Crews 1719f8ed3d Merge pull request #99834 from kiroxas/passLengthToParseUTF8 10 months ago
  Thaddeus Crews 156bc92282 Merge pull request #98397 from adamscott/add-tmp-support 10 months ago
  Adam Scott 1b3e483899 Add file and dir temporary utilities 1 year ago
  Kiro 83d4bde0a2 When calling code has length of string, pass it to parse_utf8 10 months ago
  bruvzg a4b17e7852 [FileAccess] Return error codes from `store_*` methods. 2 years ago
  Thaddeus Crews c35e4c41d2 Merge pull request #97716 from pafuent/add_half_precision_floating_point_to_stream_peer 11 months ago
  kobewi 3b6705a641 Support uid:// in more places 11 months ago
  bruvzg 45593d45b3 Allow setting custom initialization vector for FileAccessEncrypted. Add export setting to set static seed for PCK encryption initialization vectors. 11 months ago
  Pablo Andres Fuente eb86670f94 Add half precision floating point support to `StreamPeer` 1 year ago
  A Thousand Ships 38f9769bc6 [Core] Improve error messages with `vformat` 1 year ago
  BlueCube3310 205a10e0ae Reduce code duplication in FileAccess 1 year ago
  Hilderin 1b0c5cbc01 Fix FileSystem dock won't show any file folders (v2) 1 year ago
  Rémi Verschelde e4fa8543ea Revert "Fix FileSystem dock won't show any file folders" 1 year ago
  Hilderin 72856d633a Fix FileSystem dock won't show any file folders 1 year ago
  bruvzg 88b3e68f93 [FileAccess] Implement `resize` method. 1 year ago