Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tests for H5R get name APIs #4657

Merged
merged 11 commits into from
Aug 12, 2024
Merged

Add tests for H5R get name APIs #4657

merged 11 commits into from
Aug 12, 2024

Commits on Jul 17, 2024

  1. Add tests for H5R get name APIs

    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 HDFGroupGH-4447
    bmribler committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    4c95412 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0756fc0 View commit details
    Browse the repository at this point in the history
  3. Fix typo

    bmribler committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    f5690de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    60e3698 View commit details
    Browse the repository at this point in the history
  5. Fix typo

    bmribler committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    49404be View commit details
    Browse the repository at this point in the history
  6. 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.
    bmribler committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    a596716 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    92e5af3 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. Configuration menu
    Copy the full SHA
    9d57f6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8be015a View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Update documentation

    bmribler committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    da125e2 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    bmribler committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    6edb92a View commit details
    Browse the repository at this point in the history