v1.8 Beta Released
Pre-release
Pre-release
This major release contains the following changes since v1.7-ga.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. - The accuracy of
_MCF_tick_count()
has been improved on Windows 10. - 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-beta