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

Implement ID creation optimization for container datatype conversions #4113

Merged
merged 1 commit into from
Mar 12, 2024

Commits on Mar 11, 2024

  1. Implement ID creation optimization for container datatype conversions

    Makes the datatype conversion context object available during both the
    initialization and conversion processes for a datatype conversion
    function, allowing the compound, variable-length and array datatype
    conversion functions to avoid creating IDs for the datatypes when they
    aren't necessary
    
    Adds internal H5CX_pushed routine to determine if an API context is
    available to retrieve values from
    
    Also adds error checking to several places in H5T.c and H5Tconv.c where
    the code had previously assumed object close operations would succeed
    jhendersonHDF committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    af162e9 View commit details
    Browse the repository at this point in the history