| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-04-02 | ExpressionParser: Rename ParseStatus' Success member to Successful | Lioncash | |
| This clashes with X11's preprocessor define named Success (because using non-prefixed lowercase identifiers in C was apparently a fantastic idea at some point), causing compilation errors. | |||
| 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 | |
| Better separation of concerns. Relegates `ControllerInterface` to enumerating input controls, and the new `ControlReference` deals with combining inputs and configuration expression parsing. | |||
