| Age | Commit message (Collapse) | Author |
|
In WiimoteReal.cpp, JitRegCache.cpp, lambda predicates were replaced by pointers to member functions because ranges algorithms are able invoke those.
In ConvertDialog.cpp, the `std::mem_fn` helper was removed because ranges algorithms are able to handle pointers to member functions as predicates.
|
|
|
|
|
|
|
|
SPDX standardizes how source code conveys its copyright and licensing
information. See https://spdx.github.io/spdx-spec/1-rationale/ . SPDX
tags are adopted in many large projects, including things like the Linux
kernel.
|
|
|
|
where possible.
This removes std::iostream from the inheritance chain, which reduces
overhead slightly.
|
|
Allows calling code to move the std::string into the Watch instances,
avoiding copies.
|
|
Move Watches to Common
|