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
Age
Commit message (
Expand
)
Author
2025-05-25
Hide DirectoryBlob header.bin files from game list
JosJuice
2025-05-16
DiscIO: Make functions constant
Dr. Dystopia
2025-05-07
Merge pull request #13542 from tygyh/DiscIO-Pass-parameters-by-constant-refer...
Jordan Woyak
2025-05-01
Merge pull request #13597 from JosJuice/hide-boot-bin
JMC47
2025-04-26
Hide DirectoryBlob boot.bin files from game list
JosJuice
2025-04-23
linter: Apply clang-format 19.1 formatting
Joshua Vandaƫle
2025-04-22
Merge pull request #13540 from tygyh/DiscIO-Remove-redundant-qualifiers
Jordan Woyak
2025-04-22
DiscIO: Remove redundant qualifiers
Dr. Dystopia
2025-04-21
Implement Triforce ID parsing
Zopolis4
2025-04-21
Add Triforce platform and preliminary boot.id parsing
Zopolis4
2025-04-21
Merge pull request #13537 from tygyh/DiscIO-Make-variables-constexpr
Tilka
2025-04-20
Merge pull request #13538 from tygyh/DiscIO-Use-default-to-define-a-trivial-d...
Tilka
2025-04-20
Merge pull request #13541 from tygyh/DiscIO-Remove-redundant-zero-initializer...
Tilka
2025-04-20
DiscIO: Pass parameters by constant reference
Dr. Dystopia
2025-04-19
DiscIO: Remove redundant zero initializers in aggregate initializations
Dr. Dystopia
2025-04-19
DiscIO: Use `= default` to define a trivial destructor
Dr. Dystopia
2025-04-19
DiscIO: Make variables constexpr
Dr. Dystopia
2025-04-19
DiscIO: Make classes final
Dr. Dystopia
2025-04-15
DiscIO/Volume: Fix Partition struct comparison operators
Dr. Dystopia
2025-03-29
Merge pull request #13221 from mitaclaw/nrvo-fails-1
JMC47
2025-03-10
GCC: Remedy NRVO Fails
mitaclaw
2025-03-09
Modernize `std::stable_sort` with ranges and projections
mitaclaw
2025-03-09
Modernize `std::sort` with ranges and projections
mitaclaw
2025-03-09
Simplify `std::find_if` with `std::ranges::find` and projections
mitaclaw
2025-01-19
Fix build with minizip-ng 4.0.8
Joshua Vandaƫle
2025-01-01
Simplify `std::search` with `Common::ContainsSubrange`
mitaclaw
2025-01-01
Simplify `std::find` with `Common::Contains`
mitaclaw
2024-12-26
Merge pull request #13116 from mitaclaw/ranges-modernization-8-trivial-of
JMC47
2024-12-15
Modernize `std::any_of` with ranges
mitaclaw
2024-12-15
Modernize `std::all_of` with ranges
mitaclaw
2024-12-15
StringUtil: More Wrappers For <cctype>
mitaclaw
2024-10-17
Modernize `std::search` with ranges
mitaclaw
2024-10-15
Merge pull request #13090 from mitaclaw/ranges-modernization-1-trivial
JosJuice
2024-10-11
DolphinQt: Restrict size of banner image in game properties info tab.
Jordan Woyak
2024-10-11
Merge pull request #13095 from mitaclaw/ranges-modernization-6-n
Tilka
2024-10-11
Merge pull request #13117 from mitaclaw/ranges-modernization-9-trivial-find
Tilka
2024-10-10
C++20: Synthesize `operator!=` From `operator==`
mitaclaw
2024-10-10
Modernize `std::find_if` with ranges
mitaclaw
2024-10-10
Modernize `std::binary_search` with ranges
mitaclaw
2024-10-10
Modernize `std::sort` with ranges
mitaclaw
2024-10-07
Simplify `std::fill` with `std::fill_n`
mitaclaw
2024-10-07
Simplify `std::copy` with `std::copy_n`
mitaclaw
2024-09-28
VolumeVerifier: Promote `DEBUG_ASSERT` to `static_assert`
mitaclaw
2024-09-08
DiscIO: Fix a typo in an RVZPack comment
JosJuice
2024-08-27
RVZ: Fix undefined behaviour when copying 0 bytes to a null pointer
Ferdinand Bachmann
2024-08-20
Remove redundant semicolons
Dr. Dystopia
2024-07-21
Use C++20 erase_if() instead of erase(remove_if()) (NFC)
Tillmann Karras
2024-06-06
Use a stub AchivementManager when USE_RETRO_ACHIEVEMENTS isn't defined
JosJuice
2024-05-26
DiscIO: drop unused Volume::CheckContentIntegrity() overload
Tillmann Karras
2024-05-02
Disabled Hardcore Mode when Achievements disabled
LillyJadeKatrin
[next]