|
1 | 1 |
|
| 2 | +4.3.xx |
| 3 | +------------------------------------------------------------ |
| 4 | + |
| 5 | +* Added support for killing processes on OS' other than Windows, Apple TV, and Apple Watch |
| 6 | +* Added register capturing on Linux |
| 7 | +* Added HXCPP_CPP17 define |
| 8 | +* Added ASM and NASM support to build xml |
| 9 | +* Added support for name and value entries to build xml |
| 10 | +* Added tracy profiler |
| 11 | +* Added support for Android NDKs higher than 21 |
| 12 | +* Added x86_64 support to older Android NDKs |
| 13 | +* Added optional detaching of main thread |
| 14 | + |
| 15 | +* Updated mbedtls to 2.28.2 |
| 16 | +* Updated sqlite to 3.40.1 |
| 17 | +* Updated zlib to 1.2.13 |
| 18 | + |
| 19 | +* Fixed SSL socket non blocking handshake throwing an exception on 64bit Windows |
| 20 | +* Fixed Windows 64bit architecture detection |
| 21 | +* Fixed critial error handler returning the wrong callstack |
| 22 | +* Fixed ARM64 library names on Mac |
| 23 | +* Fixed generational GC when used with HXCPP_ALIGN_ALLOC |
| 24 | +* Fixed pthread structured being unaligned |
| 25 | +* Fixed cppia crash on functions with empty bodies |
| 26 | +* Fixed regression parsing integers which wrap around |
| 27 | +* Fixed compilation with HXCPP_GC_DEBUG_LEVEL define |
| 28 | +* Fixed compilation with MinGW |
| 29 | +* Fixed enum parameters potentially returning null |
| 30 | +* Fixed HXCPP_CLANG not being set when using clang |
| 31 | +* Fixed pcre2 and mbedtls not being compiled with the c99 standard |
| 32 | +* Fixed behaviour of indexOf and lastIndexOf on empty strings not aligning with other targets |
| 33 | +* Fixed behaviour of directory reading function not aligning with other targets |
| 34 | +* Fixed haxelib not being invoked with the current working directory |
| 35 | + |
| 36 | +* Removed Haxe 3 support |
| 37 | + |
2 | 38 | 4.3
|
3 | 39 | ------------------------------------------------------------
|
4 | 40 |
|
|
0 commit comments