1. 27 Feb, 2022 1 commit
    • Dominik Charousset's avatar
      Add access class for ADL-free intrusive_ptr types · 09c88f59
      Dominik Charousset authored
      The new access trait provides an alternative to the ADL interface for
      cases where adding the free functions is undesired. In particular when
      interfacing CAF with another 3rd party library or C libraries (that
      would otherwise require users to clutter the global namespace).
      09c88f59
  2. 25 Feb, 2022 1 commit
  3. 24 Feb, 2022 1 commit
  4. 21 Feb, 2022 1 commit
  5. 18 Feb, 2022 1 commit
  6. 14 Feb, 2022 2 commits
  7. 13 Feb, 2022 1 commit
  8. 12 Feb, 2022 2 commits
  9. 06 Feb, 2022 4 commits
  10. 05 Feb, 2022 4 commits
  11. 01 Feb, 2022 1 commit
  12. 28 Jan, 2022 1 commit
  13. 27 Jan, 2022 2 commits
  14. 19 Jan, 2022 2 commits
  15. 10 Jan, 2022 1 commit
  16. 05 Jan, 2022 3 commits
  17. 04 Jan, 2022 1 commit
  18. 14 Dec, 2021 1 commit
  19. 09 Dec, 2021 1 commit
    • Dominik Charousset's avatar
      Rename {bounded => spsc}_buffer and allow overflow · 7f988bf5
      Dominik Charousset authored
      Rename the buffer to make it more descriptive and also allow the
      producer to push more elements than announced to the constructor to
      cover use cases where a producer transforms single inputs into
      potentially multiple outputs.
      7f988bf5
  20. 14 Nov, 2021 1 commit
  21. 24 Oct, 2021 1 commit
  22. 23 Oct, 2021 1 commit
  23. 20 Oct, 2021 6 commits