Skip to content

Releases: tobil4sk/hxcpp

Release 4.3.34

Choose a tag to compare

@github-actions github-actions released this 13 Mar 16:43
v4.3.34

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

Release 4.3.33

Choose a tag to compare

@github-actions github-actions released this 18 Mar 23:01
59a924d
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

Choose a tag to compare

@github-actions github-actions released this 03 Jul 10:54
9cdfc47
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

Choose a tag to compare

@github-actions github-actions released this 07 Mar 18:18
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

Choose a tag to compare

@github-actions github-actions released this 27 Jan 00:05
fadf03e
v4.3.9

Fix arm64 library names on mac

Release 4.3.8

Choose a tag to compare

@github-actions github-actions released this 27 Jan 00:01
c84521b
v4.3.8

Fix arm64 library names on mac

Release 4.3.7

Choose a tag to compare

@github-actions github-actions released this 23 Dec 12:07
v4.3.7

Do not add host architecture if arm architecture is set

Release 4.3.6

Choose a tag to compare

@github-actions github-actions released this 22 Dec 13:17
v4.3.6

Do not add host architecture if arm architecture is set

Release 4.3.5

Choose a tag to compare

@github-actions github-actions released this 22 Dec 12:33
v4.3.5

Use hx4compat for running sys.db tests

Release 4.3.4

Choose a tag to compare

@github-actions github-actions released this 21 Dec 18:58
4f73919
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