summaryrefslogtreecommitdiff
path: root/src/common/file_util.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-04-15fix driver root identification on WindowsGravatar wwylele1-3/+12
2016-04-13file_util: In-class initialize data membersGravatar Lioncash1-4/+2
2016-04-13file_util: const qualify IOFile's Tell and GetSize functionsGravatar Lioncash1-6/+6
2016-04-13file_util: Don't expose IOFile internals through the APIGravatar Lioncash1-22/+3
2016-03-31remove debug codeGravatar LFsWang1-1/+1
2016-03-31fix unicode url problem on windowsGravatar LFsWang1-6/+18
2016-03-31Fix encode problem On WindowsGravatar LFsWang1-12/+17
2016-01-16DiskDirectory: Initialize the directory member with valid info.Gravatar Subv1-1/+1
2015-12-23Add missing return values in ForeachDirectoryEntryGravatar LFsWang1-4/+14
2015-11-27Refactor ScanDirectoryTreeAndCallback to separate errors and retvalsGravatar archshift1-37/+35
2015-09-30Split up FileUtil::ScanDirectoryTree to be able to use callbacks for custom b...Gravatar archshift1-100/+60
2015-09-16general: Silence some warnings when using clangGravatar Lioncash1-2/+2
2015-06-28Common: Fix FileUtil includes, and everything relying on those.Gravatar Emmanuel Gil Peyrot1-2/+9
2015-05-29Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot1-1/+1
2015-05-07Common: Remove common.hGravatar Yuri Kunde Schlesner1-2/+4
2015-05-07Common: Move IO-specific compatibility macros to file_util.cppGravatar Yuri Kunde Schlesner1-18/+26
2015-05-06Common: Remove many unnecessary cross-platform compatibility macrosGravatar Yuri Kunde Schlesner1-2/+2
2015-02-25Common: Switch to the XDG Base Directory Specification for directory selection.Gravatar Emmanuel Gil Peyrot1-9/+68
2015-02-20Common: Change names containing “Dolphin” or “PPSSPP” to something mo...Gravatar Emmanuel Gil Peyrot1-7/+7
2015-01-03Archives: Changed the way paths are built for the archives.Gravatar Subv1-10/+2
2015-01-02Archives: Change the folder layout of some archives.Gravatar Subv1-0/+2
2015-01-02Archives: Reduced duplicate code in RomFS and SaveCheck.Gravatar Subv1-0/+2
2014-12-29Archives: Implemented ExtSaveData and SharedExtSaveDataGravatar Subv1-0/+2
2014-12-20License changeGravatar purpasmart961-2/+2
2014-12-17SaveData: Implemented the SystemSaveData archive.Gravatar Subv1-0/+2
2014-12-17Filesystem/Archives: Implemented the SaveData archiveGravatar Subv1-0/+2
2014-12-13Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner1-42/+42
2014-12-12Common: Add "sysdata" to GetUserPath and cleanup.Gravatar bunnei1-13/+1
2014-12-03Change NULLs to nullptrs.Gravatar Rohit Nirmal1-12/+12
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Gravatar Emmanuel Gil Peyrot1-31/+31
2014-10-22Use std sized types instead of platform specific typedefsGravatar Yuri Kunde Schlesner1-0/+1
2014-10-22Common: Return from CreateFullPath early if the directory creation failsGravatar archshift1-2/+4
2014-10-07Added configuration file system.Gravatar archshift1-36/+36
2014-10-06Common: Add a helper function to generate a 8.3 filename from a long one.Gravatar Emmanuel Gil Peyrot1-0/+42
2014-09-28Fix warnings in core and commonGravatar Lioncash1-2/+2
2014-09-21Use the citra user path for the sdmc directoryGravatar archshift1-0/+2
2014-09-17Common: Rename the File namespace to FileUtil, to match the filename and prev...Gravatar Emmanuel Gil Peyrot1-19/+19
2014-09-08common: Prune all redundant includesGravatar archshift1-7/+0
2014-09-08Added string_util to common, small changes in loader.cppGravatar archshift1-13/+13
2014-08-17Common: Move remaining C header includes over to their C++ equivalentGravatar Lioncash1-2/+2
2014-04-22fixes to build on linuxGravatar bunnei1-1/+1
2014-04-08fixed project includes to use new directory structureGravatar bunnei1-5/+5
2014-04-08got rid of 'src' folders in each sub-projectGravatar bunnei1-0/+0
2014-04-01convert tabs to spacesGravatar bunnei1-572/+572
2013-09-08fixed some code warningsGravatar ShizZy1-1/+1
2013-09-08 removed unneeded dolphin paths code, fixed linker problems with common.libGravatar ShizZy1-117/+105
2013-09-04replaced common code with dolphin commonGravatar ShizZy1-0/+922