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
/
ControllerInterface
/
ExpressionParser.cpp
Age
Commit message (
Expand
)
Author
2016-07-30
InputConfigDiag: Don't prevent closing dialog if device not found
Léo Lam
2016-07-29
ControllerInterface: Add RemoveDevice()
Léo Lam
2016-06-26
ControllerInterface: Include memory to fix building without pch
Christian Widmer
2016-06-25
ControllerInterface: Switch to std::shared_ptr
Léo Lam
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2015-09-09
ExpressionParser: Make all control paths return a value in operator std::string
Lioncash
2015-07-30
Remove unnecessary virtual keywords
Lioncash
2015-05-28
Pass strings by const reference where possible
Lioncash
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2015-05-22
ExpressionParser: Add missing break in UnaryExpression value setting
Lioncash
2015-02-26
Do not fail to evaluate an expression if some input is missing
Gabriel Corona
2014-11-11
Fix some double->float conversions.
Rachel Bryk
2014-09-03
Change ControlState typedef to double, and change all related floats/doubles ...
Rachel Bryk
2014-08-30
InputCommon: Clean up brace placements
Lioncash
2014-07-11
ControllerInterface: Gate the input based on our new background input setting
Jasper St. Pierre
2014-07-11
mark all local functions as static
degasus
2014-03-09
clang-modernize -use-nullptr
Tillmann Karras
2014-02-18
Convert all includes to relative paths.
Lioncash
2014-02-13
Turn loops into range-based form
Tillmann Karras
2014-02-10
Replace all include guard ifdefs with "#pragma once"
lioncash
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre