robotpy / robotpy-build

(mostly) automated C++ wrapping for Python
BSD 3-Clause "New" or "Revised" License
36 stars 16 forks source link

create-gen: Ignore functions with void* param #102

Open auscompgeek opened 3 years ago

auscompgeek commented 3 years ago

We can't automatically generate appropriate bindings for functions that take a void pointer, so at the very least the create-gen tool should ignore them, similarly to how it already generates an ignore: true for functions that take initializer_list.