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
*
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
*
Common: readdir_r() is deprecated, switch to readdir().
Emmanuel Gil Peyrot
2016-09-13
1
-6
/
+2
*
Fix recursive scanning of directories
Yuri Kunde Schlesner
2016-06-19
1
-12
/
+10
*
Common: Make recursive FileUtil functions take a maximum recursion
Emmanuel Gil Peyrot
2016-05-21
1
-20
/
+28
*
Merge pull request #1672 from wwylele/win-driver-fix
bunnei
2016-04-19
1
-3
/
+12
|
\
|
*
fix driver root identification on Windows
wwylele
2016-04-15
1
-3
/
+12
*
|
file_util: In-class initialize data members
Lioncash
2016-04-13
1
-4
/
+2
*
|
file_util: const qualify IOFile's Tell and GetSize functions
Lioncash
2016-04-13
1
-6
/
+6
*
|
file_util: Don't expose IOFile internals through the API
Lioncash
2016-04-13
1
-22
/
+3
|
/
*
remove debug code
LFsWang
2016-03-31
1
-1
/
+1
*
fix unicode url problem on windows
LFsWang
2016-03-31
1
-6
/
+18
*
Fix encode problem On Windows
LFsWang
2016-03-31
1
-12
/
+17
*
DiskDirectory: Initialize the directory member with valid info.
Subv
2016-01-16
1
-1
/
+1
*
Add missing return values in ForeachDirectoryEntry
LFsWang
2015-12-23
1
-4
/
+14
*
Refactor ScanDirectoryTreeAndCallback to separate errors and retvals
archshift
2015-11-27
1
-37
/
+35
*
Merge pull request #1095 from archshift/game-list
bunnei
2015-10-01
1
-100
/
+60
|
\
|
*
Split up FileUtil::ScanDirectoryTree to be able to use callbacks for custom b...
archshift
2015-09-30
1
-100
/
+60
*
|
general: Silence some warnings when using clang
Lioncash
2015-09-16
1
-2
/
+2
|
/
*
Common: Fix FileUtil includes, and everything relying on those.
Emmanuel Gil Peyrot
2015-06-28
1
-2
/
+9
*
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
2015-05-29
1
-1
/
+1
*
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-07
1
-2
/
+4
*
Common: Move IO-specific compatibility macros to file_util.cpp
Yuri Kunde Schlesner
2015-05-07
1
-18
/
+26
*
Common: Remove many unnecessary cross-platform compatibility macros
Yuri Kunde Schlesner
2015-05-06
1
-2
/
+2
*
Common: Switch to the XDG Base Directory Specification for directory selection.
Emmanuel Gil Peyrot
2015-02-25
1
-9
/
+68
*
Common: Change names containing “Dolphin” or “PPSSPP” to something mo...
Emmanuel Gil Peyrot
2015-02-20
1
-7
/
+7
*
Archives: Changed the way paths are built for the archives.
Subv
2015-01-03
1
-10
/
+2
*
Archives: Change the folder layout of some archives.
Subv
2015-01-02
1
-0
/
+2
*
Archives: Reduced duplicate code in RomFS and SaveCheck.
Subv
2015-01-02
1
-0
/
+2
*
Archives: Implemented ExtSaveData and SharedExtSaveData
Subv
2014-12-29
1
-0
/
+2
*
License change
purpasmart96
2014-12-20
1
-2
/
+2
*
SaveData: Implemented the SystemSaveData archive.
Subv
2014-12-17
1
-0
/
+2
*
Filesystem/Archives: Implemented the SaveData archive
Subv
2014-12-17
1
-0
/
+2
[next]