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

Cleanup szip handling some more #2421

Merged
merged 8 commits into from
Sep 16, 2022
Merged

Commits on Jun 22, 2022

  1. Cleanup szip handling some more

    re: Unidata#2420
    
    nc_test4/tst_vars3.c has the wrong conditional
    around the szip tests (did I do that?).
    Anyway, the current test is
    > #ifdef HAVE_SZ
    
    and it should be
    > #ifdef HAVE_H5Z_SZIP
    
    because the only thing that matters is that HDF5 lib has szip support.
    DennisHeimbigner committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    f419af9 View commit details
    Browse the repository at this point in the history
  2. Update release notes

    DennisHeimbigner committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    20a4b65 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. fix RELEASENOTES

    DennisHeimbigner committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    f3ef83e View commit details
    Browse the repository at this point in the history
  2. undebug

    DennisHeimbigner committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    43ec0e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc55212 View commit details
    Browse the repository at this point in the history
  4. force rebuild

    DennisHeimbigner committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    d594f72 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2022

  1. conflicts

    DennisHeimbigner committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    c9af92d View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

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