Skip to content

Releases: cameron314/readerwriterqueue

v1.0.7

Choose a tag to compare

@cameron314 cameron314 released this 28 Apr 05:07

Maintenance release:

  • Add peek()/try_pop() support to BlockingReaderWriterCircularBuffer
  • Various small compatibility improvements
  • CMake package support

v1.0.6

Choose a tag to compare

@cameron314 cameron314 released this 28 Nov 21:07

Minor improvements:

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

v1.0.5

Choose a tag to compare

@cameron314 cameron314 released this 01 May 23:37

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

Choose a tag to compare

@cameron314 cameron314 released this 24 Feb 13:39

Minor enhancements related to warnings and compiler compatibility.

v1.0.3

Choose a tag to compare

@cameron314 cameron314 released this 09 Aug 16:19

Small enhancements and fixes. Stable.

v1.0.2

Choose a tag to compare

@cameron314 cameron314 released this 01 Feb 22:44

Small enhancements and fixes. Stable.

v1.0.1

Choose a tag to compare

@cameron314 cameron314 released this 15 Feb 23:26

Includes various enhancements and small bug fixes. Stable.

v1.0.0

Choose a tag to compare

@cameron314 cameron314 released this 26 Sep 17:11

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