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
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
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
Ed Hartnett
ea49cc1d3f
merged ejh_notbuilt_errors
2017-12-04 13:23:31 -07:00
Ed Hartnett
1153f0f084
merged in branch ejh_cleanup
2017-12-04 13:20:42 -07:00
Ed Hartnett
652f3b1a9c
more docs
2017-12-04 13:11:54 -07:00
Ward Fisher
543341eb0f
Updated for static versions of hdf5 as well.
2017-12-04 13:53:47 -06:00
Ward Fisher
6b828cbae0
Corrected for string reported by FindHDF5.cmake on Windows.
2017-12-04 13:50:43 -06:00