jhendersonHDF
jhendersonHDF
Profiling of a synthetic benchmark for the Mathworks folks shows that the pass through from H5MM_malloc -> HDmalloc and similar adds a slight bit of overhead. Since the H5MM stuff...
Adds a check for the case where a decoded datatype's precision could overflow SIZE_MAX due to the size of a datatype being larger than SIZE_MAX / 8
**Describe the bug** When compiling HDF5 with NVHPC versions 23.5 - 23.9 (additional versions may also be applicable) and with `-O1` (or higher) and `-DNDEBUG`, testing failures occur in the...
Adds the new datatype class H5T_COMPLEX Adds the new API function H5Tcomplex_create which creates a complex number datatype from an ID of a base floating-point datatype Adds the new feature...
**Describe the bug** The following simple code causes an assertion failure in debug builds of HDF5 due to entering the library in a way that doesn't initialize it. As the...