Commit Graph

17 Commits

Author SHA1 Message Date
rusefillc 8bc542b40b https://github.com/rusefi/hellen154hyundai/issues/49 2021-12-17 16:39:12 -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 1b94aaffef Hyundai 2021-10-17 23:15:33 -04:00
rusefillc 5cee1b6131 hyundai 2021-10-17 18:52:40 -04:00
rusefi 01b5ee50a7 Hyundai 2021-10-16 18:45:29 -04:00
rusefi 9c42b38297 hyuindai 2021-10-14 18:08:03 -04:00
rusefillc 60360ebaea hyundai 2021-10-12 21:03:59 -04:00
rusefillc 376b227480 hyundai 2021-10-11 14:22:35 -04:00
rusefillc 85dd260623 hyundai 2021-10-10 21:46:58 -04:00
rusefi 7682ba7417 Hyundai 2021-10-09 23:35:28 -04:00
rusefi e1dc468d07 Hyundai 2021-10-09 17:17:11 -04:00
rusefi dbb40f0117 Hyundai 2021-10-09 17:09:22 -04:00
rusefi 21762f52ac Hyundai 2021-10-09 16:51:07 -04:00
rusefi f62c628bef https://github.com/rusefi/hellen-NB1-issues/issues/15 2021-09-29 11:47:16 -04:00
Matthew Kennedy d24f1462e2
even more pch (#3112)
* s

* more

* s

* f7
2021-08-04 19:30:52 -04:00
Andrey 450b6694da hellen154hyundai 2021-08-03 05:22:35 -04:00