index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
common
/
file_util.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
common: Convert type traits templates over to variable template versions where applicable
Lioncash
2018-08-08
1
-5
/
+5
*
Allow key loading from %YUZU_DIR%/keys in addition to ~/.switch
Zach Hilman
2018-08-01
1
-0
/
+1
*
Remove files that are not used
Zach Hilman
2018-08-01
1
-0
/
+2
*
VFS Regression and Accuracy Fixes (#776)
Zach Hilman
2018-07-24
1
-0
/
+3
*
file_util, vfs: Use std::string_view where applicable
Lioncash
2018-07-22
1
-6
/
+7
*
file_util: Use a u64 to represent number of entries
Lioncash
2018-07-22
1
-4
/
+4
*
file_util: Use an enum class for GetUserPath()
Lioncash
2018-07-21
1
-14
/
+13
*
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-19
1
-31
/
+35
*
Revert "Virtual Filesystem (#597)"
bunnei
2018-07-08
1
-32
/
+31
*
Virtual Filesystem (#597)
Zach Hilman
2018-07-06
1
-31
/
+32
*
Add configurable logging backends
James Rowe
2018-07-03
1
-2
/
+9
*
file_util: Make move constructor/assignment operator and related functions noexcept
Lioncash
2018-04-30
1
-3
/
+3
*
file_util: Add static assertions to ReadBytes() and WriteBytes()
Lioncash
2018-04-30
1
-2
/
+6
*
file_util: Remove compiler version checks around is_trivially_copyable()
Lioncash
2018-04-28
1
-8
/
+0
*
file_util.h: Update Comment from citra to yuzu
N00byKing
2018-03-26
1
-1
/
+1
*
Format: Run the new clang format on everything
James Rowe
2018-01-21
1
-1
/
+1
*
file_util: Remove unused paths.
bunnei
2016-12-22
1
-20
/
+0
*
Switch to AppData/Roaming
freiro
2016-11-24
1
-1
/
+1
*
Return by value and other fixes
freiro
2016-11-19
1
-1
/
+1
*
Win32 move default user folder location to AppData
freiro
2016-11-19
1
-0
/
+1
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-2
/
+0
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-55
/
+63
*
Fix recursive scanning of directories
Yuri Kunde Schlesner
2016-06-19
1
-5
/
+2
*
Common: Make recursive FileUtil functions take a maximum recursion
Emmanuel Gil Peyrot
2016-05-21
1
-4
/
+8
*
VideoCore: Run include-what-you-use and fix most includes.
Emmanuel Gil Peyrot
2016-04-30
1
-1
/
+1
*
Protect use of std::is_trivially_copyable to compile with GCC 4.9
LittleWhite
2016-04-23
1
-0
/
+4
*
file_util: In-class initialize data members
Lioncash
2016-04-14
1
-2
/
+2
*
file_util: const qualify IOFile's Tell and GetSize functions
Lioncash
2016-04-14
1
-2
/
+2
*
file_util: Don't expose IOFile internals through the API
Lioncash
2016-04-14
1
-8
/
+1
*
file_util: Check for is_trivially_copyable
Lioncash
2016-04-14
1
-3
/
+5
*
file_util: Make IOFile data members private
Lioncash
2016-04-14
1
-0
/
+1
*
FileUtil: Missing #include, Add const to IOFile methods
MerryMage
2016-04-12
1
-6
/
+7
*
Refactor ScanDirectoryTreeAndCallback to separate errors and retvals
archshift
2015-11-27
1
-13
/
+18
*
Split up FileUtil::ScanDirectoryTree to be able to use callbacks for custom behavior
archshift
2015-10-01
1
-3
/
+23
*
Fix building under MinGW
darkf
2015-08-18
1
-1
/
+1
*
Common: Remove the unused and commented GetThemeDir prototype from FileUtil.
Emmanuel Gil Peyrot
2015-07-18
1
-3
/
+0
*
FileUtil: Add a WriteObject method for writing a single, POD-type object.
Tony Wasserka
2015-07-13
1
-0
/
+10
*
Common: Fix FileUtil includes, and everything relying on those.
Emmanuel Gil Peyrot
2015-06-28
1
-2
/
+1
*
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-07
1
-1
/
+1
*
Archives: Changed the way paths are built for the archives.
Subv
2015-01-04
1
-5
/
+1
*
Archives: Change the folder layout of some archives.
Subv
2015-01-03
1
-0
/
+1
*
Archives: Reduced duplicate code in RomFS and SaveCheck.
Subv
2015-01-03
1
-0
/
+1
*
Archives: Implemented ExtSaveData and SharedExtSaveData
Subv
2014-12-30
1
-0
/
+1
*
License change
purpasmart96
2014-12-21
1
-2
/
+2
*
SaveData: Implemented the SystemSaveData archive.
Subv
2014-12-18
1
-0
/
+1
*
Filesystem/Archives: Implemented the SaveData archive
Subv
2014-12-18
1
-0
/
+1
*
Common: Add "sysdata" to GetUserPath and cleanup.
bunnei
2014-12-12
1
-0
/
+1
*
Change NULLs to nullptrs.
Rohit Nirmal
2014-12-03
1
-2
/
+2
*
Remove tabs in all files except in skyeye imports and in generated GL code
Emmanuel Gil Peyrot
2014-11-19
1
-93
/
+93
*
Merge pull request #108 from archshift/config
bunnei
2014-10-08
1
-7
/
+7
|
\
|
*
Added configuration file system.
archshift
2014-10-08
1
-7
/
+7
*
|
Common: Add a helper function to generate a 8.3 filename from a long one.
Emmanuel Gil Peyrot
2014-10-06
1
-0
/
+11
*
|
Fix warnings in core and common
Lioncash
2014-09-28
1
-3
/
+3
|
/
*
Use the citra user path for the sdmc directory
archshift
2014-09-21
1
-0
/
+1
*
Common: Rename the File namespace to FileUtil, to match the filename and prevent collisions.
Emmanuel Gil Peyrot
2014-09-17
1
-1
/
+1
*
Common: Return the number of items read/written in IOFile’s methods instead of a boolean.
Emmanuel Gil Peyrot
2014-09-17
1
-8
/
+20
*
Added string_util to common, small changes in loader.cpp
archshift
2014-09-09
1
-1
/
+1
*
Common: Move header guards over to pragma once
Lioncash
2014-08-17
1
-5
/
+1
*
fixed project includes to use new directory structure
bunnei
2014-04-09
1
-2
/
+2
*
got rid of 'src' folders in each sub-project
bunnei
2014-04-09
1
-0
/
+224