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

Switch HDoff_t to haddr_t in the public API #5082

Draft
wants to merge 13 commits into
base: develop
Choose a base branch
from

Commits on Nov 4, 2024

  1. Switch HDoff_t to haddr_t in H5P(s|g)et_extent()

    Note that this switches the parameter from signed to unsigned, which
    generates downstream warnings that will have to be addressed.
    derobins committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    46ef18a View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    3367a6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2dcafe View commit details
    Browse the repository at this point in the history
  3. Fix additional warnings

    derobins committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    d970783 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    9b8eff6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c842d0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d82169 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    70ee459 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78cd45f View commit details
    Browse the repository at this point in the history
  3. Update RELEASE.txt note

    derobins committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    0103a60 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7603081 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5e8f558 View commit details
    Browse the repository at this point in the history
  6. Fix comment in H5private.h

    derobins committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    e477946 View commit details
    Browse the repository at this point in the history