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
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
2014-12-17
SaveData: Implemented the SystemSaveData archive.
Subv
2014-12-17
Filesystem/Archives: Implemented the SaveData archive
Subv
2014-12-12
Common: Add "sysdata" to GetUserPath and cleanup.
bunnei
2014-12-03
Change NULLs to nullptrs.
Rohit Nirmal
2014-11-19
Remove tabs in all files except in skyeye imports and in generated GL code
Emmanuel Gil Peyrot
2014-10-07
Merge pull request #108 from archshift/config
bunnei
2014-10-07
Added configuration file system.
archshift
2014-10-06
Common: Add a helper function to generate a 8.3 filename from a long one.
Emmanuel Gil Peyrot
2014-09-28
Fix warnings in core and common
Lioncash
2014-09-21
Use the citra user path for the sdmc directory
archshift
2014-09-17
Common: Rename the File namespace to FileUtil, to match the filename and prev...
Emmanuel Gil Peyrot
2014-09-17
Common: Return the number of items read/written in IOFile’s methods instead...
Emmanuel Gil Peyrot
2014-09-08
Added string_util to common, small changes in loader.cpp
archshift
2014-08-17
Common: Move header guards over to pragma once
Lioncash
2014-04-08
fixed project includes to use new directory structure
bunnei
2014-04-08
got rid of 'src' folders in each sub-project
bunnei
[prev]