Skip to content

Releases: HaxeFoundation/hxcpp

Release 4.3.15

28 Oct 15:14
b8ee179
Compare
Choose a tag to compare
fix "critial" error misspelling (#1071)

how did this even happen in the first place lmao

Release 4.3.14

21 Oct 11:07
a2b2945
Compare
Choose a tag to compare
v4.3.14

update to latest mac ci image (#1069)

Release 4.3.13

01 Oct 16:25
51175fc
Compare
Choose a tag to compare
v4.3.13

Fixed `@:enum` deprecation on Haxe 4.3 (#1067)

Release 4.3.12

25 Jun 19:23
298ad2d
Compare
Choose a tag to compare
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

05 Jun 13:37
769261c
Compare
Choose a tag to compare
Update HaxeTarget.md (#1056)

Fix typo in build_xml docs.

Release 4.3.10

26 May 20:57
Compare
Choose a tag to compare
v4.3.10

asm.js is deprecated (following guidance in #987 for wasm)

Release 4.3.9

24 May 19:38
Compare
Choose a tag to compare
v4.3.9

WebAssembly is crashing on multiple GC threads

Release 4.3.8

20 May 06:15
Compare
Choose a tag to compare
v4.3.8

Compile fix for Emscripten

Release 4.3.7

28 Apr 14:00
c3e5ab8
Compare
Choose a tag to compare
`__hxcpp_parse_int` now parses hex numbers with wrapping as before (#…

…1053)

* hex numbers now parse as before

* negative hex parsing should be consistent now

Release 4.3.6

20 Apr 11:32
Compare
Choose a tag to compare
v4.3.6

Another go at fixing the path