Aidan Lee

Results 49 comments of Aidan Lee

I did wonder about compatibility but wasn't too sure how compatible different haxe and hxcpp versions were. I'll increase the API version and see what parts need to be bought...

Seems that putting the changed maths functions behind the api level conditional was all that was needed. Tested latest 4.0, 4.1, and the branch with my haxe changes and it...

I've gone back and tried to update these two PRs to work with the latest dev branch. I've also added a new hash in hxcpp for int64 keys and added...

Took another look at this and worked around the `isTypeOf` and abstract issue by intercepting it in gencpp.ml and replacing it with the correct path with `CppClassOf`. Also found the...

I've just updated my PR on the hxcpp side to the latest hxcpp master and the mac tests are all passing (other platforms are failing with the same reason as...

I'd be willing to work on the hxcpp implementation. A few months ago I made my own libuv powered asio library and EventLoop replacement for hxcpp (https://github.com/Aidan63/hxcpp_luv_io/), only covers the...

Yeah, I used the buildXml from your cpp PR for my lib. I'm certain you started on the asys cpp implementation as I'm pretty sure I used your EventLoop as...

I've got a draft implementation with the loop and file APIs done and will plod away at the rest of it (https://github.com/HaxeFoundation/hxcpp/pull/1022). I've put the haxe side of things in...

I've implemented all the file, directory, and file system apis in my hxcpp pr and I've started on the net and process stuff. Here's a list of various things I've...

Just gave it a quick go, some pretty good results (even if it is just a micro benchmark). This is what I got with haxe 4.3 and latest hxcpp ![image](https://user-images.githubusercontent.com/10246746/232472772-4d84d863-5853-484c-a024-f775ca1a56c2.png)...