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.h
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-08
Merge pull request #966 from lioncash/modernize
bunnei
2018-08-07
common: Convert type traits templates over to variable template versions wher...
Lioncash
2018-08-07
file_util: Avoid sign-conversions in WriteArray() and ReadArray()
Lioncash
2018-08-01
Allow key loading from %YUZU_DIR%/keys in addition to ~/.switch
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
file_util, vfs: Use std::string_view where applicable
Lioncash
2018-07-21
file_util: Use a u64 to represent number of entries
Lioncash
2018-07-21
file_util: Use an enum class for GetUserPath()
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
Virtual Filesystem (#597)
Zach Hilman
2018-07-02
Add configurable logging backends
James Rowe
2018-04-29
file_util: Make move constructor/assignment operator and related functions no...
Lioncash
2018-04-29
file_util: Add static assertions to ReadBytes() and WriteBytes()
Lioncash
2018-04-28
file_util: Remove compiler version checks around is_trivially_copyable()
Lioncash
2018-03-26
file_util.h: Update Comment from citra to yuzu
N00byKing
2018-01-20
Format: Run the new clang format on everything
James Rowe
2016-12-21
file_util: Remove unused paths.
bunnei
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-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Sources: Run clang-format on everything.
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-30
VideoCore: Run include-what-you-use and fix most includes.
Emmanuel Gil Peyrot
2016-04-23
Protect use of std::is_trivially_copyable to compile with GCC 4.9
LittleWhite
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-04-13
file_util: Check for is_trivially_copyable
Lioncash
2016-04-13
file_util: Make IOFile data members private
Lioncash
2016-04-12
FileUtil: Missing #include, Add const to IOFile methods
MerryMage
2015-11-27
Refactor ScanDirectoryTreeAndCallback to separate errors and retvals
archshift
2015-09-30
Split up FileUtil::ScanDirectoryTree to be able to use callbacks for custom b...
archshift
2015-08-17
Fix building under MinGW
darkf
2015-07-18
Common: Remove the unused and commented GetThemeDir prototype from FileUtil.
Emmanuel Gil Peyrot
2015-07-13
FileUtil: Add a WriteObject method for writing a single, POD-type object.
Tony Wasserka
2015-06-28
Common: Fix FileUtil includes, and everything relying on those.
Emmanuel Gil Peyrot
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
2015-01-03
Archives: Changed the way paths are built for the archives.
Subv
2015-01-02
Archives: Change the folder layout of some archives.
Subv
2015-01-02
Archives: Reduced duplicate code in RomFS and SaveCheck.
Subv
2014-12-29
Archives: Implemented ExtSaveData and SharedExtSaveData
Subv
2014-12-20
License change
purpasmart96
[next]