Releases: HaxeFoundation/hxcpp
Releases · HaxeFoundation/hxcpp
Release 4.3.58
v4.3.58 Add BINARYEN_EXTRA_PASSES='--spill-pointers' for emscipten to improve…
Release 4.3.57
v4.3.57 Update the 'out of date' counter. For #1142
Release 4.3.56
Fix Callstack Retrieval in Critical Error Handler. (#1143) * Update Debug.cpp * Update Debug.cpp
Release 4.3.55
v4.3.55 Add some simple nasm support
Release 4.3.54
v4.3.54 Add some basic .asm support
Release 4.3.53
v4.3.53 Fix windows compile error
Release 4.3.51
[android] Bump default API level to 21. (#1134) NDK r26 has dropped support for API levels 19 and 20. This only affects armv7 and x86, 64-bit architectures already required API level 21 or higher. https://github.com/android/ndk/wiki/Changelog-r26#announcements
Release 4.3.50
[ssl] Expose mbedtls xml config for external use (#1133) The exposed configuration can be used to solve issues with static linking
Release 4.3.49
Remove #undef MBEDTLS_NET_C from mbedtls_config (#1128) This was needed for windows because the `<windows.h>` include in `threading_alt.h` broke compilation for `net_sockets.c`. However, we can instead define `WIN32_LEAN_AND_MEAN` before including <windows.h> in `threading_alt.h`, which avoids the issue so we can remove this #undef.
Release 4.3.48
v4.3.48 [ssl] fix link order (#1129)