Skip to content
Snippets Groups Projects
  1. Jul 10, 2021
  2. Jul 09, 2021
  3. Jul 08, 2021
    • Geoffrey McRae's avatar
      [common] windows: update event fast path to use atomics · bfb47a0a
      Geoffrey McRae authored
      Due to a failure to understand atomics when this code was originally
      written it has a critical flaw with the fast path where an event could
      be signalled when it should not be. This change set corrects this issue
      by using atomic operations.
      bfb47a0a
  4. Jul 07, 2021
  5. Jul 05, 2021
  6. Jul 04, 2021
  7. Jul 02, 2021
  8. Jun 28, 2021
    • Quantum's avatar
      [common] runningavg: avoid integer overflows · d385b49f
      Quantum authored
      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.
      d385b49f
  9. Jun 26, 2021
  10. Jun 19, 2021
  11. Jun 17, 2021
  12. Jun 12, 2021