h5cpp icon indicating copy to clipboard operation
h5cpp copied to clipboard

C++17 templates between [stl::vector | armadillo | eigen3 | ublas | blitz++] and HDF5 datasets

Results 13 h5cpp issues
Sort by recently updated
recently updated
newest added

Due to template system rework the newly added attributes can only handle armadillo objects in addition to scalars, strings and arrays.

As the title says, a tiny amount of memory is allocated and not released on using h5::open to get an instance of h5::pt_t. The memory is not released when the...

Hi @steven-varga and H5CPP: By using h5cpp recently, I found a potential bug (not 100% sure) in the code for the function pipeline_t::set_cache https://github.com/steven-varga/h5cpp/blob/1444cf87cc2953c473129eeb2217b483aa4ffcc1/h5cpp/H5Zpipeline.hpp#L137 When I ran my own app,...