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
*
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
*
Common: Fix gcc build on macOS
Jeffrey Pfau
2016-12-13
1
-0
/
+11
*
WINVER definition moved to CMake and cleanup
freiro
2016-11-30
1
-3
/
+0
*
Removed /user/ from path
freiro
2016-11-26
1
-2
/
+1
*
Switch to AppData/Roaming
freiro
2016-11-24
1
-3
/
+3
*
Return by value and other fixes
freiro
2016-11-19
1
-13
/
+7
*
Win32 move default user folder location to AppData
freiro
2016-11-19
1
-0
/
+23
*
common: convert to standard stat()/fstat() interfaces
Anthony J. Bentley
2016-10-27
1
-15
/
+10
*
common: stat64 is non-standard, hide on a random Unix
Jan Beich
2016-10-27
1
-1
/
+1
*
Remove special rules for Windows.h and library includes
Yuri Kunde Schlesner
2016-09-21
1
-0
/
+1
*
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
1
-1
/
+1
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-1
/
+0
*
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
1
-2
/
+1
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-292
/
+223
[next]