GitHub gen-configs Action
42a54b8df3
Auto-generated configs and docs
2023-06-01 01:06:57 +00:00
rusefillc
cf0e6b065a
skeleton
2023-05-31 21:04:46 -04:00
GitHub set-date Action
d9872f62fb
Update date
2023-06-01 00:42:44 +00:00
GitHub gen-configs Action
2743aab1d6
Auto-generated configs and docs
2023-05-31 22:11:40 +00:00
rusefillc
800752d389
per-cylinder logging fix: using better sign
2023-05-31 17:44:33 -04:00
rusefillc
ed18cb1a53
it's going to be...
2023-05-31 17:36:12 -04:00
rusefillc
c15ab187c5
it's going to be p
2023-05-31 17:23:46 -04:00
GitHub gen-configs Action
58969e2636
Auto-generated configs and docs
2023-05-31 21:17:53 +00:00
rusefillc
91d08f0465
it's going to be p
2023-05-31 17:15:43 -04:00
Matthew Kennedy
447b405718
it's going to be p
2023-05-31 17:04:31 -04:00
rusefillc
ad52947775
it's going to be p
2023-05-31 16:20:54 -04:00
Matthew Kennedy
f12cab93aa
looks like initialState was dead #55
...
(cherry picked from commit daaf50c2e45de84b9a47716ff253d744caeb34b8)
2023-05-31 16:11:05 -04:00
Matthew Kennedy
12a29232cc
tooth_logger.h -> pch
...
(cherry picked from commit ad3ea57276361b6da69eb920dd056a662f6f5c70)
2023-05-31 15:59:02 -04:00
rusefillc
c50ef201b1
https://github.com/rusefi/rusefi/issues/5293
2023-05-31 12:44:59 -04:00
GitHub gen-configs Action
7b22fb871f
Auto-generated configs and docs
2023-05-31 04:12:13 +00:00
GitHub gen-configs Action
9b007eb228
Auto-generated configs and docs
2023-05-31 01:26:46 +00:00
GitHub gen-configs Action
623b2a1e75
Auto-generated configs and docs
2023-05-31 00:59:37 +00:00
GitHub gen-configs Action
238778cc76
Auto-generated configs and docs
2023-05-31 00:32:28 +00:00
rusefillc
04c954bbb8
better error handling
2023-05-30 20:09:48 -04:00
GitHub set-date Action
8d5bfc8efa
Update date
2023-05-30 00:42:57 +00:00
Matthew Kennedy
361ae48f23
disable coasting state during the crank-to-run taper
...
(cherry picked from commit 5373d79d9231cc4c7523b6213ad0a004fba66ec1)
2023-05-29 19:50:51 -04:00
GitHub gen-configs Action
c9195ce0fc
Auto-generated configs and docs
2023-05-29 23:50:19 +00:00
GitHub gen-configs Action
c8c07da6fe
Auto-generated configs and docs
2023-05-29 23:42:06 +00:00
Matthew Kennedy
68e945a8c0
dropped this: {
...
(cherry picked from commit 322209d0ee26708d221694113b617ab7f0f2e511)
2023-05-29 19:39:28 -04:00
Matthew Kennedy
959f1b359d
bench test formatting
...
(cherry picked from commit c3971dc98a3aaa7f7dca6cb2b27dc721d4967f95)
2023-05-29 19:39:28 -04:00
GitHub gen-configs Action
8b694fab1a
Auto-generated configs and docs
2023-05-29 20:52:19 +00:00
GitHub set-date Action
2e53fad7c0
Update date
2023-05-29 00:33:03 +00:00
GitHub gen-configs Action
978708f0bf
Auto-generated configs and docs
2023-05-28 14:20:19 +00:00
GitHub set-date Action
84e76b5c71
Update date
2023-05-26 00:33:14 +00:00
Andrey
0265582f28
setSparkSkipRatio limitation #5231
2023-05-25 18:52:19 -04:00
Andrey
1aa8e879dd
setSparkSkipRatio limitation #5231
2023-05-25 15:17:07 -04:00
Andrey
902c61f9d8
setSparkSkipRatio limitation #5231
2023-05-25 13:26:17 -04:00
GitHub gen-configs Action
e52c54f295
Auto-generated configs and docs
2023-05-25 17:17:10 +00:00
Andrey
bfa3b74ccc
setSparkSkipRatio limitation #5231
2023-05-25 13:15:30 -04:00
Andrey
4390320b6c
setSparkSkipRatio limitation #5231
2023-05-25 12:41:11 -04:00
GitHub gen-configs Action
8f5c97aaf5
Auto-generated configs and docs
2023-05-25 14:12:10 +00:00
Andrey
8c9b17485e
Revert "Allow scheduling_s to come from a pool ( #4841 )"
...
This reverts commit 5250b177
2023-05-25 10:10:17 -04:00
rusefillc
8f6f7819a4
one step back: sleep implementation not to use heap
2023-05-25 10:10:17 -04:00
rusefillc
9ec713c162
dead doc
2023-05-25 09:49:30 -04:00
GitHub set-date Action
c664c0ac1e
Update date
2023-05-25 00:44:12 +00:00
GitHub gen-configs Action
21feb14d96
Auto-generated configs and docs
2023-05-24 23:51:20 +00:00
rusefillc
a1776d176d
better code guard?
2023-05-24 18:48:54 -04:00
Mingjie Shen
b37e61b8ae
Fix offset used before range check
...
Accessing an array offset before checking the range means that the
program may attempt to read beyond the end of a buffer.
2023-05-24 18:39:24 -04:00
GitHub gen-configs Action
5287fad220
Auto-generated configs and docs
2023-05-24 22:26:33 +00:00
Mingjie Shen
495f0ea8c4
Fix invoking virtual functions from constructors
...
Virtual functions should not be invoked from a constructor or destructor
of the same class. Confusingly, virtual functions are resolved
statically (not dynamically) in constructors and destructors for the
same class. The call should be made explicitly static by qualifying it
using the scope resolution operator.
2023-05-24 15:27:09 -04:00
rusefillc
e9fd6e9fa7
better code guard?
2023-05-24 11:46:07 -04:00
rusefillc
5511702149
better code guard?
2023-05-24 11:15:07 -04:00
rusefillc
8be4b30c7f
better code guard?
2023-05-24 11:15:02 -04:00
rusefillc
f35cd62b7c
better code guard?
2023-05-24 11:12:00 -04:00
rusefillc
b7076bdaae
better code guard?
2023-05-24 11:07:23 -04:00