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