Commit History

Author SHA1 Message Date
  Pāvels Nadtočajevs 42733a2a5c Implement sparse bundle PCK support. 5 months ago
  Rémi Verschelde 94d7a54fea Merge pull request #107402 from mihe/lsp-uid-bug 1 month ago
  Mikael Hermansson d160d71796 Stop `FileAccess::fix_path` from emitting errors for invalid UIDs 1 month ago
  Lukas Tenbrink b13a0e1834 Rename `String::resize` to `resize_uninitialized`, to better communicate to callers that new characters must be initialized. 2 months ago
  Aaron Franke f6f1df7d73 Add 64-bit versions of core power of 2 functions 2 months ago
  kobewi 5af4bef46f Inline static variables (part 1) 3 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. 3 months ago
  Thaddeus Crews 5edb235018 CI: Bump various pre-commit hooks 4 months ago
  Kiro 23129a66ed Replace append_utfx with direct String::utfx 3 months ago
  Lukas Tenbrink ffa6ef220b Use `append_` instead of `parse_` for `String` methods. 4 months ago
  Thaddeus Crews e9e4760335 Merge pull request #83538 from bruvzg/size_and_at 4 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. 1 year ago
  Lukas Tenbrink e34f1f504c Use `std::size` instead of `sizeof(a) / sizeof(a[0])` pattern throughout the codebase. 5 months ago
  Pāvels Nadtočajevs e6e108d091 Implement `get_length()` for pipes. 5 months ago
  HP van Braam 240f510fa7 Core ubsan fixes 7 months ago
  Lukas Tenbrink b5c31ebb41 Add contains_char() for single-character 'contains' calls. 7 months ago
  Thaddeus Crews 1719f8ed3d Merge pull request #99834 from kiroxas/passLengthToParseUTF8 7 months ago
  Thaddeus Crews 156bc92282 Merge pull request #98397 from adamscott/add-tmp-support 7 months ago
  Adam Scott 1b3e483899 Add file and dir temporary utilities 9 months ago
  Kiro 83d4bde0a2 When calling code has length of string, pass it to parse_utf8 8 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 8 months ago
  kobewi 3b6705a641 Support uid:// in more places 8 months ago
  bruvzg 45593d45b3 Allow setting custom initialization vector for FileAccessEncrypted. Add export setting to set static seed for PCK encryption initialization vectors. 8 months ago
  Pablo Andres Fuente eb86670f94 Add half precision floating point support to `StreamPeer` 9 months ago
  A Thousand Ships 38f9769bc6 [Core] Improve error messages with `vformat` 9 months 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