Dennis Heimbigner
22ebecab23
Use an explicit can_apply function for filters
2018-01-19 18:45:56 -07:00
Dennis Heimbigner
6420d46491
oops, forgot to condition filter code on netcdf-4
2018-01-19 12:25:03 -07:00
Dennis Heimbigner
991c4c6d16
Add some extra nccopy filter debug output
2018-01-19 12:06:02 -07:00
Dennis Heimbigner
e723d7dfed
Merge branch 'plugins.dmh' of https://github.com/Unidata/netcdf-c into plugins.dmh
2018-01-19 10:58:46 -07:00
Ward Fisher
0f5fc7222b
Merge branch 'master' into plugins.dmh
2018-01-18 15:46:50 -07:00
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
b850482b8e
Updated cdash dashboard location.
2018-01-18 10:50:24 -07:00
Dennis Heimbigner
090fc98ac9
Merge branch 'plugins.dmh' of https://github.com/Unidata/netcdf-c into plugins.dmh
2018-01-17 19:48:10 -07:00
Dennis Heimbigner
8d8dff9a2a
Add some temporary debugging output
2018-01-17 19:47:54 -07: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
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
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