Skip to content

Releases: GridTools/cpp_bindgen

cpp_bindgen v1.1.1

25 Aug 09:16
ab4478e
Compare
Choose a tag to compare

Fixes

  • Use end module instead of end to make cpp_bindgen compatible with Serialbox's pp_ser.py.

cpp_bindgen v1.1.0

15 Jun 12:05
5a83fdf
Compare
Choose a tag to compare

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

29 Jan 20:13
4a5bd60
Compare
Choose a tag to compare

Fixes

  • PGI requires use iso_c_bindings at module scope (#38)
  • Support for nested CMake projects

cpp_bindgen v1.0.0

07 Oct 11:15
374f147
Compare
Choose a tag to compare

cpp_bindgen standalone version

This is the first release of cpp_bindgen as a standalone library.