ohmygentool icon indicating copy to clipboard operation
ohmygentool copied to clipboard

LLVM/Clang based bindings generator for D language

Results 7 ohmygentool issues
Sort by recently updated
recently updated
newest added

Ubuntu 20.04, libclang v12.0 Lots of unresolved externals, seems like recent changes in build scripts broken the linker flags. Dynamic libs from apt works fine though.

![image](https://user-images.githubusercontent.com/16037754/162187899-4ad74b17-6a22-47b5-b615-66ef47c809df.png) This is exactly what I've been looking for, so thank you heaps for your work on this. It'd be great if there was a bit more content on how...

With latest D changes it produces broken code. `Generating an 'inout' copy constructor for ... failed, therefore instances of it are uncopyable` ```d this (ref const(SomeStruct) other) { ... }...

I think this would be a really cool way to share translations of useful libs with others, and also to show examples of what `Ohmygentool` is capable of, and the...

Issues that needs to be fixed after generation for https://github.com/recastnavigation/recastnavigation library, this is the list of issues that prevents doing it full auto! Currently 5-7 edits for compile errors and...

enhancement

I just spinned an Ubuntu fresh 19.10 virtualbox, complying all requirements with default packages (without adding third party PPAs/repos) and following instructions in the readme. The `cmake --build` step fails....