Readerwriterqueue Versions Save

A fast single-producer, single-consumer lock-free queue for C++

v1.0.6

2 years ago

Minor improvements:

  • Compatibility fix for clash with Qt macro name
  • Better tsan warning suppression
  • Tentative support for FreeRTOS

v1.0.5

2 years ago

Introduces a new BlockingReaderWriterCircularBuffer class, a fixed-size single-producer, single-consumer queue, that allows the writer to block if the queue is full (as well as the reader if the queue is empty).

v1.0.4

3 years ago

Minor enhancements related to warnings and compiler compatibility.

v1.0.3

3 years ago

Small enhancements and fixes. Stable.

v1.0.2

4 years ago

Small enhancements and fixes. Stable.

v1.0.1

5 years ago

Includes various enhancements and small bug fixes. Stable.

v1.0.0

7 years ago

First official release after a long period of stability on the master branch.