Skip to content

Releases: TedLyngmo/timer_queue

v1.0.3 - Event extraction optimizations

07 May 13:54

Choose a tag to compare

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

10 Feb 22:16

Choose a tag to compare

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

v1.0.1

10 Jun 15:24

Choose a tag to compare

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

v1.0.0 - First release

10 Jun 13:16

Choose a tag to compare

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