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.h
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-09
common/file_util: Fix and deprecate CreateFullPath, add CreateDirs
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-10-30
General: Make ignoring a discarded return value an error
Lioncash
2020-10-20
Revert "core: Fix clang build"
bunnei
2020-10-17
core: Fix clang build
Lioncash
2020-08-16
common/fileutil: Convert namespace to Common::FS
Lioncash
2020-08-15
common: Make use of [[nodiscard]] where applicable
Lioncash
2020-07-20
common: Add a screenshots directory
lat9nq
2020-04-15
file_util: Early-exit in WriteArray and ReadArray if specified lengths are zero
Lioncash
2019-05-23
common/file_util: Make GetCurrentDir() return a std::optional
Lioncash
2019-05-23
common/file_util: Make ReadFileToString and WriteStringToFile consistent
Lioncash
2019-05-23
common/file_util: Remove unnecessary c_str() calls
Lioncash
2019-05-23
common/file_util: Make IOFile's WriteString take a std::string_view
Lioncash
2019-02-06
file_util: Add shader directory
ReinUsesLisp
2018-10-02
string_util: remove TString conversion for windows
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-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-08
Merge pull request #966 from lioncash/modernize
bunnei
2018-08-07
common: Convert type traits templates over to variable template versions wher...
Lioncash
2018-08-07
file_util: Avoid sign-conversions in WriteArray() and ReadArray()
Lioncash
2018-08-01
Allow key loading from %YUZU_DIR%/keys in addition to ~/.switch
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
file_util, vfs: Use std::string_view where applicable
Lioncash
2018-07-21
file_util: Use a u64 to represent number of entries
Lioncash
2018-07-21
file_util: Use an enum class for GetUserPath()
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
2018-07-07
Revert "Virtual Filesystem (#597)"
bunnei
2018-07-06
Virtual Filesystem (#597)
Zach Hilman
2018-07-02
Add configurable logging backends
James Rowe
2018-04-29
file_util: Make move constructor/assignment operator and related functions no...
Lioncash
2018-04-29
file_util: Add static assertions to ReadBytes() and WriteBytes()
Lioncash
2018-04-28
file_util: Remove compiler version checks around is_trivially_copyable()
Lioncash
2018-03-26
file_util.h: Update Comment from citra to yuzu
N00byKing
2018-01-20
Format: Run the new clang format on everything
James Rowe
2016-12-21
file_util: Remove unused paths.
bunnei
2016-11-24
Switch to AppData/Roaming
freiro
2016-11-19
Return by value and other fixes
freiro
2016-11-19
Win32 move default user folder location to AppData
freiro
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-06-19
Fix recursive scanning of directories
Yuri Kunde Schlesner
[next]