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-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
2023-12-12
RiivolutionParser: Remove usages of global system accessor
Lioncash
2023-12-12
RiivolutionParser: Make use of std::span where applicable
Lioncash
2023-12-02
Disable memory patches in hardcore mode
LillyJadeKatrin
2023-11-28
Tool/Header: Add JSON output mode; game data
Lexi Larkin
2023-11-05
DiscIO: Remove unintentional use of comma operator
JosJuice
2023-10-01
Added CopyReader to BlobReader and all subclasses
LillyJadeKatrin
2023-08-19
DiscIO: Don't keep volume pointer in DiscScrubber
JosJuice
2023-06-30
Merge pull request #11955 from TellowKrinkle/CMakeDependencies
Admiral H. Curtiss
2023-06-15
CMake: Use targets for all optionally-external dependencies
TellowKrinkle
2023-06-13
Common: Convert FromWhichRoot to enum class
Dentomologist
2023-06-02
Remove NKit data when extracting a GCN/Wii disc volume
get
2023-05-17
Merge pull request #11829 from lioncash/strutil
JosJuice
2023-05-16
Merge pull request #11828 from JosJuice/wia-convert-comments
Mai
2023-05-16
StringUtil: Move IsPrintableCharacter() into Common namespace
Lioncash
2023-05-16
DiscIO: Improve comments in WIARVZFileReader::Convert
JosJuice
2023-05-15
IOS/ES: Split ESDevice into ESCore and ESDevice.
Admiral H. Curtiss
2023-04-02
NANDImporter: Check data bounds.
Admiral H. Curtiss
2023-03-28
PowerPC/MMU: Refactor to class, move to System.
Admiral H. Curtiss
2023-03-05
DiscIO: Add support for CleanRip-style split ISOs.
Admiral H. Curtiss
2023-02-28
RiivolutionPatcher: Use capitalization of file that exists in the host file s...
Admiral H. Curtiss
2023-02-28
Common: Add utility function for case-insensitive string comparison.
Admiral H. Curtiss
2023-02-15
Fix uninitialized variable warnings (C26495)
Pokechu22
2023-02-13
Merge pull request #11554 from JosJuice/host-lock-cpu
Scott Mansell
2023-02-12
DiscIO/FileBlob: Make m_size unsigned.
Admiral H. Curtiss
[next]