dolphin/Source/Core
mitaclaw 063d9894b7 Modernize std::all_of with ranges
In DITSpecification.cpp, MaterialAsset.cpp, and ShaderAsset.cpp, lambda predicates were replaced by pointers to member functions because ranges algorithms are able invoke those.

In NetPlayClient.cpp, the non-trivial `NetPlay::Player` elements were being passed by value in `NetPlayClient::DoAllPlayersHaveGame()`. This has been fixed.

In WIABlob.cpp, the second example's predicate was returning the `std::optional` by value instead of implicitly converting it to a bool. This has been fixed.
2024-12-27 01:54:07 +00:00
..
AudioCommon Adjust order and spacing of various #includes 2024-07-26 14:28:34 -07:00
Common Modernize std::all_of with ranges 2024-12-27 01:54:07 +00:00
Core Modernize std::all_of with ranges 2024-12-27 01:54:07 +00:00
DiscIO Modernize std::all_of with ranges 2024-12-27 01:54:07 +00:00
DolphinNoGUI Merge branch 'master' of https://github.com/dolphin-emu/dolphin into dolphin-emu-maste2r 2024-12-24 20:47:03 -05:00
DolphinQt Modernize std::all_of with ranges 2024-12-27 01:54:07 +00:00
DolphinTool Merge branch 'master' of https://github.com/dolphin-emu/dolphin into dolphin-emu-maste2r 2024-12-24 20:47:03 -05:00
InputCommon Modernize std::all_of with ranges 2024-12-27 01:54:07 +00:00
MacUpdater MacUpdater: Post-process the bundle 2024-08-01 22:06:55 -04:00
UICommon Merge branch 'master' of https://github.com/dolphin-emu/dolphin into dolphin-emu-maste2r 2024-12-24 20:47:03 -05:00
UpdaterCommon Simplify std::copy with std::copy_n 2024-10-07 15:34:56 -07:00
VideoBackends VKSwapChain: Always use surface formats with a normal sRGB color space if not RGBA16F 2024-12-17 16:31:23 +00:00
VideoCommon Modernize std::all_of with ranges 2024-12-27 01:54:07 +00:00
WinUpdater Merge branch 'master' of https://github.com/dolphin-emu/dolphin into dolphin-emu-master 2024-08-23 13:38:17 -04:00
CMakeLists.txt unify build scripts 2024-10-10 06:45:08 -04:00
DolphinLib.ARM64.props
DolphinLib.props Move UICommon/Disassembler to Common/HostDisassembler 2024-10-19 00:14:54 -07:00
DolphinLib.vcxproj Revert "qt ui update" 2024-05-23 17:36:21 -04:00
DolphinLib.vcxproj.user
DolphinLib.x64.props