hdf5/fortran
bmribler d875f749e5
Add tests for H5R get name APIs (#4657)
Added functionality tests for the following APIs:
H5Rget_file_name
H5Rget_obj_name
H5Rget_attr_name

Also removed "+1" when returning a name length in H5R__get_attr_name().
The exter "+1" gave an incorrect value for the length of the referenced
object's attribute name.

Fixed GH-4447

* Fix Fortran test

The C API H5Rget_attr_name incorrectly added 1 to the length of the
referenced object's attribute name, so the Fortran API h5rget_attr_name_f
removed 1 from the returned value to accommodate the incorrectness.
This PR fixes H5Rget_attr_name so this workaround in h5rget_attr_name_f
is no longer needed.

* Add test H5Aget_name against H5Rget_attr_name
2024-08-12 09:40:48 -05:00
..
src Add tests for H5R get name APIs (#4657) 2024-08-12 09:40:48 -05:00
test Rework Dynamic Analysis and sanitize testing (#4681) 2024-08-05 09:53:53 -05:00
testpar Addresses configuration fortran testing flags (#4276) 2024-03-28 16:55:32 -05:00
CMakeLists.txt
Makefile.am Move C++ and Fortran and examples to HDF5Examples folder (#4552) 2024-06-08 06:46:09 -05:00
robodoc.rc