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

Stat st blocks fix 110 #249

Merged
merged 6 commits into from
Jan 11, 2021
Merged

Stat st blocks fix 110 #249

merged 6 commits into from
Jan 11, 2021

Commits on Dec 17, 2020

  1. close #195. (#196)

    * Update HDF5PluginMacros.cmake
    
    * Update HDF5PluginMacros.cmake
    hyoklee authored and lrknox committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    efb50c1 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2020

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

Commits on Jan 6, 2021

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

Commits on Jan 9, 2021

  1. Configuration menu
    Copy the full SHA
    ed287c3 View commit details
    Browse the repository at this point in the history
  2. Fixes Autotools detection of the st_blocks field in stat (#246)

    * Fixes Autotools detection of the st_blocks field in stat
    
    The Autotools and CMake will now both correctly determine if the
    stat struct has the st_blocks field and set H5_HAVE_STAT_ST_BLOCKS
    appropriately.
    
    * Fixes a typo in configure.ac
    derobins authored and lrknox committed Jan 9, 2021
    Configuration menu
    Copy the full SHA
    8c9eeff View commit details
    Browse the repository at this point in the history