dolphin/Source/Core
mitaclaw 728663bdc0 Modernize std::binary_search with ranges
In VolumeVerifier.cpp, constructing a `std::string_view` of the volume's GameID is unnecessary, as `std::`(`ranges::`)`binary_search` supports heterogeneous lookup. The usage in GameFile.cpp is a perfect example.
2024-10-10 00:53:48 -07:00
..
AudioCommon
Common Modernize std::sort with ranges 2024-10-10 00:53:48 -07:00
Core Modernize std::reverse_copy with ranges 2024-10-10 00:53:48 -07:00
DiscIO Modernize std::binary_search with ranges 2024-10-10 00:53:48 -07:00
DolphinNoGUI
DolphinQt Modernize std::sort with ranges 2024-10-10 00:53:48 -07:00
DolphinTool Add generation of rcheevos hash to DolphinTool 2024-09-15 15:52:04 +01:00
InputCommon Modernize std::sort with ranges 2024-10-10 00:53:48 -07:00
MacUpdater
UICommon Modernize std::binary_search with ranges 2024-10-10 00:53:48 -07:00
UpdaterCommon
VideoBackends Modernize std::is_sorted with ranges 2024-10-10 00:53:48 -07:00
VideoCommon Modernize std::binary_search with ranges 2024-10-10 00:53:48 -07:00
WinUpdater Remove redundant semicolons 2024-08-20 14:59:54 +02:00
CMakeLists.txt
DolphinLib.ARM64.props
DolphinLib.props
DolphinLib.vcxproj
DolphinLib.vcxproj.user
DolphinLib.x64.props