Skip to content

v1.7 General Availability Released

Compare
Choose a tag to compare
@lhmouse lhmouse released this 07 Apr 07:36
· 427 commits to master since this release

This major release contains the following changes since v1.6-ga.1:

  1. The build system has been changed from autotools to Meson. Please read README.md about how to install and use Meson.
  2. All public headers and the DLL import library can now be consumed by the Microsoft C/C++ compiler, aka. MSVC or CL. This allows to link against mcfgthread DLL in a MSVC project. Please note that this support is very minimum and experimental. If you encounter a problem, please do open an issue.
  3. Wait operations that take relative timeouts (by passing a negative timeout value) no longer include system suspension, like CLOCK_MONOTONIC on Linux.

Full Changelog: v1.6-ga.1...v1.7-ga.1