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-08-11
file_util: Add getter for NAND registration directory
Zach Hilman
2018-08-08
file_util: Use enum instead of bool for specifing path behavior
Zach Hilman
2018-08-08
file_util: Add platform-specific slash option to SanitizePath
Zach Hilman
2018-08-01
Allow key loading from %YUZU_DIR%/keys in addition to ~/.switch
Zach Hilman
2018-08-01
Use SHGetKnownFolderPath instead of SHGetFolderPathA
Zach Hilman
2018-08-01
Extract mbedtls to cpp file
Zach Hilman
2018-08-01
Remove files that are not used
Zach Hilman
2018-07-23
VFS Regression and Accuracy Fixes (#776)
Zach Hilman
2018-07-22
Merge pull request #768 from lioncash/string-view
bunnei
2018-07-22
file_util, vfs: Use std::string_view where applicable
Lioncash
2018-07-22
Merge pull request #765 from lioncash/file
bunnei
2018-07-21
file_util: Remove goto usages from Copy()
Lioncash
2018-07-21
file_util: Use a u64 to represent number of entries
Lioncash
2018-07-21
file_util: std::move FST entries in ScanDirectoryTree()
Lioncash
2018-07-21
Merge pull request #759 from lioncash/redundant
bunnei
2018-07-21
file_util: Use an enum class for GetUserPath()
Lioncash
2018-07-21
file_util: Remove explicit type from std::min() in GetPathWithoutTop()
Lioncash
2018-07-21
file_util: Remove redundant duplicate return in GetPathWithoutTop()
Lioncash
2018-07-19
file_util: return string by const reference for GetExeDirectory()
Lioncash
2018-07-18
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
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
[next]