Commit Graph

10 Commits

Author SHA1 Message Date
rusefillc b88dc4d351 https://rusefi.com/forum/viewtopic.php?f=2&t=2202
defaults were bad, really bad
2021-12-30 19:14:32 -05:00
rusefillc 326a153ba0 hellen81 up to master 2021-12-01 21:06:17 -05:00
rusefillc 0431322f1b hellen81 up to master 2021-12-01 21:05:47 -05:00
rusefillc 9eb60b59b9 hellen81 initial files 2021-12-01 11:54:59 -05:00
Andrei 6f825e733d hellen81 2021-12-01 11:44:02 -05:00
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
rusefi e1dc468d07 Hyundai 2021-10-09 17:17:11 -04:00
Matthew Kennedy d24f1462e2
even more pch (#3112)
* s

* more

* s

* f7
2021-08-04 19:30:52 -04:00
Andreika b27254f0f3
Hellen81 initial (#3080)
Co-authored-by: Andrei <andreikagit@users.noreply.github.com>
2021-07-30 10:04:22 -04:00