hxcpp icon indicating copy to clipboard operation
hxcpp copied to clipboard

Runtime files for c++ backend for haxe

Results 181 hxcpp issues
Sort by recently updated
recently updated
newest added

This PR fixes the following build warnings: - **Redefinition of `_WIN32_WINNT`**: The macro `_WIN32_WINNT` was being redefined in `Socket.cpp`. A conditional check has been added to prevent this. - **Ignored...

This PR improves how we check for ANSI color support by handling more terminals and CI environments and simplifying the detection logic in `stripColor`.

Defines ```xml ``` Crash Log ``` OS Version: iOS 17.6.1 (21G93) Report Version: 104 Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: SEGV_NOOP at 0x0000000100000009 Crashed Thread: 0 Application Specific Information: ENOC...

This was removed in e431d92809a521444594010cbe0dce4b836f6f18.

Currently when installing hxcpp from git, you need to manually change into the tools directory to rebuild `hxcpp.n`. There is a prompt but that isn't very useful in CI environments....

This changes the compile header to be ``` Compiling group: haxe (2997 files) ``` and adds a small tag saying the progress of the compilation

(Builds on top of the mbedtls3 branch, hence the large diff) This is an attempt at providing a SSL implementation using the build in Windows cryptographic libraries, WinCrypt, CNG (Cryptographic...

hxcpp Threads are causing bus errors an 64bit (os) RaspberryPi . forcing HXCPP_ALIGN_ALLOC solves the problem. quoting Hugh: `the better way would be to replace the pthread_cond_init calls with a...