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

Sync develop changes April 3 - April4 to hdf5_1_14 #4324

Merged
merged 5 commits into from
Apr 4, 2024

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    2f65e6d View commit details
    Browse the repository at this point in the history
  2. Simply check for datatypes with unusual number of unused bits (HDFGro…

    …up#4309)
    
    Avoids potential undefined behavior in H5T_is_numeric_with_unusual_unused_bits
    jhendersonHDF authored and lrknox committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    be203a2 View commit details
    Browse the repository at this point in the history
  3. Fix issues with empty or uninitialized link names (HDFGroup#4322)

    Converts an assertion in H5G_loc_find into a normal error
    check that checks for empty link names
    
    Initializes H5O_link_t structure early in H5G__ent_to_link
    to avoid trying to free potentially uninitialized memory
    
    Checks for an empty link name after H5MM_strndup in
    H5G__ent_to_link
    
    Fixes GitHub HDFGroup#4307
    jhendersonHDF authored and lrknox committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    6b30a2c View commit details
    Browse the repository at this point in the history
  4. Fix h5py testing failure due to invalid datatype IDs (HDFGroup#4321)

    Fixes an issue where invalid datatype IDs are passed to application conversion
    functions in the case where the top-level conversion function is a library-internal
    function that operates on a container-like datatype, but one or more of the
    base datatype members are converted with an application conversion function.
    jhendersonHDF authored and lrknox committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    db0cf1c View commit details
    Browse the repository at this point in the history
  5. Revise _Float16 configure checks (HDFGroup#4323)

    Run configure checks with and without CFLAGS/CMAKE_C_FLAGS since some
    compilers work in one case while not working in the other case
    
    Sync CMake configure checks with Autotools
    jhendersonHDF authored and lrknox committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    c7bf5a4 View commit details
    Browse the repository at this point in the history