Releases: HaxeFoundation/hxcpp
Releases · HaxeFoundation/hxcpp
Release 4.3.24
Merge pull request #1101 from cortex-engine/master cppia: fix crash on functions with empty bodies
Release 4.3.23
v4.3.23 Remove the -v flag on the android link line.
Release 4.3.22
v4.3.22 Remove 'register' keyword. Tweak logic for finding android NDK.
Release 4.3.21
v4.3.21 add Coroutine.h
Release 4.3.20
adjust indexOf and lastIndexOf on empty search strings see https://github.com/HaxeFoundation/haxe/pull/7402
Release 4.3.19
v4.3.19 Use hx4compat for running sys.db tests (#1078)
Release 4.3.18
Fix mingw dll issues (#1046) * Allow dynamic linking with mingw on linux * Update copied mingw libraries Add 64-bit gcc library Add another winpthread location
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