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