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
*
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
*
Revert "Virtual Filesystem (#597)"
bunnei
2018-07-07
1
-67
/
+26
*
Merge pull request #630 from FearlessTobi/remove-citra-references
bunnei
2018-07-06
1
-1
/
+1
|
\
|
*
Remove some references to Citra
fearlessTobi
2018-07-06
1
-1
/
+1
*
|
Virtual Filesystem (#597)
Zach Hilman
2018-07-06
1
-26
/
+67
|
/
*
Add configurable logging backends
James Rowe
2018-07-02
1
-5
/
+12
*
Update clang format
James Rowe
2018-07-02
1
-10
/
+8
*
Rename logging macro back to LOG_*
James Rowe
2018-07-02
1
-40
/
+40
*
file_util: Make move constructor/assignment operator and related functions no...
Lioncash
2018-04-29
1
-3
/
+3
*
general: Convert assertion macros over to be fmt-compatible
Lioncash
2018-04-27
1
-3
/
+3
*
common: Move logging macros over to new fmt-capable macros where applicable
Lioncash
2018-04-26
1
-48
/
+48
*
Format: Run the new clang format on everything
James Rowe
2018-01-20
1
-9
/
+8
*
file_util: Log when using local user directory
wwylele
2017-03-11
1
-0
/
+2
*
file_util: lower logging level for harmless cases
wwylele
2017-03-08
1
-9
/
+7
*
file_util: Fixed implicit type conversion warning (#2503)
noah the goodra
2017-01-30
1
-2
/
+2
*
file_util: fix missing sysdata path
wwylele
2016-12-23
1
-3
/
+1
*
file_util: Remove unused paths.
bunnei
2016-12-21
1
-49
/
+3
[next]