FFIG / ffig

Generate code to call C++ libraries from other languages
MIT License
29 stars 9 forks source link

Extend boost::python bindings generation #437

Closed jbcoe closed 6 years ago

jbcoe commented 6 years ago

What does this PR do?

Adds support for subobjects, value return and concrete base classes to boost::python bindings.

This raises boost::python bindings to the level of Python and C#.