Commit Graph

4579 Commits

Author SHA1 Message Date
Ed Hartnett
da928c1b83 merged 780 2018-01-20 06:05:34 -07:00
Ed Hartnett
9fcc6b62fd merged 769 2018-01-20 06:05:17 -07:00
Ed Hartnett
dbaef7fa2d merged 763 2018-01-20 06:05:03 -07:00
Ed Hartnett
01fae078a5 merged 766 2018-01-20 06:04:49 -07:00
Ed Hartnett
ce7041d9a6 merged 765 2018-01-20 06:04:34 -07:00
Ed Hartnett
187dd284d1 merged 764 2018-01-20 06:04:23 -07:00
Ed Hartnett
2197d9849b merged 466 2018-01-20 06:04:08 -07:00
Ed Hartnett
3f83998b26
Merge branch 'master' into ejh_rename2 2018-01-18 16:05:04 -07:00
Ward Fisher
b850482b8e Updated cdash dashboard location. 2018-01-18 10:50:24 -07:00
Ed Hartnett
d350f82889 removed unneeded h5 checks 2018-01-18 07:46:31 -07:00
Ed Hartnett
126d34da1d more tests, error handling 2018-01-18 07:36:52 -07:00
Ed Hartnett
38c7cddf8f further test development, added documentation for uncommitted user-defined types, fixed check of return value 2018-01-18 06:47:50 -07:00
Ed Hartnett
466fac5381 more test development 2018-01-18 05:57:33 -07:00
Ed Hartnett
001483505f rehabilitated tst_types.c 2018-01-18 05:34:52 -07:00
Ed Hartnett
cf92670687 added guards for header files that needed them 2018-01-17 09:20:20 -07:00
Ed Hartnett
9949a11155 removed some unneeded HDF4 checks, added some needed parameter checks 2018-01-17 09:09:58 -07:00
Ed Hartnett
09ee32b205 fixed some header files, checked some return values 2018-01-17 08:25:15 -07:00
Ed Hartnett
e6f82ae397 further test development 2018-01-16 14:57:40 -07:00
Ed Hartnett
3af0e84314 test development 2018-01-16 14:38:09 -07:00
Ed Hartnett
3a0385da3e test development 2018-01-16 14:36:47 -07:00
Ed Hartnett
3626c776ae test development 2018-01-16 09:43:41 -07:00
Ed Hartnett
0862d6d7ce removed MPE calls 2018-01-16 09:23:36 -07:00
Ed Hartnett
d77ac20af4 more test cleanup 2018-01-16 08:14:43 -07:00
Ed Hartnett
f603ab2163 more test cleanup 2018-01-16 08:09:14 -07:00
Ed Hartnett
ba518b80a7 more test cleanup 2018-01-16 08:09:03 -07:00
Ed Hartnett
f716ac8549 more test cleanup 2018-01-16 08:06:23 -07:00
Ed Hartnett
1bd6387e5e clean up of test 2018-01-16 08:04:00 -07:00
Ed Hartnett
de150aec4e clean up of test 2018-01-16 08:03:15 -07:00
Greg Sjaardema
4d9fb6765b
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
2018-01-11 10:41:53 -07:00
Greg Sjaardema
1b68ca28f7
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.
```
2018-01-11 10:31:13 -07:00
Greg Sjaardema
cdec707429
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.
2018-01-11 10:28:18 -07:00
Ed Hartnett
3fa3d3f9f9 ported rename fix changes from branch ejh_fill_values for easy merging 2018-01-05 06:01:22 -07:00
Ward Fisher
2281f3e133 Added cross-build check fix in support of https://github.com/Unidata/netcdf-c/issues/753 2018-01-02 14:05:52 -07:00
Ward Fisher
69a418c27d Merge branch 'cmake-fix' of https://github.com/nehaljwani/netcdf-c into gh692 2018-01-02 13:24:13 -07:00
Ward Fisher
1cdafd2201
Merge pull request #729 from mingwandroid/master
Fix buffer overrun in tabs[MAX_NESTS] by adding space for \0 terminator
2017-12-21 13:05:41 -07:00
Ward Fisher
e06a60fef2
Merge branch 'master' into master 2017-12-21 11:26:04 -07:00
Ward Fisher
0f7118107e Merge branch 'master' into enable_cdf5_travis 2017-12-20 14:39:18 -07:00
Ward Fisher
774ebf0165
Merge pull request #728 from Unidata/link-update.wif
Corrected links to cdash dashboard.
2017-12-20 14:38:41 -07:00
Ray Donnelly
879d071b0c Fix buffer overrun in tabs[MAX_NESTS] by adding space for \0 terminator
.. also speed it up by not using strcat when direct array access works just fine.
2017-12-20 21:38:34 +00:00
Ward Fisher
f3d74aaac6 Merge branch 'enable_cdf5_travis' of github.com:Unidata/netcdf-c into enable_cdf5_travis 2017-12-20 14:36:16 -07:00
Ward Fisher
ac2d6f61a3 Corrected number of formats, oops. 2017-12-20 14:36:04 -07:00
Ward Fisher
c319150791 Corrected number of tests. 2017-12-20 14:26:22 -07:00
Ward Fisher
c8b5a13abd Forgot that cdf5 doesn't work on 32 bit platforms currently, disabled in travis. 2017-12-20 13:05:04 -07:00
Ward Fisher
d8608768ee Corrected a basic mistake for 32 bit platforms. 2017-12-20 12:58:56 -07:00
Ward Fisher
282fbede45 Corrected links to cdash dashboard. 2017-12-20 12:37:02 -07:00
Ward Fisher
735ad98a8f updated comments since we're tracking this closely now 2017-12-20 12:20:08 -07:00
Ward Fisher
faeb1be44a Adjusted test to use dynamically allocated memory instead of the stack. 2017-12-20 12:00:48 -07:00
Ward Fisher
2d05d2e3bb Corrected typo. 2017-12-19 15:53:31 -07:00
Ward Fisher
9920cbe073 Fixed issue https://github.com/Unidata/netcdf-c/issues/723 2017-12-19 13:56:08 -07:00
Ward Fisher
a367ab9ef7 Turned CDF5 on for travis tests. 2017-12-19 13:53:16 -07:00