Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-06 | fix clang build on linux | Stanislaw Halik | |
2018-10-25 | cleanups only | Stanislaw Halik | |
2018-07-03 | logic/shortcuts: destructure binding; avoid capture | Stanislaw Halik | |
wrt capture: If a lambda-expression [...] captures a structured binding (explicitly or implicitly), the program is ill-formed. -- P0588R1, Core issue 2313 Also it's unnecessary to make the removed lambda. | |||
2018-06-26 | modernize C++ syntax | Stanislaw Halik | |
No visible changes (hopefully). | |||
2018-01-17 | compat: get rid of string literal operator | Stanislaw Halik | |
2018-01-16 | cleanup | Stanislaw Halik | |
2018-01-10 | many: spring cleanup | Stanislaw Halik | |
2017-12-18 | compat, x-plane: get rid of attribute unused macro | Stanislaw Halik | |
2017-05-30 | fix linux hotkeys | Stanislaw Halik | |
Requested-by: @miniskipper and many others | |||
2017-02-27 | logic/shortcuts: free all heap memory in dtor | Stanislaw Halik | |
2017-02-25 | logic/shortcuts: remove shared_ptr usage | Stanislaw Halik | |
2016-09-06 | logic/shortcuts: fix "held" not initialized for joysticks | Stanislaw Halik | |
Reported-by: @Sone989 Issue: #440 | |||
2016-08-12 | all: rename modules s#^opentrack-##. and opentrack -> api | Stanislaw Halik | |
Adjust usages. |