1. 13 Aug, 2021 2 commits
    • yzct12345's avatar
      threadsafe_queue: Fix deadlock · 0ba521e6
      yzct12345 authored
      This fixes a lost wakeup in SPSCQueue. If the reader is in just the right position, the writer's notification will be lost and this will be a problem if the writer then does something to wait on the reader.
      
      This was discovered to affect my upcoming stacktrace PR. I don't think any performance decrease will be noticeable because an uncontended mutex is smart enough to skip the syscall. This PR might also resolve some rare deadlocks but I don't know of any examples.
      0ba521e6
    • bunnei's avatar
      Merge pull request #6862 from german77/badsdl · 71d8d84b
      bunnei authored
      input_common: Disable sdl raw input mode
      71d8d84b
  2. 12 Aug, 2021 3 commits
  3. 11 Aug, 2021 4 commits
  4. 10 Aug, 2021 4 commits
  5. 09 Aug, 2021 1 commit
  6. 08 Aug, 2021 11 commits
  7. 07 Aug, 2021 15 commits