.. |
Blob.cpp
|
d2a56b321f
Merge pull request #13095 from mitaclaw/ranges-modernization-6-n
|
1 month ago |
Blob.h
|
335cf4f2db
Added CopyReader to BlobReader and all subclasses
|
1 year ago |
CISOBlob.cpp
|
335cf4f2db
Added CopyReader to BlobReader and all subclasses
|
1 year ago |
CISOBlob.h
|
335cf4f2db
Added CopyReader to BlobReader and all subclasses
|
1 year ago |
CMakeLists.txt
|
5b10a80401
CMake: Use targets for all optionally-external dependencies
|
1 year ago |
CompressedBlob.cpp
|
7c96762f5f
Simplify `std::copy` with `std::copy_n`
|
1 month ago |
CompressedBlob.h
|
335cf4f2db
Added CopyReader to BlobReader and all subclasses
|
1 year ago |
DirectoryBlob.cpp
|
07605bf67c
Merge pull request #13090 from mitaclaw/ranges-modernization-1-trivial
|
1 month ago |
DirectoryBlob.h
|
e8d5fb89e4
C++20: Synthesize `operator!=` From `operator==`
|
1 month ago |
DiscExtractor.cpp
|
ee19ff66b4
Remove NKit data when extracting a GCN/Wii disc volume
|
1 year ago |
DiscExtractor.h
|
e149ad4f0a
treewide: convert GPLv2+ license info to SPDX tags
|
3 years ago |
DiscScrubber.cpp
|
335cf4f2db
Added CopyReader to BlobReader and all subclasses
|
1 year ago |
DiscScrubber.h
|
335cf4f2db
Added CopyReader to BlobReader and all subclasses
|
1 year ago |
DiscUtils.cpp
|
982893b04c
Use C++20 erase_if() instead of erase(remove_if()) (NFC)
|
4 months ago |
DiscUtils.h
|
1aa8a4d46f
DolphinTool: CLI utility interface and disc image tools
|
3 years ago |
Enums.cpp
|
71dfa66d8b
Tool/Header: Add JSON output mode; game data
|
1 year ago |
Enums.h
|
71dfa66d8b
Tool/Header: Add JSON output mode; game data
|
1 year ago |
FileBlob.cpp
|
335cf4f2db
Added CopyReader to BlobReader and all subclasses
|
1 year ago |
FileBlob.h
|
335cf4f2db
Added CopyReader to BlobReader and all subclasses
|
1 year ago |
FileSystemGCWii.cpp
|
6e5f4125e3
Use Common::ToLower and Common::ToUpper
|
2 years ago |
FileSystemGCWii.h
|
e149ad4f0a
treewide: convert GPLv2+ license info to SPDX tags
|
3 years ago |
Filesystem.cpp
|
e149ad4f0a
treewide: convert GPLv2+ license info to SPDX tags
|
3 years ago |
Filesystem.h
|
e8d5fb89e4
C++20: Synthesize `operator!=` From `operator==`
|
1 month ago |
GameModDescriptor.cpp
|
d51e4e5236
get rid of HAS_STD_FILESYSTEM
|
1 year ago |
GameModDescriptor.h
|
2906889804
Core: Add a Maker field for GameModDescriptors.
|
2 years ago |
LaggedFibonacciGenerator.cpp
|
7c96762f5f
Simplify `std::copy` with `std::copy_n`
|
1 month ago |
LaggedFibonacciGenerator.h
|
78bfd25964
Fix all uninitialized variable warnings (C26495)
|
3 years ago |
MultithreadedCompressor.h
|
e149ad4f0a
treewide: convert GPLv2+ license info to SPDX tags
|
3 years ago |
NANDImporter.cpp
|
c97c80d1cb
NANDImporter: Check data bounds.
|
1 year ago |
NANDImporter.h
|
c97c80d1cb
NANDImporter: Check data bounds.
|
1 year ago |
NFSBlob.cpp
|
335cf4f2db
Added CopyReader to BlobReader and all subclasses
|
1 year ago |
NFSBlob.h
|
335cf4f2db
Added CopyReader to BlobReader and all subclasses
|
1 year ago |
RiivolutionParser.cpp
|
9602f36248
Remove redundant semicolons
|
3 months ago |
RiivolutionParser.h
|
8802f96b7e
Fix uninitialized variable warnings (C26495)
|
1 year ago |
RiivolutionPatcher.cpp
|
e4fb837f4b
Modernize `std::find_if` with ranges
|
1 month ago |
RiivolutionPatcher.h
|
c2e39e0d68
RiivolutionParser: Make use of std::span where applicable
|
11 months ago |
ScrubbedBlob.cpp
|
335cf4f2db
Added CopyReader to BlobReader and all subclasses
|
1 year ago |
ScrubbedBlob.h
|
335cf4f2db
Added CopyReader to BlobReader and all subclasses
|
1 year ago |
SplitFileBlob.cpp
|
335cf4f2db
Added CopyReader to BlobReader and all subclasses
|
1 year ago |
SplitFileBlob.h
|
335cf4f2db
Added CopyReader to BlobReader and all subclasses
|
1 year ago |
TGCBlob.cpp
|
7c96762f5f
Simplify `std::copy` with `std::copy_n`
|
1 month ago |
TGCBlob.h
|
335cf4f2db
Added CopyReader to BlobReader and all subclasses
|
1 year ago |
Volume.cpp
|
dd29a54cf6
introduce wrapper for SHA1 functionality
|
2 years ago |
Volume.h
|
e8d5fb89e4
C++20: Synthesize `operator!=` From `operator==`
|
1 month ago |
VolumeDisc.cpp
|
dd29a54cf6
introduce wrapper for SHA1 functionality
|
2 years ago |
VolumeDisc.h
|
dd29a54cf6
introduce wrapper for SHA1 functionality
|
2 years ago |
VolumeFileBlobReader.cpp
|
335cf4f2db
Added CopyReader to BlobReader and all subclasses
|
1 year ago |
VolumeFileBlobReader.h
|
335cf4f2db
Added CopyReader to BlobReader and all subclasses
|
1 year ago |
VolumeGC.cpp
|
a87dffe52d
DiscIO: Replace IsDataSizeAccurate with GetDataSizeType
|
2 years ago |
VolumeGC.h
|
a87dffe52d
DiscIO: Replace IsDataSizeAccurate with GetDataSizeType
|
2 years ago |
VolumeVerifier.cpp
|
07605bf67c
Merge pull request #13090 from mitaclaw/ranges-modernization-1-trivial
|
1 month ago |
VolumeVerifier.h
|
40a4eb3893
DiscIO: Adjust GetDataSizeType logic for NFS
|
2 years ago |
VolumeWad.cpp
|
4619db2ae9
DiscIO: drop unused Volume::CheckContentIntegrity() overload
|
6 months ago |
VolumeWad.h
|
4619db2ae9
DiscIO: drop unused Volume::CheckContentIntegrity() overload
|
6 months ago |
VolumeWii.cpp
|
a87dffe52d
DiscIO: Replace IsDataSizeAccurate with GetDataSizeType
|
2 years ago |
VolumeWii.h
|
a87dffe52d
DiscIO: Replace IsDataSizeAccurate with GetDataSizeType
|
2 years ago |
WIABlob.cpp
|
7c96762f5f
Simplify `std::copy` with `std::copy_n`
|
1 month ago |
WIABlob.h
|
e8d5fb89e4
C++20: Synthesize `operator!=` From `operator==`
|
1 month ago |
WIACompression.cpp
|
dd29a54cf6
introduce wrapper for SHA1 functionality
|
2 years ago |
WIACompression.h
|
9602f36248
Remove redundant semicolons
|
3 months ago |
WbfsBlob.cpp
|
335cf4f2db
Added CopyReader to BlobReader and all subclasses
|
1 year ago |
WbfsBlob.h
|
335cf4f2db
Added CopyReader to BlobReader and all subclasses
|
1 year ago |
WiiEncryptionCache.cpp
|
e149ad4f0a
treewide: convert GPLv2+ license info to SPDX tags
|
3 years ago |
WiiEncryptionCache.h
|
78bfd25964
Fix all uninitialized variable warnings (C26495)
|
3 years ago |
WiiSaveBanner.cpp
|
23ba1c9133
DolphinQt: Restrict size of banner image in game properties info tab.
|
1 month ago |
WiiSaveBanner.h
|
23ba1c9133
DolphinQt: Restrict size of banner image in game properties info tab.
|
1 month ago |