Age | Commit message (Expand) | Author |
---|---|---|
2022-06-23 | fix threading errors | - |
2021-07-28 | Run .clang-format | Chun-Min Chang |
2021-05-06 | memory_order_relaxed has changed in c++20 | Tomas Maly |
2017-08-31 | Fix release builds after 42404c88. | Matthew Gregan |
2017-08-29 | Add a thread reset API for the ring buffer class. | Paul Adenot |
2017-03-21 | Annotate ring_buffer_base's atomics with appropriate memory ordering. | Matthew Gregan |
2017-03-21 | Remove templated non-thread-safety from ring_buffer_base. | Matthew Gregan |
2016-12-01 | Implement a lock-free single consumer single producer queue. | Paul Adenot |