Commit Graph

7 Commits

Author SHA1 Message Date
Maxime Desroches 426df0435b Convert C++ while loops from int to bool (#21214)
old-commit-hash: 03df1b08bbe6b4156e9aa0bfbc5a85717094c877
2021-06-09 21:09:21 -07:00
Dean Lee f70a79b838 Use C++ header files instead of C header files. (#21192)
* use cstring instead of string.h

* use cstdio instead of stdio.h

* remove inttypes.h

* use cstdlib instead of stdlib.h

* use cstdint instead of stdint.h

* #include <cstddef>

* cstdlib

* use cmath

* remove stddef.h

* use cassert

* use csignal

* use ctime

* use cerror

* rebase master
old-commit-hash: c53cb5d570adb82bc454fcabab458d7e7f09738c
2021-06-08 13:46:22 -07:00
Comma Device 8de3c8cf75 simpler repro for dmon lag issue
old-commit-hash: 06f6f245ffbfed49d6bf691d821c044a4371024d
2020-11-20 17:30:31 +00:00
George Hotz 599ee894cd other includes to build repro on pc
old-commit-hash: 6fc7c0c0052ae10614c70768dcfe67a5be89d3cf
2020-11-20 09:09:43 -08:00
Comma Device 04e6e04bb4 simpler repro, no vector required
old-commit-hash: b9a8e7b209b92d18b795f3c4e12252f7b7212eea
2020-11-20 17:03:49 +00:00
Comma Device 6d764d4ade repros better with cache clears
old-commit-hash: 97b716512a75e2f73b8f3623fd909952ee7059bf
2020-11-20 16:50:25 +00:00
Comma Device 67d4a60288 reproduce dmon lag
old-commit-hash: 52673f0532ce13ac29ef1f90cbcfe20b9c8bd762
2020-11-20 16:39:12 +00:00