| Age | Commit message (Collapse) | Author |
|
|
|
|
|
The general convention in the codebase is to compare the non-constant
value/string with the constant value/string, not the other way around.
|
|
MakeFunctionExpression()
Given all conditional bodies only contain a return, the use of else here
isn't necessary.
This has the benefit of consistently vertically aligning the names.
|
|
std::string_view
There's nothing within this function that requires a copy of the string
to be made, so we can make use of a non-owning view
|
|
This isn't used anywhere in the translation unit, so we can remove it.
|
|
Since we target C++17, we can collapse the namespaces into a single
declaration specifier.
|
|
std::min/std::max are used within this translation unit, so it needs to
be included to prevent potential compilation failures.
|
|
|
|
serialization functions.
|
|
|
|
|
|
|
|
for each press.
|
|
|
|
|
|
taps within Y seconds.
|
|
N seconds.
|
|
|
|
|
|
state.
|
|
|