summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO
AgeCommit message (Expand)Author
2025-04-23linter: Apply clang-format 19.1 formattingJoshua Vandaƫle
2025-04-22Merge pull request #13540 from tygyh/DiscIO-Remove-redundant-qualifiersJordan Woyak
2025-04-22DiscIO: Remove redundant qualifiersDr. Dystopia
2025-04-21Implement Triforce ID parsingZopolis4
2025-04-21Add Triforce platform and preliminary boot.id parsingZopolis4
2025-04-21Merge pull request #13537 from tygyh/DiscIO-Make-variables-constexprTilka
2025-04-20Merge pull request #13538 from tygyh/DiscIO-Use-default-to-define-a-trivial-d...Tilka
2025-04-20Merge pull request #13541 from tygyh/DiscIO-Remove-redundant-zero-initializer...Tilka
2025-04-19DiscIO: Remove redundant zero initializers in aggregate initializationsDr. Dystopia
2025-04-19DiscIO: Use `= default` to define a trivial destructorDr. Dystopia
2025-04-19DiscIO: Make variables constexprDr. Dystopia
2025-04-19DiscIO: Make classes finalDr. Dystopia
2025-04-15DiscIO/Volume: Fix Partition struct comparison operatorsDr. Dystopia
2025-03-29Merge pull request #13221 from mitaclaw/nrvo-fails-1JMC47
2025-03-10GCC: Remedy NRVO Failsmitaclaw
2025-03-09Modernize `std::stable_sort` with ranges and projectionsmitaclaw
2025-03-09Modernize `std::sort` with ranges and projectionsmitaclaw
2025-03-09Simplify `std::find_if` with `std::ranges::find` and projectionsmitaclaw
2025-01-19Fix build with minizip-ng 4.0.8Joshua Vandaƫle
2025-01-01Simplify `std::search` with `Common::ContainsSubrange`mitaclaw
2025-01-01Simplify `std::find` with `Common::Contains`mitaclaw
2024-12-26Merge pull request #13116 from mitaclaw/ranges-modernization-8-trivial-ofJMC47
2024-12-15Modernize `std::any_of` with rangesmitaclaw
2024-12-15Modernize `std::all_of` with rangesmitaclaw
2024-12-15StringUtil: More Wrappers For <cctype>mitaclaw
2024-10-17Modernize `std::search` with rangesmitaclaw
2024-10-15Merge pull request #13090 from mitaclaw/ranges-modernization-1-trivialJosJuice
2024-10-11DolphinQt: Restrict size of banner image in game properties info tab.Jordan Woyak
2024-10-11Merge pull request #13095 from mitaclaw/ranges-modernization-6-nTilka
2024-10-11Merge pull request #13117 from mitaclaw/ranges-modernization-9-trivial-findTilka
2024-10-10C++20: Synthesize `operator!=` From `operator==`mitaclaw
2024-10-10Modernize `std::find_if` with rangesmitaclaw
2024-10-10Modernize `std::binary_search` with rangesmitaclaw
2024-10-10Modernize `std::sort` with rangesmitaclaw
2024-10-07Simplify `std::fill` with `std::fill_n`mitaclaw
2024-10-07Simplify `std::copy` with `std::copy_n`mitaclaw
2024-09-28VolumeVerifier: Promote `DEBUG_ASSERT` to `static_assert`mitaclaw
2024-09-08DiscIO: Fix a typo in an RVZPack commentJosJuice
2024-08-27RVZ: Fix undefined behaviour when copying 0 bytes to a null pointerFerdinand Bachmann
2024-08-20Remove redundant semicolonsDr. Dystopia
2024-07-21Use C++20 erase_if() instead of erase(remove_if()) (NFC)Tillmann Karras
2024-06-06Use a stub AchivementManager when USE_RETRO_ACHIEVEMENTS isn't definedJosJuice
2024-05-26DiscIO: drop unused Volume::CheckContentIntegrity() overloadTillmann Karras
2024-05-02Disabled Hardcore Mode when Achievements disabledLillyJadeKatrin
2023-12-12RiivolutionParser: Remove usages of global system accessorLioncash
2023-12-12RiivolutionParser: Make use of std::span where applicableLioncash
2023-12-02Disable memory patches in hardcore modeLillyJadeKatrin
2023-11-28Tool/Header: Add JSON output mode; game dataLexi Larkin
2023-11-05DiscIO: Remove unintentional use of comma operatorJosJuice
2023-10-01Added CopyReader to BlobReader and all subclassesLillyJadeKatrin