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

New references for Dimension Scale APIs #1139

Merged
merged 10 commits into from
Nov 5, 2021

Commits on Oct 7, 2021

  1. Configuration menu
    Copy the full SHA
    f48d3e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b930f93 View commit details
    Browse the repository at this point in the history
  3. Modified code to use new function H5DSwith_new_ref to determine if ne…

    …w references should be used with
    
    Dimension Scales. The new function return TRUE if non-native connector is used or if H5_DIMENSION_SCALES_WITH_NEW_REF
    varible is define at configure time (--enable-dimension-scales-with-new-ref).
    
    Tested on jelly.
    
    ToDo: generate testing file on BE system and enable the test; add flag to CMake; test netCDF-4 with the new references.
    Elena authored and jhendersonHDF committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    a719964 View commit details
    Browse the repository at this point in the history
  4. Adding new test files generated on BE system (hedgehog) created by 32…

    … and 64-bit library.
    
    test_ds chokes on test_ds_le_new_ref.h5  on BE system; test passes for test_ds_be_new_ref-32bit.h5
    for the 32-bit library and fails for the 64-bit library, and vice versa. I am checking the files for further
    investigation; but current implementation of the new references is not portable between LE and BE systems,
    and 32 and 64-bit systems.
    Elena authored and jhendersonHDF committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    43a24cf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8d11d01 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. Update test_ds.c

    Enabled broken test; tests pass now.
    epourmal authored Oct 22, 2021
    Configuration menu
    Copy the full SHA
    9d90df8 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. Update RELEASE.txt

    Documented new option to use new references with the HDF5 dimension scales APIs (H5DS*).
    epourmal authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    7c39fab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8decfec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b10167 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    782d914 View commit details
    Browse the repository at this point in the history