summaryrefslogtreecommitdiff
path: root/src/common/file_util.cpp
AgeCommit message (Expand)Author
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-08-24file_util: Correct return value in early exit of ReadFileToString()Lioncash
2018-08-11file_util: Add getter for NAND registration directoryZach Hilman
2018-08-08file_util: Use enum instead of bool for specifing path behaviorZach Hilman
2018-08-08file_util: Add platform-specific slash option to SanitizePathZach Hilman
2018-08-01Allow key loading from %YUZU_DIR%/keys in addition to ~/.switchZach Hilman
2018-08-01Use SHGetKnownFolderPath instead of SHGetFolderPathAZach Hilman
2018-08-01Extract mbedtls to cpp fileZach Hilman
2018-08-01Remove files that are not usedZach Hilman
2018-07-23VFS Regression and Accuracy Fixes (#776)Zach Hilman
2018-07-22Merge pull request #768 from lioncash/string-viewbunnei
2018-07-22file_util, vfs: Use std::string_view where applicableLioncash
2018-07-22Merge pull request #765 from lioncash/filebunnei
2018-07-21file_util: Remove goto usages from Copy()Lioncash
2018-07-21file_util: Use a u64 to represent number of entriesLioncash
2018-07-21file_util: std::move FST entries in ScanDirectoryTree()Lioncash
2018-07-21Merge pull request #759 from lioncash/redundantbunnei
2018-07-21file_util: Use an enum class for GetUserPath()Lioncash
2018-07-21file_util: Remove explicit type from std::min() in GetPathWithoutTop()Lioncash
2018-07-21file_util: Remove redundant duplicate return in GetPathWithoutTop()Lioncash
2018-07-19file_util: return string by const reference for GetExeDirectory()Lioncash
2018-07-18Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman
2018-07-07Revert "Virtual Filesystem (#597)"bunnei
2018-07-06Merge pull request #630 from FearlessTobi/remove-citra-referencesbunnei
2018-07-06Virtual Filesystem (#597)Zach Hilman
2018-07-06Remove some references to CitrafearlessTobi
2018-07-02Add configurable logging backendsJames Rowe
2018-07-02Update clang formatJames Rowe
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-04-29file_util: Make move constructor/assignment operator and related functions no...Lioncash
2018-04-27general: Convert assertion macros over to be fmt-compatibleLioncash
2018-04-26common: Move logging macros over to new fmt-capable macros where applicableLioncash
2018-01-20Format: Run the new clang format on everythingJames Rowe
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