Skip to content

v1.1 General Availablity Released

Compare
Choose a tag to compare
@lhmouse lhmouse released this 12 Aug 09:57
· 746 commits to master since this release

This release contains the following changes since v1.0:

  1. Experimental support for C11 threads has been added via the header <mcfgthread/c11.h>.
  2. Support for GCC 5 has been dropped. GCC 6 is required to build and use mcfgthread.
  3. _MCF_thread_self_tid() has been made inline, which makes recursive mutexes more efficient.
  4. An issue that might cause compiler errors with Clang has been fixed.

Full Changelog: https://github.com/lhmouse/mcfgthread/compare/v1.0-ga.2..v1.1-ga