v1.7 General Availability Released
This major release contains the following changes since v1.6-ga.1:
- The build system has been changed from autotools to Meson. Please read README.md about how to install and use Meson.
- 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.
- 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