Skip to content

Releases: tobil4sk/hxcpp

Release 4.3.34

13 Mar 16:43

Choose a tag to compare

v4.3.34

Add the 'addTwice' flag to the zlib libraries to avoid linking error …

Release 4.3.33

18 Mar 23:01
59a924d

Choose a tag to compare

Fix broken ndk version caching (#1204)

This function would just store the version of the last checked ndk path,
so it would return the wrong value if this is not the same ndk path that
was last checked.

It now only reuses the version value if the path was the same.

Release 4.3.32

03 Jul 10:54
9cdfc47

Choose a tag to compare

Check HXCPP_ARCH before defaulting to host arch (#1122)

* Check HXCPP_ARCH before defaulting to host arch

Right now HXCPP_ARCH is ignored, which means you can get situations
where `HXCPP_ARM64` is set but the architecture is x86_64 so you may end
up with a broken build.

* Fix formatting

Release 4.3.10

07 Mar 18:18

Choose a tag to compare

Make sys_read_dir errors consistent between platforms

Haxe documentation specifies that an exception should be thrown if the path is not a valid directory. This was already the case on all platforms except Windows, where `null` was returned. Now the behavior is consistent.

Release 4.3.9

27 Jan 00:05
fadf03e

Choose a tag to compare

v4.3.9

Fix arm64 library names on mac

Release 4.3.8

27 Jan 00:01
c84521b

Choose a tag to compare

v4.3.8

Fix arm64 library names on mac

Release 4.3.7

23 Dec 12:07

Choose a tag to compare

v4.3.7

Do not add host architecture if arm architecture is set

Release 4.3.6

22 Dec 13:17

Choose a tag to compare

v4.3.6

Do not add host architecture if arm architecture is set

Release 4.3.5

22 Dec 12:33

Choose a tag to compare

v4.3.5

Use hx4compat for running sys.db tests

Release 4.3.4

21 Dec 18:58
4f73919

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