rpav / c2ffi

Clang-based FFI wrapper generator
GNU Lesser General Public License v2.1
229 stars 37 forks source link

Miscellaneous fixes for C++ templates and namespaces #92

Closed spaceotter closed 2 years ago

spaceotter commented 3 years ago

I had noticed some issues when attempting to run c2ffi on the Irrlicht C++ game library. This patch also adds a primitive regression unit test in C++. Note that this slightly changes the output format: when a typedef name is used, its namespace will also be provided.

rpav commented 3 years ago

Thanks again for all the work on this. I'll try to get to this in the near future as well.

spaceotter commented 2 years ago

I'm going to drop this. If someone is looking for a C++ solution, I'm working on one here: https://github.com/spaceotter/unplusplus