summaryrefslogtreecommitdiff
path: root/src/common/file_util.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-11file_util: Add getter for NAND registration directoryGravatar Zach Hilman1-0/+6
2018-08-08file_util: Use enum instead of bool for specifing path behaviorGravatar Zach Hilman1-4/+4
2018-08-08file_util: Add platform-specific slash option to SanitizePathGravatar Zach Hilman1-3/+13
2018-08-01Allow key loading from %YUZU_DIR%/keys in addition to ~/.switchGravatar Zach Hilman1-0/+1
2018-08-01Use SHGetKnownFolderPath instead of SHGetFolderPathAGravatar Zach Hilman1-3/+4
2018-08-01Extract mbedtls to cpp fileGravatar Zach Hilman1-1/+1
2018-08-01Remove files that are not usedGravatar Zach Hilman1-0/+12
2018-07-23VFS Regression and Accuracy Fixes (#776)Gravatar Zach Hilman1-1/+10
2018-07-22file_util, vfs: Use std::string_view where applicableGravatar Lioncash1-34/+48
2018-07-21file_util: Remove goto usages from Copy()Gravatar Lioncash1-24/+14
2018-07-21file_util: Use a u64 to represent number of entriesGravatar Lioncash1-9/+9
2018-07-21file_util: std::move FST entries in ScanDirectoryTree()Gravatar Lioncash1-1/+1
2018-07-21file_util: Use an enum class for GetUserPath()Gravatar Lioncash1-33/+35
2018-07-21file_util: Remove explicit type from std::min() in GetPathWithoutTop()Gravatar Lioncash1-1/+1
2018-07-21file_util: Remove redundant duplicate return in GetPathWithoutTop()Gravatar Lioncash1-1/+0
2018-07-19file_util: return string by const reference for GetExeDirectory()Gravatar Lioncash1-1/+1
2018-07-18Virtual Filesystem 2: Electric Boogaloo (#676)Gravatar Zach Hilman1-26/+81
2018-07-07Revert "Virtual Filesystem (#597)"Gravatar bunnei1-67/+26
2018-07-06Virtual Filesystem (#597)Gravatar Zach Hilman1-26/+67
2018-07-06Remove some references to CitraGravatar fearlessTobi1-1/+1
2018-07-02Add configurable logging backendsGravatar James Rowe1-5/+12
2018-07-02Update clang formatGravatar James Rowe1-10/+8
2018-07-02Rename logging macro back to LOG_*Gravatar James Rowe1-40/+40
2018-04-29file_util: Make move constructor/assignment operator and related functions no...Gravatar Lioncash1-3/+3
2018-04-27general: Convert assertion macros over to be fmt-compatibleGravatar Lioncash1-3/+3
2018-04-26common: Move logging macros over to new fmt-capable macros where applicableGravatar Lioncash1-48/+48
2018-01-20Format: Run the new clang format on everythingGravatar James Rowe1-9/+8
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