Skip to content

v1.8 General Availability Released

Latest
Compare
Choose a tag to compare
@lhmouse lhmouse released this 19 May 11:51
· 5 commits to master since this release

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

  1. A unified call_once() implementation basing on SEH has been added. This implementation is capable of unwinding stack frames that have been established by any of MSVC, GCC or Clang on all non-x86 architectures, and frames that have been established by MSVC on x86. Note GCC has no support about SEH on x86 yet.
  2. The accuracy of _MCF_tick_count() has been improved on Windows 10.
  3. An irregular use of extern "C++" which will cause errors with GCC 15 has been fixed. See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114933.

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