summaryrefslogtreecommitdiff
path: root/src/common/file_util.cpp
AgeCommit message (Expand)Author
2017-03-11file_util: Log when using local user directorywwylele
2017-03-08file_util: lower logging level for harmless caseswwylele
2017-01-30file_util: Fixed implicit type conversion warning (#2503)noah the goodra
2016-12-23file_util: fix missing sysdata pathwwylele
2016-12-21file_util: Remove unused paths.bunnei
2016-12-13Common: Fix gcc build on macOSJeffrey Pfau
2016-11-30WINVER definition moved to CMake and cleanupfreiro
2016-11-26Removed /user/ from pathfreiro
2016-11-24Switch to AppData/Roamingfreiro
2016-11-19Return by value and other fixesfreiro
2016-11-19Win32 move default user folder location to AppDatafreiro
2016-10-27common: convert to standard stat()/fstat() interfacesAnthony J. Bentley
2016-10-27common: stat64 is non-standard, hide on a random UnixJan Beich
2016-09-21Remove special rules for Windows.h and library includesYuri Kunde Schlesner
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-09-13Common: readdir_r() is deprecated, switch to readdir().Emmanuel Gil Peyrot
2016-06-19Fix recursive scanning of directoriesYuri Kunde Schlesner
2016-05-21Common: Make recursive FileUtil functions take a maximum recursionEmmanuel Gil Peyrot
2016-04-19Merge pull request #1672 from wwylele/win-driver-fixbunnei
2016-04-15fix driver root identification on Windowswwylele
2016-04-13file_util: In-class initialize data membersLioncash
2016-04-13file_util: const qualify IOFile's Tell and GetSize functionsLioncash
2016-04-13file_util: Don't expose IOFile internals through the APILioncash
2016-03-31remove debug codeLFsWang
2016-03-31fix unicode url problem on windowsLFsWang
2016-03-31Fix encode problem On WindowsLFsWang
2016-01-16DiskDirectory: Initialize the directory member with valid info.Subv
2015-12-23Add missing return values in ForeachDirectoryEntryLFsWang
2015-11-27Refactor ScanDirectoryTreeAndCallback to separate errors and retvalsarchshift
2015-10-01Merge pull request #1095 from archshift/game-listbunnei
2015-09-30Split up FileUtil::ScanDirectoryTree to be able to use callbacks for custom b...archshift
2015-09-16general: Silence some warnings when using clangLioncash
2015-06-28Common: Fix FileUtil includes, and everything relying on those.Emmanuel Gil Peyrot
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot
2015-05-07Common: Remove common.hYuri Kunde Schlesner
2015-05-07Common: Move IO-specific compatibility macros to file_util.cppYuri Kunde Schlesner
2015-05-06Common: Remove many unnecessary cross-platform compatibility macrosYuri Kunde Schlesner
2015-02-25Common: Switch to the XDG Base Directory Specification for directory selection.Emmanuel Gil Peyrot
2015-02-20Common: Change names containing “Dolphin” or “PPSSPP” to something mo...Emmanuel Gil Peyrot
2015-01-03Archives: Changed the way paths are built for the archives.Subv
2015-01-02Archives: Change the folder layout of some archives.Subv
2015-01-02Archives: Reduced duplicate code in RomFS and SaveCheck.Subv
2014-12-29Archives: Implemented ExtSaveData and SharedExtSaveDataSubv
2014-12-20License changepurpasmart96
2014-12-17SaveData: Implemented the SystemSaveData archive.Subv
2014-12-17Filesystem/Archives: Implemented the SaveData archiveSubv
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner