Commit Graph

20 Commits

Author SHA1 Message Date
Scott Smith 80091498a6 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 7296593448 remove engine pointer passing (#3556)
* some

* more

* more

* the last?!
2021-11-16 04:15:29 -05:00
rusefi b968be575f Honda K 2021-11-02 17:11:34 -04:00
rusefi e9df4b2f23 honda k 2021-11-02 17:00:08 -04:00
rusefillc 0b64f45119 Honda K 2021-10-31 15:27:26 -04:00
rusefillc 558c639f82 Honda K & default VVT pid 2021-10-29 12:16:19 -04:00
rusefillc 40bf6a93d0 VVT is no longer aux pid 2021-10-28 23:51:46 -04:00
Andrey d48ed50e2f Honda K 2021-10-28 22:18:41 -04:00
rusefi 12a9b325bd Honda K 2021-10-28 15:57:35 -04:00
rusefi aac0097a4e Honda K 2021-10-27 23:55:31 -04:00
rusefi 4f0b93cbd2 Honda K 2021-10-26 17:15:24 -04:00
Andrey 0bf18a2812 Honda K 2021-10-26 15:19:09 -04:00
Andrey 37461c67b0 Honda K 2021-10-26 12:04:35 -04:00
Andrey 6fce043cbf Honda K 2021-10-26 11:52:52 -04:00
rusefillc eb95034973 element 2021-10-24 14:44:37 -04:00
rusefi 82cf4d4fe6 Honda K 2021-10-23 16:19:28 -04:00
rusefi 7b68d0d226 Honda K 2021-10-23 15:49:02 -04:00
rusefillc 90a5c5d283 honda 2021-10-12 18:31:48 -04:00
rusefillc 09a9c717dc honda 2021-10-12 18:31:48 -04:00
rusefillc a8058a6ea4 proteus adapters 2021-10-02 13:25:40 -04:00