Skip to content

Releases: cameron314/concurrentqueue

v1.0.4

19 Jun 20:48
6dd38b8
Compare
Choose a tag to compare
  • Re-enable implicit producer reuse after fixing races in previously-disabled code
  • Minor tweaks

v1.0.3

24 Feb 13:36
3747268
Compare
Choose a tag to compare

This release includes the following minor enhancements:

  • Workaround for compiler bug in GCC 9.2 producing compile-time error
  • A basic C API was contributed
  • A basic CMakeLists.txt was contributed

v1.0.2

25 Sep 17:14
Compare
Choose a tag to compare

This version includes small improvements to the lightweight semaphore code for the blocking version of queue, in particular the new MAX_SEMA_SPINS trait.

v1.0.1

01 Feb 22:41
Compare
Choose a tag to compare

First proper release after a long period of stabilization.

v1.0.0-beta

26 Sep 17:05
Compare
Choose a tag to compare
v1.0.0-beta Pre-release
Pre-release

First release after a long gestation period of ad-hoc bug reports and fixes. Should be quite stable, but more fixes are to come.

All bug reports welcome!