LookingGlass/common
Quantum d385b49f5f [common] runningavg: avoid integer overflows
We receive values as int64_t, but when we compute the sum, we store it as
int. This doesn't make sense as we eventually cast it to double when
computing the average. We should instead store the sum as int64_t.
2021-06-28 14:47:19 +10:00
..
cmake [common] cmake: correctly link static libbfd.a 2021-03-03 16:37:34 +11:00
include/common [host] kvmfr: allow the frame size to exceed the available memory 2021-06-12 18:44:28 +10:00
src [common] runningavg: avoid integer overflows 2021-06-28 14:47:19 +10:00
CMakeLists.txt [host] dxgi: sleep until it's close to time to map 2021-06-06 12:26:36 +10:00