All Versions
8
Latest Version
Avg Release Cycle
448 days
Latest Release
502 days ago

Changelog History

  • v1.0.7 Changes

    April 28, 2025

    ๐Ÿš€ Maintenance release:

    • โž• Add peek()/try_pop() support to BlockingReaderWriterCircularBuffer
    • Various small compatibility improvements
    • ๐Ÿ“ฆ CMake package support
  • v1.0.6 Changes

    November 28, 2021

    Minor improvements:

    • Compatibility fix for clash with Qt macro name
    • ๐Ÿ‘ Better tsan warning suppression
    • ๐Ÿ‘ Tentative support for FreeRTOS
  • v1.0.5 Changes

    May 01, 2021

    ๐Ÿ›  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 Changes

    February 24, 2021

    โš  Minor enhancements related to warnings and compiler compatibility.

  • v1.0.3 Changes

    August 09, 2020

    ๐Ÿ›  Small enhancements and fixes. Stable.

  • v1.0.2 Changes

    February 01, 2020

    ๐Ÿ›  Small enhancements and fixes. Stable.

  • v1.0.1 Changes

    February 15, 2019

    ๐Ÿ›  Includes various enhancements and small bug fixes. Stable.

  • v1.0.0 Changes

    September 26, 2016

    ๐Ÿš€ First official release after a long period of stability on the master branch.