aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/test_ring_buffer.cpp
AgeCommit message (Expand)Author
2023-11-10Non-functional change: clang-format testsPaul Adenot
2023-11-10Non functional change: fix unified compilation issue -- make callbacks staticPaul Adenot
2022-12-02Inline values for stream params in test_logging.cpp, undef defines in test to...Paul Adenot
2020-01-21test_ring_buffer: Use `yield` instead of `sleep_for(10us)`. (#569)Matthew Gregan
2019-06-11Fix tests warnings (#512)Chun-Min Chang
2017-08-29Add a thread reset API for the ring buffer class.Paul Adenot
2017-03-21Remove templated non-thread-safety from ring_buffer_base.Matthew Gregan
2016-12-02Fix loop in multi-threaded ring_buffer test so the test actually runs.Matthew Gregan
2016-12-01Implement a lock-free single consumer single producer queue.Paul Adenot