1. 15 Jun, 2022 1 commit
    • Morph's avatar
      bounded_threadsafe_queue: Use constexpr capacity and mask · 25429998
      Morph authored
      While this is the primary change, we also:
      - Remove the mpsc namespace and rename Queue to MPSCQueue
      - Make Slot a private struct within MPSCQueue
      - Remove the AlignedAllocator template argument, as we use std::allocator
      - Replace instances of mask + 1 with capacity, and mask + 2 with capacity + 1
      25429998
  2. 14 Jun, 2022 1 commit
  3. 13 Jun, 2022 5 commits
  4. 12 Jun, 2022 1 commit
  5. 11 Jun, 2022 12 commits
  6. 10 Jun, 2022 5 commits
  7. 09 Jun, 2022 2 commits
  8. 08 Jun, 2022 1 commit
  9. 07 Jun, 2022 4 commits
  10. 06 Jun, 2022 2 commits
  11. 05 Jun, 2022 4 commits
  12. 04 Jun, 2022 2 commits