Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: KarimAkra/hxcpp

Tags

v4.3.15

Toggle v4.3.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix "critial" error misspelling (HaxeFoundation#1071)

how did this even happen in the first place lmao

v4.3.14

Toggle v4.3.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update to latest mac ci image (HaxeFoundation#1069)

v4.3.13

Toggle v4.3.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed `@:enum` deprecation on Haxe 4.3 (HaxeFoundation#1067)

v4.3.12

Toggle v4.3.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Include string in Immix.cpp for GC logging (HaxeFoundation#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.

v4.3.11

Toggle v4.3.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update HaxeTarget.md (HaxeFoundation#1056)

Fix typo in build_xml docs.

v4.3.10

Toggle v4.3.10's commit message
asm.js is deprecated (following guidance in HaxeFoundation#987 for wasm)

v4.3.9

Toggle v4.3.9's commit message
WebAssembly is crashing on multiple GC threads

v4.3.8

Toggle v4.3.8's commit message
Compile fix for Emscripten

v4.3.7

Toggle v4.3.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
`__hxcpp_parse_int` now parses hex numbers with wrapping as before (H…

…axeFoundation#1053)

* hex numbers now parse as before

* negative hex parsing should be consistent now

v4.3.6

Toggle v4.3.6's commit message
Another go at fixing the path