dolphin/Source/Core/InputCommon/ControlReference
mitaclaw 860e6cf5cb 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-15 19:50:34 -08:00
..
ControlReference.cpp Fix all uninitialized variable warnings (C26495) 2021-10-13 12:32:16 -07:00
ControlReference.h NumericSetting: Stop values from binding to numbered input names. 2024-04-12 15:54:18 -05:00
ExpressionParser.cpp Modernize std::all_of with ranges 2024-12-15 19:50:34 -08:00
ExpressionParser.h ExpressionParser: Pass control qualifiers by const reference 2023-12-12 13:50:46 -05:00
FunctionExpression.cpp ExpressionParser: Support unary plus operator. 2024-04-12 15:52:35 -05:00
FunctionExpression.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00