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 one is weird, so I'm going to need you to bear with me a little bit... **The plan:** I want to integrate Cppia scripts into my level editor. The...

I noticed that when compiling formatter with hxcpp 4.0.19 or git version the resulting binary will use 100% CPU and execution will not reach main function. I managed to drill...

This allows one to add partial cppia modules with only the changes needed. This is hidden behind a compilation flag, HXCPP_CPPIA_OLD_CLASS_LINK

Found a weird issue when using cppia. The following Haxe code for a Cppia host fails during the C++ compilation step: ``` import cpp.cppia.Module; class Host { public static var...

I've been seeing some occasional race conditions happening in Unreal.hx when running multiple external threads, which I believe are caused by the hxcpp GC. I was able to reduce the...

Here is a simple class to reproduce the issue: ``` class HxcppBug { public static function main() { var s : String = ""; var c = try cast(s, Interface)...

When [compiling SiON](https://github.com/thejustinwalsh/SiON) for macOS (`lime build mac -debug`) I am getting the following compiler error: ```cpp Error: ./src/org/si/sion/sequencer/base/MMLParser.cpp:756:45: error: conversion from 'long' to 'const Dynamic' is ambiguous int defaultValue...