Commit Graph

4558 Commits

Author SHA1 Message Date
Ward Fisher
45ad829238 Added a new logging option, -L, to nccopy. 2018-01-18 16:12:29 -06:00
Ward Fisher
8e01316980 Updated cdash on this branch. 2018-01-18 15:59:56 -06:00
Ward Fisher
62abc6af09 Updated CMakeLists.txt to correct an issue seen on OSX when using cmake and running 'make test' directly from nc_test4 2018-01-17 14:00:52 -07:00
Dennis Heimbigner
432cf830a4 Make sure that the path to netcdf.dll does not include the build type (e.g. Release). 2018-01-17 13:24:14 -07:00
Ward Fisher
cf53df8f25 Merge branch 'plugins.dmh' of github.com:Unidata/netcdf-c into plugins.dmh 2018-01-16 22:13:44 -06:00
Ward Fisher
d7d7f425dc Corrected an issue on Windows, temporarily, it may need to be reinstated but first things first, get the test to run. 2018-01-16 22:13:32 -06:00
Ward Fisher
ac5aabc3fc Tweaked for parallel autoconf tests with filters. 2018-01-16 17:49:21 -07:00
Ward Fisher
5507d81523 Updated example file for OSX 2018-01-16 17:27:28 -07:00
Ward Fisher
f7b4c61c69 Updated test for OSX 2018-01-16 17:07:52 -07:00
Ward Fisher
606b782adf Corrected a build issue on OSX 2018-01-16 16:39:58 -07:00
Dennis Heimbigner
70068d7d32 With Ward's help, I figured out how to
obviate the need for build type under
cmake+Visual-studio. This simplified
findplugin.in.
2018-01-16 13:28:30 -07:00
Dennis Heimbigner
99fccab359 1. Keep up to date by merging master
2. Fixed plugin building (nc_test4/hdf5plugins)
   to be done properly by cmake and automake.
4. Duplicated part of the nc_test4 filter test code
   in examples/C

An incomplete and untested set of hooks exist
for OS-X in nc_test4/findplugins.in. They need testing.
2018-01-16 11:00:09 -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