index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
file_util.cpp
Age
Commit message (
Expand
)
Author
2021-05-25
common: fs: Rework the Common Filesystem interface to make use of std::filesy...
Morph
2020-12-11
Revert "Merge pull request #5173 from lioncash/common-fs"
Morph
2020-12-11
Revert "Merge pull request #5174 from ReinUsesLisp/fs-fix"
Morph
2020-12-11
Revert "Merge pull request #5179 from ReinUsesLisp/fs-path"
Morph
2020-12-11
Revert "Merge pull request #5181 from Morph1984/5174-review"
Morph
2020-12-09
common/file_util: Simplify the behavior of CreateFullPath
Morph
2020-12-09
common/file_util: Let std::filesystem cast from UTF16 to std::string
ReinUsesLisp
2020-12-09
common/file_util: Fix and deprecate CreateFullPath, add CreateDirs
ReinUsesLisp
2020-12-09
common/file_util: Succeed on CreateDir when the directory exists
ReinUsesLisp
2020-12-09
file_util: Migrate remaining file handling functions over to std::filesystem
Lioncash
2020-12-08
file_util: Migrate Exists() and IsDirectory() over to std::filesystem
Lioncash
2020-11-02
common: Enable warnings as errors
Lioncash
2020-08-18
Merge pull request #4539 from lioncash/disc
bunnei
2020-08-16
common/fileutil: Convert namespace to Common::FS
Lioncash
2020-08-16
common: Silence two discarded result warnings
Lioncash
2020-07-20
common: Add a screenshots directory
lat9nq
2020-04-17
Merge pull request #3630 from benru/open-windows-network-files
bunnei
2020-04-15
file_util: Early-exit in WriteArray and ReadArray if specified lengths are zero
Lioncash
2020-04-09
common/file_util: Allow access to files on network shares
Ben Russell
2020-04-01
common: Port some changes from dolphin (#5127)
Vitor K
2019-10-04
common/file_util: Silence -Wswitch
ReinUsesLisp
2019-05-23
common/file_util: Remove unnecessary return at end of void StripTailDirSlashes()
Lioncash
2019-05-23
common/file_util: Make GetCurrentDir() return a std::optional
Lioncash
2019-05-23
common/file_util: Remove duplicated documentation comments
Lioncash
2019-05-23
common/file_util: Make ReadFileToString and WriteStringToFile consistent
Lioncash
2019-02-06
file_util: Add shader directory
ReinUsesLisp
2018-10-23
only redefine 64 bit file operation for MSVC
Weiyi Wang
2018-09-21
common_paths: Add Load and Dump dirs
Zach Hilman
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-08-24
file_util: Correct return value in early exit of ReadFileToString()
Lioncash
2018-08-11
file_util: Add getter for NAND registration directory
Zach Hilman
2018-08-08
file_util: Use enum instead of bool for specifing path behavior
Zach Hilman
2018-08-08
file_util: Add platform-specific slash option to SanitizePath
Zach Hilman
2018-08-01
Allow key loading from %YUZU_DIR%/keys in addition to ~/.switch
Zach Hilman
2018-08-01
Use SHGetKnownFolderPath instead of SHGetFolderPathA
Zach Hilman
2018-08-01
Extract mbedtls to cpp file
Zach Hilman
2018-08-01
Remove files that are not used
Zach Hilman
2018-07-23
VFS Regression and Accuracy Fixes (#776)
Zach Hilman
2018-07-22
Merge pull request #768 from lioncash/string-view
bunnei
2018-07-22
file_util, vfs: Use std::string_view where applicable
Lioncash
2018-07-22
Merge pull request #765 from lioncash/file
bunnei
2018-07-21
file_util: Remove goto usages from Copy()
Lioncash
2018-07-21
file_util: Use a u64 to represent number of entries
Lioncash
2018-07-21
file_util: std::move FST entries in ScanDirectoryTree()
Lioncash
2018-07-21
Merge pull request #759 from lioncash/redundant
bunnei
2018-07-21
file_util: Use an enum class for GetUserPath()
Lioncash
2018-07-21
file_util: Remove explicit type from std::min() in GetPathWithoutTop()
Lioncash
2018-07-21
file_util: Remove redundant duplicate return in GetPathWithoutTop()
Lioncash
2018-07-19
file_util: return string by const reference for GetExeDirectory()
Lioncash
2018-07-18
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
[next]