Skip to content

Releases: cameron314/concurrentqueue

v1.0.5

Choose a tag to compare

@cameron314 cameron314 released this 03 Apr 21:29
9afb997
  • Minor maintenance

v1.0.4

Choose a tag to compare

@cameron314 cameron314 released this 19 Jun 20:48
6dd38b8
  • Re-enable implicit producer reuse after fixing races in previously-disabled code
  • Minor tweaks

v1.0.3

Choose a tag to compare

@cameron314 cameron314 released this 24 Feb 13:36
3747268

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

Choose a tag to compare

@cameron314 cameron314 released this 25 Sep 17:14

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

Choose a tag to compare

@cameron314 cameron314 released this 01 Feb 22:41

First proper release after a long period of stabilization.

v1.0.0-beta

v1.0.0-beta Pre-release
Pre-release

Choose a tag to compare

@cameron314 cameron314 released this 26 Sep 17:05

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!