1. 25 Oct, 2020 12 commits
  2. 23 Oct, 2020 3 commits
  3. 22 Oct, 2020 5 commits
  4. 21 Oct, 2020 1 commit
  5. 18 Oct, 2020 1 commit
  6. 16 Oct, 2020 6 commits
  7. 15 Oct, 2020 1 commit
  8. 14 Oct, 2020 2 commits
  9. 13 Oct, 2020 2 commits
  10. 12 Oct, 2020 4 commits
  11. 11 Oct, 2020 3 commits
    • Kirill Smelkov's avatar
      . ci · 35392a78
      Kirill Smelkov authored
      35392a78
    • Kirill Smelkov's avatar
      . · ca909d79
      Kirill Smelkov authored
      ca909d79
    • Kirill Smelkov's avatar
      X *: tests: don't hang on exception in non-main thread · 7ecb8f14
      Kirill Smelkov authored
      Previously if an assert or something failed in spawned thread, the main
      thread was usually spinning indefinitely = tests hang. -> Switch all
      threading places to use sync.WorkGroup and this way if a thread fails,
      all other threads are canceled and the exception is reported back to
      wg.wait in main thread.
      7ecb8f14