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

Merge Wellspring back into development branch #2560

Merged
merged 22 commits into from
Jan 10, 2023
Merged

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    7559b86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19b8ae4 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Supported headers for hdf4 are not installed in actions, and there do…

    …es not appear (currently) to be an easy way to reinstall these.
    WardF committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    087d3b6 View commit details
    Browse the repository at this point in the history
  2. Update release date.

    WardF committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    74b4aae View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

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

Commits on Dec 18, 2022

  1. Fix infinite loop in file inferencing

    re: Issue #2573
    
    The file type inferencer in libdispatch/dinference.c has a simple
    forward inference mechanism so that the occurrence of certain mode
    values in a URL fragment implies inclusion of additional mode values.
    This kind of inference is notorious for leading to cycles if not
    careful. Unfortunately, this occurred in the one in dinference.c.
    
    This was fixed by providing a more complicated, but more reliable inference
    mechanism.
    
    ## Misc. Other Changes
    * Found and fixed a couple of memory leaks.
    * There is a recent problem in building HDF4 support on github actions. Fixed by using the internal HDF4 xdr capability.
    * Some filter-related code was not being properly ifdef'd with ENABLE_NCZARRA_FILTERS.
    DennisHeimbigner committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    a03bb5e View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Add an old static file.

    WardF committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    9226b52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd99d60 View commit details
    Browse the repository at this point in the history
  3. Fix a logic error re: DAP4 tests, when DAP4 is specified, but hdf5/ne…

    …tcdf4 support is disabled.
    WardF committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    c228426 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

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

Commits on Jan 4, 2023

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

Commits on Jan 9, 2023

  1. Configuration menu
    Copy the full SHA
    9ea2739 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecd48ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19a1f9e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e02f678 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bd03412 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    394cf64 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Configuration menu
    Copy the full SHA
    3e35a10 View commit details
    Browse the repository at this point in the history
  2. Update whitespace.

    WardF committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    4c27c59 View commit details
    Browse the repository at this point in the history
  3. Correct lingering merge issue.

    WardF committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    341a43b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0006545 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b67583f View commit details
    Browse the repository at this point in the history