Releases: HaxeFoundation/hxcpp
Releases · HaxeFoundation/hxcpp
Release 4.3.17
v4.3.17 Set -m64 flags on mingw (#1045)
Release 4.3.16
Fix compiler errors on mingw (#1044) * Fix dynamic constructor errors on mingw * Fix Socket.cpp when compiling with mingw on linux
Release 4.3.15
fix "critial" error misspelling (#1071) how did this even happen in the first place lmao
Release 4.3.14
v4.3.14 update to latest mac ci image (#1069)
Release 4.3.13
v4.3.13 Fixed `@:enum` deprecation on Haxe 4.3 (#1067)
Release 4.3.12
Include string in Immix.cpp for GC logging (#1059) Tried to compile a project with GC debug logging (HXCPP_GC_DEBUG_LEVEL) and found it failed to compile with string not found in std errors. Including string in immix gets things working.
Release 4.3.11
Update HaxeTarget.md (#1056) Fix typo in build_xml docs.
Release 4.3.10
v4.3.10 asm.js is deprecated (following guidance in #987 for wasm)
Release 4.3.9
v4.3.9 WebAssembly is crashing on multiple GC threads
Release 4.3.8
v4.3.8 Compile fix for Emscripten