GridTools / cpp_bindgen

Library for generating C and Fortran bindings for C++ functions from C++
Other
14 stars 4 forks source link

Rename all `gen` to `bindgen` #25

Closed havogt closed 5 years ago

havogt commented 5 years ago

launch jenkins

havogt commented 5 years ago

@lukasm91 I requested your review, but feel free to take this unreviewed. Tests should catch naming issues.

havogt commented 5 years ago

I saw there are still some mentions of c_bindings. Will fix them now.

havogt commented 5 years ago

launch jenkins

havogt commented 5 years ago

launch jenkins

havogt commented 5 years ago

There is probably one last renaming I'd like to do: currently the prefix is bindgen/BINDGEN except for the cmake functions cpp_bindgen_enable_fortran_library and cpp_bindgen_add_library. I think it makes sense to remove it there as well?!

Anyway, I'd like to do this change in a separate PR.