summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/vfs_offset.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-05-02file_sys: Resolve cases of variable shadowingLioncash1-2/+2
2020-12-10vfs: Use existing type aliases consistentlyLioncash1-2/+2
2020-09-22General: Make use of std::nullopt where applicableLioncash1-3/+4
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L1-2/+2
2018-09-20file-sys: Default heavy-weight class destructors in the cpp fileLioncash1-0/+2
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-12/+12
2018-07-28RomFS ExtractionZach Hilman1-3/+4
2018-07-22file_util, vfs: Use std::string_view where applicableLioncash1-1/+1
2018-07-21vfs_offset: Simplify TrimToFit()Lioncash1-1/+2
2018-07-21vfs: Make WriteBytes() overload taking a std::vector pass the std::vector by const referenceLioncash1-1/+1
2018-07-20vfs_offset: std::move file and name parameters of OffsetVfsFileLioncash1-2/+4
2018-07-19Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman1-0/+92
2018-07-08Revert "Virtual Filesystem (#597)"bunnei1-92/+0
2018-07-06Virtual Filesystem (#597)Zach Hilman1-0/+92