index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
InputCommon
/
ControlReference
/
ExpressionParser.h
Age
Commit message (
Expand
)
Author
2021-01-27
rename InputCommon/ControllerInterface/Device to CoreDevice
Shawn Hoffman
2020-09-25
ExpressionParser: Add Hotkey syntax.
Jordan Woyak
2019-10-20
ExpressionParser: Add XOR operator.
Jordan Woyak
2019-10-12
ExpressionParser: Make Lexer ctor explicit and move argument.
Jordan Woyak
2019-10-12
ExpressionParser: Add support for /* */ style comments.
Jordan Woyak
2019-10-11
ExpressionParser: Remove ! character from function syntax. Remove unused seri...
Jordan Woyak
2019-10-11
ExpressionParser/DolphinQt: Added parse results to UI.
Jordan Woyak
2019-10-11
DolphinQT: Add syntax highlighting from tokenizer data.
Jordan Woyak
2019-10-11
ExpressionParser: Move FunctionExpression type definitions into another file.
Jordan Woyak
2019-10-11
ExpressionParser: Renamed ControlFinder to ControlEnvironment. Added support ...
Jordan Woyak
2019-10-11
ExpressionParser: Add support for literals.
Jordan Woyak
2019-06-17
InputCommon: Use nested namespace specifiers where applicable
Lioncash
2019-05-06
Reformat repo to clang-format 7.0 rules
Techjar
2017-09-14
ControlReference/ExpressionParser: separate parsing from binding
Michael M
2017-09-14
ExpressionParser: expose ExpressionNode directly
Michael M
2017-09-14
ParseStatus: replace NoDevice with EmptyExpression
Michael M
2017-09-14
ExpressionParser: replace bare pointers with unique_ptrs
Michael M
2017-09-14
ParseExpression: return a std::pair
Michael M
2017-04-02
ExpressionParser: Rename ParseStatus' Success member to Successful
Lioncash
2017-02-28
ExpressionParser: Convert parse state enum into an enum class
Lioncash
2017-02-26
ExpressionParser: Const-correctness changes
Lioncash
2017-02-07
InputCommon: Extract ControlReference from ControllerInterface
Michael Maltese