h5pp
h5pp copied to clipboard
A C++17 interface for HDF5
I started using your library in my c++20 project and found behavior that I didn't expect. I set the c++20 standard as `set(CMAKE_CXX_STANDARD 20)`. Then, in one of the libraries,...
Some of HDF5 files used in our tests (like [dataset](https://github.com/fmidev/smartmet-qdtools-test-data/blob/master/data/input/hdf/etop.h5) contains uint32_t values in big endian format. Type is detected as H5T_INTEGER by h5pp I currently work-arounded problem by detecting...
Hello, I am able to build H5PP standalone which is able to find and build hdf5 fine. My goal is to include h5pp as a submodule. I created a CMake...