index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
DiscIO
/
Filesystem.h
Age
Commit message (
Expand
)
Author
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2020-12-03
DiscIO: Fix recursive directory extraction
JosJuice
2019-05-29
DiscIO: Avoid copies when comparing FileSystemGCWii file names
JosJuice
2019-05-29
DiscIO: Use std::string_view in FileSystem::FindFileInfo
JosJuice
2018-06-02
Qt/FilesystemWidget: Add size column
spycrab
2018-04-12
Reformat all the things!
spycrab
2017-09-15
DiscIO: Remove m_partition and m_volume from FileSystem
JosJuice
2017-09-15
DiscIO: Use Common::Lazy for loading filesystems
JosJuice
2017-08-05
Filesystem: Declare FileInfo iterator's move constructor and assignment opera...
Lioncash
2017-06-28
DiscIO: Move parts of Filesystem to the new file DiscExtractor
JosJuice
2017-06-14
Filesystem: Make destructors = default
JosJuice
2017-06-14
Filesystem: Modernize variable names
JosJuice
2017-06-14
Filesystem: Replace GetFileList()
JosJuice
2017-06-13
Filesystem: Initialize everything in constructor
JosJuice
2017-06-13
Filesystem: Read the entire FST in one go
JosJuice
2017-06-13
Filesystem: Use file info in arguments instead of path
JosJuice
2017-06-13
Filesystem: Make FindFileInfo public
JosJuice
2017-06-13
Filesystem: Replace file info's full path with name
JosJuice
2017-06-13
Filesystem: Replace FileInfo struct with interface
JosJuice
2017-06-06
DiscIO: Remove C/I/S prefixes from class names
JosJuice
2017-06-05
DiscIO: Use std::optional in Volume and Blob
JosJuice
2017-05-16
VolumeWiiCrypted: Replace ChangePartition with a partition parameter
JosJuice
2016-09-18
Filesystem: Return strings from GetFileName without the const qualifier
Lioncash
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2015-12-14
DiscIO: Improve IVolume::Read32 error handling
JosJuice
2015-12-07
DiscIO: Make factory methods return unique_ptrs
Lioncash
2015-11-10
DiscIO: drop unused stuff
Tillmann Karras
2015-10-17
Remove DiscScrubber::GetDOLSize in favor of IFileSystem::GetBootDOLSize
JosJuice
2015-06-02
Merge pull request #2338 from JosJuice/getfilelist-return
comex
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2015-05-03
FileSystemGCWii: Allow reading files partially
JosJuice
2015-04-28
Filesystem: Return file list reference instead of modifying argument
JosJuice
2015-01-11
Fix compiler error for win64 (SFileInfo doesn't get used much so a copy won't...
Tres Walsh
2015-01-11
Reduce number of allocations in CFileSystemGCWii::BuildFilenames
Tres Walsh
2014-03-16
Simplify file tree building for the filesystem view.
Lioncash
2014-03-14
Kill off some usages of c_str.
Lioncash
2014-02-22
Make DiscIO/ mostly IWYU clean (and fix errors in rest of the project detecte...
Pierre Bourdon
2014-02-18
Convert all includes to relative paths.
Lioncash
2014-02-10
Replace all include guard ifdefs with "#pragma once"
lioncash
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre