Ward Fisher
2623599fd4
Merge branch 'master' into ejh_fix_memtest
2018-05-15 17:38:00 -06:00
Ward Fisher
019a10daf6
Merge pull request #983 from Unidata/appveyor.wif
...
Adding Appveyor Support
2018-05-15 13:43:27 -06:00
Ward Fisher
0ef7acaa64
Bumped maxcpucount
2018-05-15 12:59:17 -06:00
Ward Fisher
d52d7ecbe3
Turning off tests since we are not actually running them.
2018-05-15 12:26:20 -06:00
Ward Fisher
23abe014c0
Threads doesn't need to be required.
2018-05-15 12:19:33 -06:00
Ward Fisher
05d0b282bd
Trying an earlier version of hdf5 with appveyor.
2018-05-15 12:16:19 -06:00
Ward Fisher
d54e133e8d
Merge branch 'master' into appveyor.wif
2018-05-15 12:01:54 -06:00
Ed Hartnett
0eb57ff25e
Merge branch 'master' into ejh_fix_memtest
2018-05-14 14:49:04 -06:00
Ward Fisher
b6e5ea6c72
Merge branch 'master' into vs15-fix
2018-05-14 14:46:10 -06:00
Ward Fisher
f14ab2e606
Merge pull request #958 from NetCDF-World-Domination-Council/ejh_hdf5_split_1
...
created libhdf5, moved some files
2018-05-14 14:45:16 -06:00
Ward Fisher
9bea284949
Fixed a shell script error on vs15
2018-05-14 14:37:07 -06:00
Ward Fisher
71be30a50e
Running tests will be good, but for now just check if netCDF builds on Windows.
2018-05-14 13:20:22 -06:00
Ward Fisher
27ca221bdb
Merge branch 'master' into appveyor.wif
2018-05-14 13:19:17 -06:00
Ed Hartnett
e6cd9a1629
removed changed for nc4file.c
2018-05-10 17:20:39 -06:00
Ed Hartnett
1c7ab547c6
Merge branch 'master' into ejh_fix_memtest
2018-05-10 17:16:34 -06:00
Ed Hartnett
f08800d7d2
Merge branch 'master' into ejh_hdf5_split_1
2018-05-10 17:15:40 -06:00
Ward Fisher
605a5bfb0b
Merge branch 'master' into travis-tweak
2018-05-10 16:28:47 -06:00
Ward Fisher
7d6f1f827d
Noticed a missing '-e'
2018-05-10 16:03:24 -06:00
Ward Fisher
7c582ea7e2
Noticed a missing '-e'
2018-05-10 15:57:56 -06:00
Ward Fisher
3ba5acec5c
Attempt to fix travis failure.
2018-05-10 15:34:21 -06:00
Ward Fisher
d727a94f4d
Explicitly turn off cp on ubuntu images.
2018-05-10 14:53:29 -06:00
Ward Fisher
09ed08ce56
Tighten up the travis script.
2018-05-09 15:27:31 -06:00
Ward Fisher
3f72d34159
Another tweak.
2018-05-09 14:50:50 -06:00
Ed Hartnett
af70577e6d
merged master
2018-05-09 14:43:42 -06:00
Ward Fisher
f05d4d6399
Travis tweak.
2018-05-09 14:43:20 -06:00
Ed Hartnett
324bb137b9
Merge branch 'master' into ejh_fix_memtest
2018-05-09 14:37:21 -06:00
Ward Fisher
90f2ef5e21
Tweaking docker run_serial script to accomdate older versions of git packaged with centos and fedora, but without incurring the penalty for ubuntu and other distros which ship with a new git that can handle cloning a shallow copy.
2018-05-09 14:15:27 -06:00
Ward Fisher
7a81b55326
Merge pull request #956 from Unidata/pr-consolidate.wif
...
Consolidating Several PR's
2018-05-09 14:09:09 -06:00
Ed Hartnett
d090d57e3b
changes
2018-05-09 04:48:47 -06:00
Ward Fisher
2bb209f9c5
Corrected typo.
2018-05-08 15:06:27 -06:00
Ward Fisher
eca1477a3e
Corrected an issue with parallel builds.
2018-05-08 14:58:00 -06:00
Ed Hartnett
5072e634a4
temporary fix for parallel build problems
2018-05-08 14:43:04 -06:00
Ed Hartnett
51353ddc5e
moved hdf5.h include
2018-05-08 13:57:03 -06:00
Ed Hartnett
a68f57a0e5
added missing files
2018-05-08 12:20:55 -06:00
Ed Hartnett
c402b79ed8
merged changes from master
2018-05-08 12:13:03 -06:00
Ed Hartnett
5526ca65d1
created libhdf5, moved some files
2018-05-08 11:58:01 -06:00
Ward Fisher
94cbded134
Merge branch 'ejh_fix_n3' of https://github.com/NetCDF-World-Domination-Council/netcdf-c into pr-consolidate.wif
2018-05-08 11:43:19 -06:00
Ed Hartnett
c175a302da
fixed some issues
2018-05-08 11:39:37 -06:00
Ward Fisher
544c0994c9
Merge branch 'msvc-vs2013-support' of https://github.com/mathstuf/netcdf-c into pr-consolidate.wif
2018-05-08 11:12:19 -06:00
Ward Fisher
c0170a3eec
Merge remote-tracking branch 'origin/sftlist.dmh' into pr-consolidate.wif
2018-05-08 11:12:07 -06:00
Ward Fisher
90122c317f
Merge branch 'patch-21' of https://github.com/gsjaardema/netcdf-c into pr-consolidate.wif
2018-05-08 11:11:44 -06:00
Ward Fisher
0123000750
Merge pull request #879 from Unidata/inmemory.dmh
...
Expand the NC_INMEMORY capabilities
2018-05-07 13:17:36 -06:00
Greg Sjaardema
700262c5ab
Fix unused variable compiler warning
...
Fix unused variable warning for `printid`. Looks like it was not substituted in all places where it should have been and was only used inside an ifdef so was unused if `LOGGING` was false. Add use in `fprintf` line following the ifdef block.
Minor change, but compilation output is so clean that a little wart sticks out...
2018-05-07 08:56:19 -06:00
Dennis Heimbigner
23710400fe
Update the netCDF-Extractor entry re: esupport QHB-286994
2018-05-05 12:36:24 -06:00
Ward Fisher
75a3e8997e
Updated release notes to reference https://github.com/Unidata/netcdf-c/pull/879
2018-05-04 17:01:19 -06:00
Ward Fisher
9f716a228f
Merge branch 'master' into inmemory.dmh
2018-05-04 16:15:22 -06:00
Ward Fisher
723f243ee0
Merge branch 'master' into msvc-vs2013-support
2018-05-04 16:13:45 -06:00
Ward Fisher
cd3aa02b60
Merge pull request #938 from NetCDF-World-Domination-Council/ejh_move_tests
...
moved netcdf-4 tests from nc_test to nc_test4
2018-05-04 16:10:12 -06:00
Ward Fisher
369c7dd441
Merge branch 'master' into ejh_move_tests
2018-05-04 14:55:29 -06:00
Ward Fisher
101ae0fc88
Merge pull request #952 from Unidata/centos-fix.wif
...
Centos fix
2018-05-04 14:52:00 -06:00