Aidan Lee
Aidan Lee
You need to wrap native types in `cpp.Pointer` or `cpp.Struct` to be usable with haxe containers.
Some of the retypers logic can be a bit difficult to follow. `CppSuper` is any occurance of `super`, the `TField` retyping deals with `CppSuper` by turning them all into `CppFunction...
@hughsando @Simn what needs to be done to get a new haxelib release out? It's been about a year and a half since the last and with the end of...
Keeping the haxe 3 removal sounds good to me, prevents all the hassle of branching and cherry picking features that way. I've opened a merge to update the change log...
Great, no worries! I've been really liking the new settings stuff, formalises a lot of stuff I was already doing in the old v10 version. Just realised I could probably...
I think that makes sense, the ids are used for type checking so don't server a purpose for non haxe generated classes.
I think using OS SSL libraries where possible is a good idea (I've got a pending merge in #1135 which does it for Windows) and have looked at this mac...