All Versions
8
Latest Version
Avg Release Cycle
448 days
Latest Release
410 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.