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

110 copying update #564

Merged
merged 22 commits into from
Apr 26, 2021
Merged

110 copying update #564

merged 22 commits into from
Apr 26, 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

Commits on Feb 23, 2021

  1. Configuration menu
    Copy the full SHA
    64f7179 View commit details
    Browse the repository at this point in the history
  2. Fix undefined left shifting of negative numbers (#338)

    Undefined Bahavior Sanitizer errored here about left shifting negative numbers.
    seanm authored and lrknox committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    8b0662e View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. Update license url (#332)

    * Modify temporary rpath for testing in java example scripts.
    
    * Update URL in source file Copyright headers for web copy of COPYING
    file - src and test directories.
    lrknox committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    d59490f View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

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

Commits on Mar 10, 2021

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

Commits on Mar 21, 2021

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

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
    b009b7e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    23dc162 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

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

Commits on Apr 5, 2021

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

Commits on Apr 6, 2021

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

Commits on Apr 21, 2021

  1. Update top-level COPYING file and remove COPYING files from

    subdirectories.
    lrknox committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    84ce5d3 View commit details
    Browse the repository at this point in the history
  2. Update top-level COPYING file and remove COPYING files from subdirect…

    …ories (#561)
    
    * Modify temporary rpath for testing in java example scripts.
    
    * Update URL in source file Copyright headers for web copy of COPYING (license) file.
    
    * Add release_docs/code-conventions.md file.
    
    * Add script to test h5py.
    
    * Fix script error.
    
    * Add file h5pytest.yml.
    
    * Test declaration of counter variables in for loops.
    
    * Committing clang-format changes
    
    * Committing clang-format changes
    
    * Added [] to line 126 of H5LTanalyze.l.
    Ran bin/genparser with flex v2.6.4 and Bison v3.0.4 on jelly.
    
    * Revert "Added [] to line 126 of H5LTanalyze.l."
    
    This reverts commit e4a9cee.
    
    * Revert extra commits to match canonical develop.
    
    * Update top-level COPYING file and remove COPYING files from
    subdirectories.
    
    * Remove subdirectory COPYING files from MANIFEST.
    
    Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
    lrknox and github-actions[bot] committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    e27c51a View commit details
    Browse the repository at this point in the history