Skip to content

Releases: cameron314/readerwriterqueue

v1.0.6

28 Nov 21:07
Compare
Choose a tag to compare

Minor improvements:

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

v1.0.5

01 May 23:37
Compare
Choose a tag to compare

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

24 Feb 13:39
Compare
Choose a tag to compare

Minor enhancements related to warnings and compiler compatibility.

v1.0.3

09 Aug 16:19
Compare
Choose a tag to compare

Small enhancements and fixes. Stable.

v1.0.2

01 Feb 22:44
Compare
Choose a tag to compare

Small enhancements and fixes. Stable.

v1.0.1

15 Feb 23:26
Compare
Choose a tag to compare

Includes various enhancements and small bug fixes. Stable.

v1.0.0

26 Sep 17:11
Compare
Choose a tag to compare

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