Releases: GridTools/cpp_bindgen
Releases · GridTools/cpp_bindgen
cpp_bindgen v1.1.1
cpp_bindgen v1.1.0
Cleanup
- Removes GT_LEGACY mode (this mode allowed to ship cpp_bindgen with GridTools with the interface as defined in GridTools v1.x). With the release of GridTools v2.0, the legacy mode is obsolete.
Fixes
- Removes a deprecation warning in CUDA 10.0 and later.
- CMake: Removes the obsolete FindThreads fix for CUDA (which was not needed since CMake 3.13).
cpp_bindgen v1.0.1
Fixes
- PGI requires
use iso_c_bindings
at module scope (#38) - Support for nested CMake projects
cpp_bindgen v1.0.0
cpp_bindgen standalone version
This is the first release of cpp_bindgen as a standalone library.