dolphin/Source/Core
mitaclaw 8b9f92a0af Modernize std::sort with ranges and projections
In PPCTables.cpp, the code is currently unused so I was unable to test it.

In CustomPipeline.cpp, a pointer to member function cannot be used due to 16.4.5.2.1 of the C++ Standard regarding "addressable functions". https://eel.is/c++draft/namespace.std#6

In Fs.cpp and DirectoryBlob.cpp, these examples used projections in a previous iteration of this commit, but no longer do. Still, they remain in this commit because the PR they would actually belong to is already merged.
2025-03-09 13:26:38 -07:00
..
AudioCommon CMakeLists: Add flag to disable Cubeb 2025-01-25 14:06:55 -05:00
Common Modernize std::sort with ranges and projections 2025-03-09 13:26:38 -07:00
Core Modernize std::sort with ranges and projections 2025-03-09 13:26:38 -07:00
DiscIO Modernize std::sort with ranges and projections 2025-03-09 13:26:38 -07:00
DolphinNoGUI GDBStub: Signal Breakpoint Changes To Host 2024-11-15 15:12:11 -08:00
DolphinQt Simplify std::count_if with std::ranges::count and projections 2025-03-09 13:26:37 -07:00
DolphinTool VerifyTool: Add missing USE_RETRO_ACHIEVEMENTS ifdefs 2024-12-15 18:15:57 +01:00
InputCommon InputCommon: Use Clock from CommonTypes. 2025-03-02 15:42:26 -06:00
MacUpdater Simplify std::find_if with std::ranges::find and projections 2025-03-09 13:26:35 -07:00
UICommon Modernize std::sort with ranges and projections 2025-03-09 13:26:38 -07:00
UpdaterCommon
VideoBackends VideoBackends: Use DXGI 1.6 and D3D11_4 2025-02-02 09:02:35 +01:00
VideoCommon Modernize std::sort with ranges and projections 2025-03-09 13:26:38 -07:00
WinUpdater Simplify std::find_if with std::ranges::find and projections 2025-03-09 13:26:35 -07:00
CMakeLists.txt
DolphinLib.ARM64.props
DolphinLib.props Common: Create Range Projections For std::pair 2025-03-09 13:19:41 -07:00
DolphinLib.vcxproj
DolphinLib.vcxproj.user
DolphinLib.x64.props
VersionInfo.plist.in ScmRevGen: Don't generate Info.plist files directly 2024-12-05 14:56:08 -05:00