summaryrefslogtreecommitdiff
path: root/src/common/file_util.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-11file_util: Log when using local user directoryGravatar wwylele1-0/+2
2017-03-08file_util: lower logging level for harmless casesGravatar wwylele1-9/+7
2017-01-30file_util: Fixed implicit type conversion warning (#2503)Gravatar noah the goodra1-2/+2
2016-12-23file_util: fix missing sysdata pathGravatar wwylele1-3/+1
2016-12-21file_util: Remove unused paths.Gravatar bunnei1-49/+3
2016-12-13Common: Fix gcc build on macOSGravatar Jeffrey Pfau1-0/+11
2016-11-30WINVER definition moved to CMake and cleanupGravatar freiro1-3/+0
2016-11-26Removed /user/ from pathGravatar freiro1-2/+1
2016-11-24Switch to AppData/RoamingGravatar freiro1-3/+3
2016-11-19Return by value and other fixesGravatar freiro1-13/+7
2016-11-19Win32 move default user folder location to AppDataGravatar freiro1-0/+23
2016-10-27common: convert to standard stat()/fstat() interfacesGravatar Anthony J. Bentley1-15/+10
2016-10-27common: stat64 is non-standard, hide on a random UnixGravatar Jan Beich1-1/+1
2016-09-21Remove special rules for Windows.h and library includesGravatar Yuri Kunde Schlesner1-0/+1
2016-09-21Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner1-1/+1
2016-09-21Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot1-1/+0
2016-09-18Manually tweak source formatting and then re-run clang-formatGravatar Yuri Kunde Schlesner1-2/+1
2016-09-18Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot1-292/+223
2016-09-13Common: readdir_r() is deprecated, switch to readdir().Gravatar Emmanuel Gil Peyrot1-6/+2
2016-06-19Fix recursive scanning of directoriesGravatar Yuri Kunde Schlesner1-12/+10
2016-05-21Common: Make recursive FileUtil functions take a maximum recursionGravatar Emmanuel Gil Peyrot1-20/+28
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