Skip to content

Releases: HaxeFoundation/hxcpp

Release 4.3.25

25 Apr 02:41
Compare
Choose a tag to compare
Allow optional detaching of main thread after Native Init call.  for …

…#1100

Release 4.3.24

14 Apr 03:33
7a7a17a
Compare
Choose a tag to compare
Merge pull request #1101 from cortex-engine/master

cppia: fix crash on functions with empty bodies

Release 4.3.23

20 Mar 15:41
Compare
Choose a tag to compare
v4.3.23

Remove the -v flag on the android link line.

Release 4.3.22

20 Mar 15:32
Compare
Choose a tag to compare
v4.3.22

Remove 'register' keyword.  Tweak logic for finding android NDK.

Release 4.3.21

14 Feb 21:20
Compare
Choose a tag to compare
v4.3.21

add Coroutine.h

Release 4.3.20

08 Feb 13:09
Compare
Choose a tag to compare
adjust indexOf and lastIndexOf on empty search strings

see https://github.com/HaxeFoundation/haxe/pull/7402

Release 4.3.19

22 Dec 13:13
45ee673
Compare
Choose a tag to compare
v4.3.19

Use hx4compat for running sys.db tests (#1078)

Release 4.3.18

21 Dec 18:25
4f73919
Compare
Choose a tag to compare
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

21 Dec 18:28
5b23e36
Compare
Choose a tag to compare
v4.3.17

Set -m64 flags on mingw (#1045)

Release 4.3.16

29 Nov 09:36
18f87b9
Compare
Choose a tag to compare
Fix compiler errors on mingw (#1044)

* Fix dynamic constructor errors on mingw

* Fix Socket.cpp when compiling with mingw on linux