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

Brings chunk_info valgrind fix from 1.12 #677

Merged
merged 35 commits into from
May 24, 2021

Commits on Mar 19, 2021

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

Commits on Mar 21, 2021

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

Commits on Mar 22, 2021

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

Commits on Mar 23, 2021

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

Commits on Mar 24, 2021

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

Commits on Mar 26, 2021

  1. Configuration menu
    Copy the full SHA
    bc70f95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d7ad8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aeb16b7 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2021

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

Commits on Mar 29, 2021

  1. Configuration menu
    Copy the full SHA
    18401fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    222242c View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

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

Commits on Apr 2, 2021

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

Commits on Apr 15, 2021

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

Commits on Apr 16, 2021

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

Commits on Apr 20, 2021

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

Commits on Apr 21, 2021

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

Commits on Apr 22, 2021

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

Commits on Apr 23, 2021

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

Commits on Apr 25, 2021

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

Commits on Apr 27, 2021

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

Commits on Apr 28, 2021

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

Commits on Apr 29, 2021

  1. Configuration menu
    Copy the full SHA
    649aa9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fa627f View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

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

Commits on May 6, 2021

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

Commits on May 8, 2021

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

Commits on May 15, 2021

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

Commits on May 18, 2021

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

Commits on May 20, 2021

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

Commits on May 21, 2021

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

Commits on May 22, 2021

  1. Fixes a minor valgrind issue in the chunk_info test (HDFGroup#675)

    * Fixes a minor valgrind issue in the chunk_info test
    
    The chunk_info test incorrectly set the number of bytes in a compressed
    buffer, which caused valgrind to complain about writing uninitialized
    bytes.
    
    * Committing clang-format changes
    
    Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
    derobins and github-actions[bot] committed May 22, 2021
    Configuration menu
    Copy the full SHA
    bddea36 View commit details
    Browse the repository at this point in the history