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

Combination of 9 outstanding non-controversial PRs #789

Merged
merged 41 commits into from
Jan 25, 2018

Commits on Aug 20, 2017

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

Commits on Jan 2, 2018

  1. Allow multiple vars with different chunks on the same unlimited dim

    Fix Unidata#299
    The conditions to make this error are the following:
    * Two variables with different chunk sizes
    * Both variables write on the same unlimited dimension
    * The first variable has already written data when the second variable is created
    Lnaden committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    f6fc9c1 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    Lnaden committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    6a24ca4 View commit details
    Browse the repository at this point in the history
  3. Fix another test typo

    Lnaden committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    978e83d View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2018

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

Commits on Jan 11, 2018

  1. Eliminate potential buffer overflow

    I realize strncat is being eliminated, but in case the elimination isn't done prior to release, this patch should be applied.
    gsjaardema committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    cdec707 View commit details
    Browse the repository at this point in the history
  2. Eliminate warning from clang compilers.

    Eliminate this warning from clang:
    ```
    TPL/netcdf/netcdf-c/libdispatch/ncuri.c:914:31: warning: for loop has empty body [-Wempty-body]
            for(p=sp,q=sp+1;(*p++=*q++););
                                         ^
    TPL/netcdf/netcdf-c/libdispatch/ncuri.c:914:31: note: put the semicolon on a separate line to silence this warning
    1 warning generated.
    ```
    gsjaardema committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    1b68ca2 View commit details
    Browse the repository at this point in the history
  3. Make it more clear that limits are not enforced anymore

    Make it clear that NC_MAX_DIMS, NC_MAX_VARS, and NC_MAX_ATTRS limits are not enforced after netcdf-4.5.0 to avoid confusion
    gsjaardema committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    4d9fb67 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2018

  1. clean up of test

    edhartnett committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    de150ae View commit details
    Browse the repository at this point in the history
  2. clean up of test

    edhartnett committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    1bd6387 View commit details
    Browse the repository at this point in the history
  3. more test cleanup

    edhartnett committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    f716ac8 View commit details
    Browse the repository at this point in the history
  4. more test cleanup

    edhartnett committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    ba518b8 View commit details
    Browse the repository at this point in the history
  5. more test cleanup

    edhartnett committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    f603ab2 View commit details
    Browse the repository at this point in the history
  6. more test cleanup

    edhartnett committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    d77ac20 View commit details
    Browse the repository at this point in the history
  7. removed MPE calls

    edhartnett committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    0862d6d View commit details
    Browse the repository at this point in the history
  8. test development

    edhartnett committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    3626c77 View commit details
    Browse the repository at this point in the history
  9. test development

    edhartnett committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    3a0385d View commit details
    Browse the repository at this point in the history
  10. test development

    edhartnett committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    3af0e84 View commit details
    Browse the repository at this point in the history
  11. further test development

    edhartnett committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    e6f82ae View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2018

  1. rehabilitated tst_types.c

    edhartnett committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    0014835 View commit details
    Browse the repository at this point in the history
  2. more test development

    edhartnett committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    466fac5 View commit details
    Browse the repository at this point in the history
  3. further test development, added documentation for uncommitted user-de…

    …fined types, fixed check of return value
    edhartnett committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    38c7cdd View commit details
    Browse the repository at this point in the history
  4. more tests, error handling

    edhartnett committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    126d34d View commit details
    Browse the repository at this point in the history
  5. removed unneeded h5 checks

    edhartnett committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    d350f82 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3f83998 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2018

  1. Configuration menu
    Copy the full SHA
    bc1f103 View commit details
    Browse the repository at this point in the history
  2. further test development

    edhartnett committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    4be1fd8 View commit details
    Browse the repository at this point in the history
  3. more test development

    edhartnett committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    196a0b5 View commit details
    Browse the repository at this point in the history
  4. more test development

    edhartnett committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    2f7625d View commit details
    Browse the repository at this point in the history
  5. more test development

    edhartnett committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    ea3874c View commit details
    Browse the repository at this point in the history
  6. more test development

    edhartnett committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    cc4eb3c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    986673f View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2018

  1. merged 466

    edhartnett committed Jan 20, 2018
    Configuration menu
    Copy the full SHA
    2197d98 View commit details
    Browse the repository at this point in the history
  2. merged 764

    edhartnett committed Jan 20, 2018
    Configuration menu
    Copy the full SHA
    187dd28 View commit details
    Browse the repository at this point in the history
  3. merged 765

    edhartnett committed Jan 20, 2018
    Configuration menu
    Copy the full SHA
    ce7041d View commit details
    Browse the repository at this point in the history
  4. merged 766

    edhartnett committed Jan 20, 2018
    Configuration menu
    Copy the full SHA
    01fae07 View commit details
    Browse the repository at this point in the history
  5. merged 763

    edhartnett committed Jan 20, 2018
    Configuration menu
    Copy the full SHA
    dbaef7f View commit details
    Browse the repository at this point in the history
  6. merged 769

    edhartnett committed Jan 20, 2018
    Configuration menu
    Copy the full SHA
    9fcc6b6 View commit details
    Browse the repository at this point in the history
  7. merged 780

    edhartnett committed Jan 20, 2018
    Configuration menu
    Copy the full SHA
    da928c1 View commit details
    Browse the repository at this point in the history
  8. merged 786

    edhartnett committed Jan 20, 2018
    Configuration menu
    Copy the full SHA
    ef65bdf View commit details
    Browse the repository at this point in the history
  9. merged 760

    edhartnett committed Jan 20, 2018
    Configuration menu
    Copy the full SHA
    c329298 View commit details
    Browse the repository at this point in the history