Releases: ess-dmsc/h5cpp
Releases · ess-dmsc/h5cpp
First conan-ready release
Some gaps in library API have been filled:
- Boolean datatype support
- Soft link creation
- More convenience functions for operations on Groups
- More correct node name validation
Improved support for various platforms by:
- Better CMake support
- Better Conan support
- Continuous integration testing for:
- Centos 7
- Debian 9
- Fedora 25
- Ubuntu 16.04
- Ubuntu 17.10
- macOS
Third alpha release
- Error handling interface that forwards the HDF5 error stack with C++11 nested exceptions
- Install configuration for MacOSX
- Support for Centos7, Fedora25, Ubuntu 16.04
- Recursive iterators for links and nodes
- h5cpp package provides info about MPI, VDS and SWMR support via CMake variables
- Additional wrappers for Attribute, Dataset and Group creation
v0.0.2
First alpha release of h5cpp
This is a first alpha release of the h5cpp C++ wrapper for HDF5.