h5cpp
h5cpp copied to clipboard
C++ wrapper for the HDF5 C-library
Dear all. We should cleanup all stale branches on this project. Please remove all of your branches no longer needed. **Done when** all currently stale branches have been either deleted...
Currently, many exceptions thrown by `h5cpp` can be identified only via inspection of `std::runtime_error::what`. A common base type for all exceptions thrown in response to errors originating from `libhdf` would...
Need to bring up the following with HDF group (observations from #300): 1) If `H5E_error2_t` could be made to initialize its C-string pointers as null. Would help avoid the problem...
In order to solve some other issues we need a better separation between the different traits. I will start with implementing a new trait type for this.
This issue is just a tag for commits related to the users guide. I guess we can keep this open for a rather long time. But we should mention it...
The documentation build fails in the ESS ubuntu container with the following error ``` Sphinx version error: The sphinxcontrib.applehelp extension used by this project needs at least Sphinx v5.0; it...
I split this ticket from #620. It looks like the openmpi/4.1.0 conan package is still not ready for conan 2.0 ``` ERROR: Package 'openmpi/4.1.0' not resolved: openmpi/4.1.0: Cannot load recipe....
We are having some issues with the ESS builds on macOS, it might be necessary to disable these builds temporarily.
Is there a particular reason for only wrapping `H5F_LIBVER_LATEST` and `H5F_LIBVER_EARLIEST` and not the remaining values of [H5F_libver_t](https://docs.hdfgroup.org/hdf5/develop/_h5_fpublic_8h.html#a2d963b599894f684571fbd4d5e8a96a2)? If not, I would be happy to add the remaining (e.g., as...
In the README it says > the HDF5 C library (>=1.8.13 would do but >=1.10.0 is prefered) but is this requirement actually enforced somewhere within cmake? I couldn't find any...