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

Hdf5 1 8 22 - update RELEASE.txt: supported platforms , support for new platforms and compilers, known problems #304

Merged
merged 32 commits into from
Feb 2, 2021

Commits on Dec 18, 2020

  1. Restores maintainer mode in the autotools (#200)

    Maintainer mode should be enabled in development branches.
    
    Also adds helpful commenting.
    
    Add bin/switch_maint_mode
    Disable maintainer mode for release.
    Fix incomplete merge for stub functions in H5Fdhdfs.c
    derobins authored and lrknox committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    52f6744 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d1999c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f34233c View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2020

  1. Configuration menu
    Copy the full SHA
    0277b7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37b5b8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a008cd0 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2020

  1. Configuration menu
    Copy the full SHA
    57df34d View commit details
    Browse the repository at this point in the history
  2. Add notice of final HDFF5 1.8 release.

    Add solaris 64bit alignment issue to "Known Problems".
    lrknox committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    10dbac8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4fcff1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    458be32 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5fde85a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1c44828 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. Fixed typo in an error message. (#227)

    bmribler authored and lrknox committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    faf36a3 View commit details
    Browse the repository at this point in the history
  2. Remove duplicate setting (#239)

    byrnHDF authored and lrknox committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    1c141c0 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2021

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

Commits on Jan 14, 2021

  1. Configuration menu
    Copy the full SHA
    6810e75 View commit details
    Browse the repository at this point in the history
  2. RELEASE.txt cleanup.

    lrknox committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    03ca350 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2021

  1. Configuration menu
    Copy the full SHA
    751596f View commit details
    Browse the repository at this point in the history
  2. )Update version.

    lrknox committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    216de13 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2021

  1. Configuration menu
    Copy the full SHA
    103163a View commit details
    Browse the repository at this point in the history
  2. Reverts lock/unlock callback signature to 1.8.21 version (#254)

    * Reverts lock/unlock callback signature to 1.8.21 version
    
    This callback is unused in 1.8. The ros3 and hdfs VFDs are the only VFDs
    that have the lock callback implemented and that is just as no-op stubs.
    These stubs were removed so the callbacks are now NULL pointers, like
    the other VFDs in 1.8.
    
    * Trivial whitespace fix
    derobins authored and lrknox committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    f45efa1 View commit details
    Browse the repository at this point in the history
  3. Update version to 1.8.22-14.

    lrknox committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    e46cef4 View commit details
    Browse the repository at this point in the history
  4. Update version in H5public.h

    lrknox committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    dcf60c4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    792bb16 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2021

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

Commits on Jan 24, 2021

  1. Configuration menu
    Copy the full SHA
    564be14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aba8dbc View commit details
    Browse the repository at this point in the history
  3. Improve performance of multiple calls to H5Sget_select_elem_pointlist (

    …#270) (#277)
    
    * Cache the pointer to the next point to process after the last call to
    H5S__get_select_elem_pointlist.  This allows the normal process of
    iterating over the points in batches to be much more efficient, as the
    library does not need to traverse the entirety of the preceding points
    every time the funciton is re-entered.
    
    * Update RELEASE.txt for point selection iteration performance fix.
    fortnern authored and lrknox committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    6bb3903 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Configuration menu
    Copy the full SHA
    7c940cf View commit details
    Browse the repository at this point in the history
  2. Update "Support for New Platforms and Compilers" section in RELEASE.txt;

    add check_version workaround for binary compatibility to "Known
    Problems".
    lrknox committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    6f33e83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    345649a View commit details
    Browse the repository at this point in the history