Scott Smith
|
823d9a07e0
|
Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565)
git grep -l -w ENGINE | xargs sed -i -r "s/ENGINE\(([]a-zA-Z_0-9.[]+)\)/engine->\1/g"
git grep -l -w CONFIG | xargs sed -i -r "s/([^a-zA-Z_])CONFIG\(([]a-zA-Z_0-9.[]+)\)/\1engineConfiguration->\2/g"
|
2021-11-17 03:54:21 -05:00 |
Matthew Kennedy
|
8cdac4cac0
|
remove engine pointer passing (#3556)
* some
* more
* more
* the last?!
|
2021-11-16 04:15:29 -05:00 |
Matthew Kennedy
|
2ce7777865
|
don't require EXTERN_ENGINE in every file (#2969)
* move enginePins
* no more extern engine
* uses
* more
* extern config too
* put this where it belongs
* include correct header
* merge
|
2021-07-16 18:13:33 -04:00 |
rusefi
|
4082a53f56
|
default engine make/code
|
2020-05-08 17:31:03 -04:00 |
rusefi
|
bb217b01dd
|
happy new year unification
|
2020-01-13 21:57:43 -05:00 |
rusefi
|
af4f20551b
|
getting rid of boardConfiguration / binary compatible change
|
2019-12-11 17:48:55 -05:00 |
rusEfi
|
08c751bd9c
|
NA8
|
2019-09-15 10:04:24 -04:00 |
rusefi
|
8d14561fb9
|
better method name
|
2019-08-06 17:12:15 -04:00 |
rusefi
|
ac2a81d381
|
The Big Refactoring of 2019: DECLARE_ENGINE_PARAMETER_SUFFIX consistency and simplification #657
maybe probably pointless refactoring? reducing parameters visibility
|
2019-05-03 18:41:43 -04:00 |
rusefi
|
fd14010809
|
Revert "The Big Refactoring of 2019: DECLARE_ENGINE_PARAMETER_SUFFIX consistency and simplification #657"
This reverts commit 61440c5
|
2019-01-10 00:56:08 -05:00 |
rusefi
|
61440c5e73
|
The Big Refactoring of 2019: DECLARE_ENGINE_PARAMETER_SUFFIX consistency and simplification #657
|
2019-01-09 23:38:59 -05:00 |
rusEfi
|
eadf502254
|
getting ready for NA8
|
2018-09-06 22:41:05 -04:00 |
rusEfi
|
1e54366c97
|
getting ready for NA8
|
2018-09-06 22:31:23 -04:00 |
rusEfi
|
da03e1c5bc
|
NA8
|
2018-01-31 21:57:04 -05:00 |
rusEfi
|
4a7fab8138
|
NA8
|
2018-01-31 21:36:41 -05:00 |
rusEfi
|
3d5033580a
|
NA8
|
2018-01-31 21:27:45 -05:00 |