Skip to content

v1.1.3: Bugfix and CMake support

Compare
Choose a tag to compare
@davmac314 davmac314 released this 08 Mar 19:48
· 110 commits to master since this release

This is primarily a bugfix release, but includes CMake support files (installed alongside the library with "make install"). Note that CMake is not required to build.

  • fix timers not working on non-Linux systems
  • Includes CMake files (makes it easier for projects using CMake to use Dasynq)
  • build fixes for platforms without kqueue or epoll
  • install fixes for BSDs