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

Hi, When I specify @:stackOnly on a class, it still allocates it inside the cpp file using the __alloc( HX_CTX for the class. Is there anyway to FORCE the object...

Originally spotted when the CI started failing in my #1047 request, but when running the hxcpp tests with haxe 4.3.1 on MSVC for HXCPP_M64 with the debug flag set and...

Hi Folks, I've asked same question on one of the channel on Discord, but didn't get proper answer. I see there is several several tags of hxcpp - releases happen...

``` --dce full --library haxe-strings -m Main --cpp cpp -D objc -D file_extension=mm ``` ``` ``` This gets me very close, but I get a bunch of parse errors from...

When compiling haxe code with the '-D scriptable' option, the compiler adds additional C++ code to provide support for scripting. However, this code does not compile when the original Haxe...

When passing an invalid unicode string to `_hx_std_file_contents_string`, instead of giving the `Invalid UTF16` error, it gives `Critical Error: Allocating from a GC-free thread`. This is because the exception is...

- Added column number fields to code-position-related function - Added a nextLine function so that developers can step over an entire line of code - Added column number check to...

PCRE uses \x whereas JS regexp uses \u for hexadecimal code sequence. I think it would be better to support only \u for better compatibility. This could be done at...

i know this is probably like the 5th issue like this but i couldn't find a solution to my specific issue in any other ones. sorry in advance if i...