| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore(deps): upgrade typescript, jest, eslint | Uri Shaked | 2023-01-05 | 1 | -3/+3 |
| | | | | | also upgrade related dependencies: ts-node, ts-jest | ||||
| * | perf(cpu): speed up event system | Uri Shaked | 2020-12-12 | 1 | -0/+31 |
| | | | | | ditch `array.sort()` and instead manually keep the array sorted when we insert a new item. | ||||
| * | test(cpu): fix implicit any error | Uri Shaked | 2020-12-12 | 1 | -3/+5 |
| | | |||||
| * | fix(cpu): event system issue | Uri Shaked | 2020-12-12 | 1 | -0/+61 |
| | | | | | | | | `updateClockEvent()` and `clearClockEvent()` would sometimes mess up the list of events. This could cause unexpected behavior when you have multiple timers running. Also added regression tests for these methods. | ||||
| * | test(cpu): improve test name | Uri Shaked | 2020-12-09 | 1 | -1/+1 |
| | | |||||
| * | refactor: added peripherals and cpu feature folders | lironh | 2020-03-22 | 1 | -0/+8 |
