summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/Filesystem.h
AgeCommit message (Expand)Author
2016-09-18Filesystem: Return strings from GetFileName without the const qualifierLioncash
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2015-12-14DiscIO: Improve IVolume::Read32 error handlingJosJuice
2015-12-07DiscIO: Make factory methods return unique_ptrsLioncash
2015-11-10DiscIO: drop unused stuffTillmann Karras
2015-10-17Remove DiscScrubber::GetDOLSize in favor of IFileSystem::GetBootDOLSizeJosJuice
2015-06-02Merge pull request #2338 from JosJuice/getfilelist-returncomex
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-05-03FileSystemGCWii: Allow reading files partiallyJosJuice
2015-04-28Filesystem: Return file list reference instead of modifying argumentJosJuice
2015-01-11Fix compiler error for win64 (SFileInfo doesn't get used much so a copy won't...Tres Walsh
2015-01-11Reduce number of allocations in CFileSystemGCWii::BuildFilenamesTres Walsh
2014-03-16Simplify file tree building for the filesystem view.Lioncash
2014-03-14Kill off some usages of c_str.Lioncash
2014-02-22Make DiscIO/ mostly IWYU clean (and fix errors in rest of the project detecte...Pierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-10Replace all include guard ifdefs with "#pragma once"lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre