dolphin/Source/Core
mitaclaw 9bd1dae41d Modernize std::fill with ranges
In DSPCore.cpp, there were two `std::fill` uses that could be simplified using `std::fill_n`. Due to their proximity with other `std::fill` algorithms being modernized with ranges, I chose to make these examples into the rare `std::ranges::fill_n`.
2024-10-10 00:53:48 -07:00
..
AudioCommon
Common Modernize std::replace with ranges 2024-10-10 00:53:48 -07:00
Core Modernize std::fill with ranges 2024-10-10 00:53:48 -07:00
DiscIO VolumeVerifier: Promote DEBUG_ASSERT to static_assert 2024-09-28 23:12:12 -07:00
DolphinNoGUI
DolphinQt Modernize std::transform 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::fill with ranges 2024-10-10 00:53:48 -07:00
MacUpdater MacUpdater: Post-process the bundle 2024-08-01 22:06:55 -04:00
UICommon Modernize std::replace with ranges 2024-10-10 00:53:48 -07:00
UpdaterCommon Use 'contains' method 2024-08-14 22:18:28 +02:00
VideoBackends VideoBackends:Vulkan: Increase VMA Vulkan Version to 1.2 2024-10-05 16:51:14 -05:00
VideoCommon Modernize std::fill with ranges 2024-10-10 00:53:48 -07:00
WinUpdater Remove redundant semicolons 2024-08-20 14:59:54 +02:00
CMakeLists.txt CMakeLists: Embed macOS Updater app inside DolphinQt 2024-08-01 22:06:55 -04:00
DolphinLib.ARM64.props
DolphinLib.props
DolphinLib.vcxproj
DolphinLib.vcxproj.user
DolphinLib.x64.props