summaryrefslogtreecommitdiff
path: root/Source/Core/Common/FileUtil.cpp
AgeCommit message (Expand)Author
2016-04-25make DeleteDirRecursively clean up correctly after failure.Scott Mansell
2016-01-21Correct ampersands as wellmathieui
2016-01-21More asterisksmathieui
2016-01-21Common: asterisks go against the type namemathieui
2015-12-29Add support for sending game memory changes to outside processesspxtr
2015-11-12Merge pull request #2304 from linkmauve/xdg-basedirMarkus Wick
2015-11-10FileUtil: Move ShaderCache to the Cache directory.Emmanuel Gil Peyrot
2015-11-10Implement relocatable builds on LinuxMathieu Comandon
2015-10-24GC controller input using named pipesspxtr
2015-09-28Fix building with PCH disabled.Rohit Nirmal
2015-09-26Common: Remove other Common prefixed headers from Common.hLioncash
2015-08-26Fix VolumeDirectoryJosJuice
2015-06-26GetExeDirectory() shouldn't return paths with /../ in the middle.Admiral H. Curtiss
2015-06-13Fix FreeBSD buildJeffrey Pfau
2015-05-28Add a mode to use a dummy Wii NAND.comex
2015-05-28Fix CopyDir to not require source and dest paths to end with "/".comex
2015-05-28Rewrite FileSearch and improve ScanDirectoryTree.comex
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-04-15General: Apply the const specifier where applicableLioncash
2015-04-07Common: Remove TLS usage in GetLastErrorMsgdegasus
2015-03-17Fix Wii configuration path being incorrect.Ryan Houdek
2015-03-15Fix user directories at times doing stupid things.Ryan Houdek
2015-02-25Fix a bug on user path re-assignment.Ryan Houdek
2015-02-25Move user directory detection location to UICommon.Ryan Houdek
2015-01-12Minor consistency changesStevoisiak
2014-12-20Merge pull request #1486 from rohit-n/gotoPierre Bourdon
2014-12-11Fix hires texture path.Rachel Bryk
2014-12-01Common: Remove gotos in FileUtil, and replace FILE*s with IOFile/ifstreams.Rohit Nirmal
2014-10-22Read game title from ini file, or titles.txt if it exists.Rachel Bryk
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
2014-08-30Common: Clean up brace placementsLioncash
2014-07-31Common: Simplify StripTailDirSlashesLioncash
2014-03-14Kill off some usages of c_str.Lioncash
2014-03-09clang-modernize -use-nullptrTillmann Karras
2014-02-22Make Common/ mostly IWYU clean (and fix errors in rest of the project detecte...Pierre Bourdon
2014-02-20Fix more header sorting issues in Common/ (now check-includes clean).Pierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-17Second and final pass of clearing out tabs.Lioncash
2014-02-03Remove a pointless c_str() call in FileUtil.cpp. The function takes a string ...Lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre