jhendersonHDF

Results 7 issues of 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

Merge - To 1.14
Priority - 2. Medium ⏹
Component - C Library
Type - Improvement

**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...

Priority - 2. Medium ⏹
Component - Testing
Component - Build
Type - Task

Merge - To 1.14
Priority - 1. High 🔼
Component - C Library
Type - Bug

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...

Merge - Develop Only
Priority - 0. Blocker ⛔
Component - C Library
Component - Tools
Component - High-Level Library
Component - Documentation
Component - Java
Component - Fortran
Component - Testing
Component - Build
Type - New Feature
Component - Misc

**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...

Priority - 3. Low 🔽
Component - C Library
Type - Bug