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.cpp
Age
Commit message (
Expand
)
Author
2018-07-07
Revert "Virtual Filesystem (#597)"
bunnei
2018-07-06
Merge pull request #630 from FearlessTobi/remove-citra-references
bunnei
2018-07-06
Virtual Filesystem (#597)
Zach Hilman
2018-07-06
Remove some references to Citra
fearlessTobi
2018-07-02
Add configurable logging backends
James Rowe
2018-07-02
Update clang format
James Rowe
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-04-29
file_util: Make move constructor/assignment operator and related functions no...
Lioncash
2018-04-27
general: Convert assertion macros over to be fmt-compatible
Lioncash
2018-04-26
common: Move logging macros over to new fmt-capable macros where applicable
Lioncash
2018-01-20
Format: Run the new clang format on everything
James Rowe
2017-03-11
file_util: Log when using local user directory
wwylele
2017-03-08
file_util: lower logging level for harmless cases
wwylele
2017-01-30
file_util: Fixed implicit type conversion warning (#2503)
noah the goodra
2016-12-23
file_util: fix missing sysdata path
wwylele
2016-12-21
file_util: Remove unused paths.
bunnei
2016-12-13
Common: Fix gcc build on macOS
Jeffrey Pfau
2016-11-30
WINVER definition moved to CMake and cleanup
freiro
2016-11-26
Removed /user/ from path
freiro
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-10-27
common: convert to standard stat()/fstat() interfaces
Anthony J. Bentley
2016-10-27
common: stat64 is non-standard, hide on a random Unix
Jan Beich
2016-09-21
Remove special rules for Windows.h and library includes
Yuri Kunde Schlesner
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-13
Common: readdir_r() is deprecated, switch to readdir().
Emmanuel Gil Peyrot
2016-06-19
Fix recursive scanning of directories
Yuri Kunde Schlesner
2016-05-21
Common: Make recursive FileUtil functions take a maximum recursion
Emmanuel Gil Peyrot
2016-04-19
Merge pull request #1672 from wwylele/win-driver-fix
bunnei
2016-04-15
fix driver root identification on Windows
wwylele
2016-04-13
file_util: In-class initialize data members
Lioncash
2016-04-13
file_util: const qualify IOFile's Tell and GetSize functions
Lioncash
2016-04-13
file_util: Don't expose IOFile internals through the API
Lioncash
2016-03-31
remove debug code
LFsWang
2016-03-31
fix unicode url problem on windows
LFsWang
2016-03-31
Fix encode problem On Windows
LFsWang
2016-01-16
DiskDirectory: Initialize the directory member with valid info.
Subv
2015-12-23
Add missing return values in ForeachDirectoryEntry
LFsWang
2015-11-27
Refactor ScanDirectoryTreeAndCallback to separate errors and retvals
archshift
2015-10-01
Merge pull request #1095 from archshift/game-list
bunnei
2015-09-30
Split up FileUtil::ScanDirectoryTree to be able to use callbacks for custom b...
archshift
2015-09-16
general: Silence some warnings when using clang
Lioncash
2015-06-28
Common: Fix FileUtil includes, and everything relying on those.
Emmanuel Gil Peyrot
2015-05-29
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-07
Common: Move IO-specific compatibility macros to file_util.cpp
Yuri Kunde Schlesner
[prev]
[next]