aboutsummaryrefslogtreecommitdiff
path: root/src/core/file_sys/vfs_offset.cpp
AgeCommit message (Expand)Author
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2021-05-02file_sys: Resolve cases of variable shadowingLioncash
2020-12-10vfs: Use existing type aliases consistentlyLioncash
2020-09-22General: Make use of std::nullopt where applicableLioncash
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L
2018-09-19file-sys: Default heavy-weight class destructors in the cpp fileLioncash
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-07-27RomFS ExtractionZach Hilman
2018-07-22file_util, vfs: Use std::string_view where applicableLioncash
2018-07-20vfs_offset: Simplify TrimToFit()Lioncash
2018-07-20vfs: Make WriteBytes() overload taking a std::vector pass the std::vector by ...Lioncash
2018-07-20vfs_offset: std::move file and name parameters of OffsetVfsFileLioncash
2018-07-18Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman
2018-07-07Revert "Virtual Filesystem (#597)"bunnei
2018-07-06Virtual Filesystem (#597)Zach Hilman