dolphin/Source/Core/UICommon
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
..
ResourcePack Modernize std::sort with ranges and projections 2025-03-09 13:26:38 -07:00
AutoUpdate.cpp AutoUpdate: Remove the old updater app on macOS if it exists 2024-08-08 02:51:18 -04:00
AutoUpdate.h
CMakeLists.txt Move UICommon/Disassembler to Common/HostDisassembler 2024-10-19 00:14:54 -07:00
CommandLineParse.cpp
CommandLineParse.h
DBusUtils.cpp linux: Use D-Bus to inhibit screensaver 2024-09-27 21:22:57 +01:00
DBusUtils.h linux: Use D-Bus to inhibit screensaver 2024-09-27 21:22:57 +01:00
DiscordPresence.cpp Send Rich Presence to Discord 2024-05-08 00:33:33 -04:00
DiscordPresence.h Send Rich Presence to Discord 2024-05-08 00:33:33 -04:00
GameFile.cpp Merge pull request #13096 from mitaclaw/ranges-modernization-7-rewrite 2024-10-27 19:17:01 -04:00
GameFile.h GameList: Show (Disc 1) for first disc of two-disc games 2024-04-14 13:55:18 -07:00
GameFileCache.cpp Simplify std::find_if with std::ranges::find and projections 2025-03-09 13:26:35 -07:00
GameFileCache.h
NetPlayIndex.cpp
NetPlayIndex.h
UICommon.cpp Merge pull request #13090 from mitaclaw/ranges-modernization-1-trivial 2024-10-15 17:08:55 +02:00
UICommon.h linux: Use D-Bus to inhibit screensaver 2024-09-27 21:22:57 +01:00
USBUtils.cpp
USBUtils.h
X11Utils.cpp Simplify std::find with Common::Contains 2025-01-01 09:52:03 -08:00
X11Utils.h linux: Use D-Bus to inhibit screensaver 2024-09-27 21:22:57 +01:00