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 merge issue 487 v110 #533

Merged
merged 4 commits into from
Apr 1, 2021
Merged

Hdf5 merge issue 487 v110 #533

merged 4 commits into from
Apr 1, 2021

Commits on Apr 1, 2021

  1. Cleans up a couple of MSVC warnings in testhdf5 (#475)

    * Fixes a few testhdf5 warnings raised in Visual Studio
    
    Visual Studio is grumpier about treating pointers like integers than
    gcc.
    
    * Committing clang-format changes
    
    Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
    2 people authored and lrknox committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    bac8e2f View commit details
    Browse the repository at this point in the history
  2. Fix typos and grammar errors. (#476)

    hyoklee authored and lrknox committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    61c1e68 View commit details
    Browse the repository at this point in the history
  3. Suppresses the tcheck_version test's abort dialog on Windows (#477)

    * Suppresses the tcheck_version test's abort dialog on Windows
    
    Windows raises a modal abort/retry/ignore dialog box when CRT
    calls abort(). This change installs a report hook that suppresses
    the dialog so that the CMake tests don't time out waiting for a
    nonexistent user to click a dialog box.
    
    * Committing clang-format changes
    
    * Removes __cdecl from callback
    
    Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
    2 people authored and lrknox committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    b68fede View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2298a3d View commit details
    Browse the repository at this point in the history