Skip to content

Releases: TedLyngmo/timer_queue

v1.0.3 - Event extraction optimizations

Choose a tag to compare

@TedLyngmo TedLyngmo released this 07 May 13:54

Event extraction was previously done by copying the events. For functional objects carrying heavy load, this could be expensive. This release makes the extractions use move semantics instead.

v1.0.2 - Disable clang's -Wthread-safety-negative option

Choose a tag to compare

@TedLyngmo TedLyngmo released this 10 Feb 22:16

Using this option with -fsanitize=thread requires annotating the code using macros. This may be done later if anyone requires it.

v1.0.1

Choose a tag to compare

@TedLyngmo TedLyngmo released this 10 Jun 15:24

Full Changelog: v1.0.0...v1.0.1

v1.0.0 - First release

Choose a tag to compare

@TedLyngmo TedLyngmo released this 10 Jun 13:16

It's been used in production systems without issues for a few years, so let's release 1.0.