HighFive icon indicating copy to clipboard operation
HighFive copied to clipboard

HighFive - Header-only C++ HDF5 interface

Results 69 HighFive issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** On master branch we can: ```c++ auto v = std::vector(); /* fill v */ file.createDataSet("/path", v); ``` But we will...

Hi. Please excuse me for posting here, since I couldnt find any support for BlueBrain/HighFive on StackOverflow. I am trying to create a compound datatype with variable length arrays. When...

HDF5 Type System

Now that we have the new inspector system we can easily add support for new containers. Xtensor have been added only in h5easy and so it does not work with...

H5Easy
HDF5 Type System

I am using HighFive to write the output and restart files of my simulations. For steady-state problems, the intermediate solutions are written at some given time intervals so that the...

enhancement

Add a paragraph for explaining how to do with raw pointers, if data are continuous.

**Is your feature request related to a problem? Please describe.** I have a C++ library built on top of libtorch. I would like to use HighFive to provide an hdf5...

enhancement

I have an application wherein I need to write many many H5 files, and I coordinate these tasks using openmp. I am getting a segfault when using this library within...

bug

https://support.hdfgroup.org/HDF5/doc/RM/RM_H5S.html#Dataspace-SelectHyperslab https://github.com/BlueBrain/HighFive/blob/master/include/highfive/bits/H5Slice_traits_misc.hpp#L74-L96

enhancement

Datasets and Attributes duplicate much of the code to read and write data. In #277 initial work has been done separating read/writing logic into its own source file. If would...

enhancement