Commit Graph

4556 Commits

Author SHA1 Message Date
Ward Fisher
bc5d6f1d05 Merge branch 'patch-9' of https://github.com/gsjaardema/netcdf-c into pr-catchup 2018-01-23 15:24:22 -06:00
Ward Fisher
3530f3fa7f
Merge branch 'master' into patch-9 2018-01-23 14:23:57 -07:00
Ward Fisher
feaf233e50 Merge branch 'fix_tst_converts' of https://github.com/wkliao/netcdf-c into pr-catchup 2018-01-23 15:23:09 -06:00
Greg Sjaardema
02422afd2b
Recent refactoring removed uses of variables
Recent refactorings removed the use of these variable, but they were still defined.  Removing to eliminate unused variable warnings.
2018-01-22 10:30:15 -07:00
Wei-keng Liao
d0c2015ced fix tst_converts.c when enable-erange-fill is set 2018-01-20 15:44:04 -06:00
Ward Fisher
b850482b8e Updated cdash dashboard location. 2018-01-18 10:50:24 -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
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
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
Ward Fisher
98dd736a40 Oops. Corrected error properly, should check before I commit. 2017-12-18 14:57:25 -07:00
Ward Fisher
5dfef32225 Merge branch 'ejh_more_tests_vs14' of github.com:Unidata/netcdf-c into ejh_more_tests_vs14 2017-12-18 14:56:50 -07:00
Ward Fisher
1703e33c61 Removed 'function' keyword, non-portable on ARM. 2017-12-18 14:56:32 -07:00
Ward Fisher
e62855bf6a Removed 'function' keyword, non-portable 2017-12-18 14:49:22 -07:00
Ward Fisher
84a77be0c4 Added explicit error checking to tst_netcdf4.sh 2017-12-18 15:26:33 -06:00
Ward Fisher
58972c8cc0 Working out issues on Windows. 2017-12-12 10:44:22 -06:00
Ward Fisher
24e358c8ce Adjusted a test in support for Visual Studio 14 2017-12-11 15:30:05 -06:00
Ward Fisher
77cca75977
Merge branch 'master' into ejh_more_tests 2017-12-07 20:24:43 -07:00
Ward Fisher
9f2a1c94c3
Merge pull request #717 from Unidata/par-cmake-update.wif
Updating with additional parallel test fenceposts
2017-12-07 19:40:49 -07:00
Ward Fisher
2e45037e08 Push the limits of parallel test. 2017-12-07 16:30:31 -07:00
Ward Fisher
9d826f90ed Added dependency on diskless tests to mmap test. 2017-12-07 16:20:40 -07:00
Ward Fisher
d927f6f384 Updated test file stuff for nc_test 2017-12-07 15:55:32 -07:00
Ward Fisher
9229e41e10 Updated travis config file with 4 processors. 2017-12-07 15:46:07 -07:00
Ward Fisher
4a1ff04f84 Dial down to serial ci tests to make sure the issue is parallel related. 2017-12-06 16:11:54 -07:00
Ward Fisher
0ef6f3415a Making tst_hdf4_read_var.sh dependent on tst_interops2. 2017-12-06 15:07:54 -07:00
Ward Fisher
24c6b27dfe Configuring a test so that it won't fail during parallel testing. 2017-12-06 15:00:21 -07:00
Ward Fisher
e8471c9eeb
Merge branch 'master' into ejh_more_tests 2017-12-06 13:21:32 -07:00
Ward Fisher
e07a966575
Merge pull request #715 from Unidata/par-cmake.wif
parallelize cmake tests similar to work done with autotools tests
2017-12-06 11:17:41 -07:00
Ward Fisher
6da64fedca Merge branch 'master' into par-cmake.wif 2017-12-05 12:18:04 -07:00
Ward Fisher
c42bbd0ea2 Removed old file, updated travis file to allow for tests to run in parallel. 2017-12-05 12:17:40 -07:00
Ward Fisher
adaaf92f95 Merge branch 'master' into gh712 2017-12-04 15:36:21 -06:00
Ed Hartnett
e6785c719c moved declaration out of for loop 2017-12-04 14:11:06 -07:00