17 Commits (6da8e59ba340aeb5f44946b03aaa13d7098fa2aa)

Author SHA1 Message Date
lizzie 6da8e59ba3 add cstring 4 std::memcpy 8 months ago
lizzie 30cc46f69c [fs] use mmap() to read files off the mmap system for higher throughput 8 months ago
lizzie 41762940d6
[common] rework BitField and BitUtil, use concepts whenever possible (#4076) 3 weeks ago
crueter 3e55dc6352
[cmake] refactor: CPM over vcpkg (#250) 12 months ago
Merry 66e66eef90 fs/file: Explicitly convert std::u8string to std::filesystem::path 3 years ago
Morph 89ace6c367 concepts: Use the std::contiguous_iterator concept 4 years ago
Morph 2b87305d31 general: Convert source file copyright comments over to SPDX 4 years ago
ameerj 582332d13f common: Reduce unused includes 4 years ago
Lioncash 765762c3a7 common/file: Remove [[nodiscard]] from Open() 5 years ago
Morph d4671282a9 common: fs: file: Revert Flush to its previous behavior and add Commit 5 years ago
Morph f158fd9dd1 common: fs: Amend IsFile check in FileOpen / (Write/Append)StringToFile 5 years ago
Morph e12844c5a3 common: fs: file: Remove [[nodiscard]] attribute from Flush 5 years ago
Morph a90f818e1c common: fs: file: Remove redundant call to WriteStringToFile 5 years ago
Lioncash c0e0c9f71f common/fs/file: Explicitly delete copy constructors 5 years ago
Lioncash 1f79d51913 common/fs/file: Devirtualize destructor 5 years ago
Lioncash 0b7cade7b8 common/fs/file: Default initialize IOFile members 5 years ago
Morph e8f1d7145e common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) 5 years ago