Releases: cameron314/readerwriterqueue
Releases · cameron314/readerwriterqueue
Release list
v1.0.7
v1.0.6
Minor improvements:
- Compatibility fix for clash with Qt macro name
- Better
tsanwarning suppression - Tentative support for FreeRTOS
v1.0.5
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
Minor enhancements related to warnings and compiler compatibility.
v1.0.3
v1.0.2
v1.0.1
Includes various enhancements and small bug fixes. Stable.
v1.0.0
First official release after a long period of stability on the master branch.