Ward Fisher
b27c7d899d
Merge branch 'master' into byterange.dmh
2019-01-25 14:50:23 -07:00
Ward Fisher
9b073894fe
Merge pull request #1293 from Unidata/pr-aggregation.wif
...
Y.A.A. (Yet Another Another Aggregation)
2019-01-24 16:41:11 -07:00
Ward Fisher
237f0c6e65
Merge branch 'ejh_tidy' of https://github.com/NetCDF-World-Domination-Council/netcdf-c into pr-aggregation.wif
2019-01-23 15:11:59 -07:00
Ward Fisher
591b1fd131
Merge branch 'bugfix/debian-stable-default-compilation' of https://github.com/t-b/netcdf-c into pr-aggregation.wif
2019-01-23 15:10:15 -07:00
Ward Fisher
cb2affbef5
Merge branch 'patch-32' of https://github.com/gsjaardema/netcdf-c into pr-aggregation.wif
2019-01-23 15:09:35 -07:00
Ward Fisher
1242e30e21
Merge branch 'ejh_test_pnetcdf' of https://github.com/NetCDF-World-Domination-Council/netcdf-c into pr-aggregation.wif
2019-01-23 15:08:55 -07:00
Ed Hartnett
59ee728b93
fixed parallel build problem with tst_files2.c when --enable-benchmarks is used
2019-01-20 10:07:13 -07:00
Ed Hartnett
69d0ac17d9
fixed parallel build issue in ncdump tests
2019-01-20 10:02:31 -07:00
Ed Hartnett
2024f0b823
removed unneeded var
2019-01-20 09:56:10 -07:00
Ed Hartnett
60132a0ed7
made function static, removed unneeded if statement
2019-01-20 09:53:00 -07:00
Ed Hartnett
9d40e0a2af
made function static, removed unneeded if statement
2019-01-20 09:52:42 -07:00
Ed Hartnett
281f67da6e
removed unneeded vars, fixed and added comments
2019-01-20 09:46:15 -07:00
Ed Hartnett
adb3356aff
merged ejh_test_pnetcdf, fixes broken logging statement, added comments
2019-01-20 09:42:18 -07:00
Ed Hartnett
c6a9948a8e
removed unneeded var, fixed broken log statements that cause segfaults
2019-01-20 09:37:13 -07:00
Ed Hartnett
15e6a782db
removed unneeded variable, shortened function name
2019-01-20 09:25:04 -07:00
Ed Hartnett
e1cd4018c5
removed unneeded variable
2019-01-20 09:18:14 -07:00
Ward Fisher
9aa003e4c2
Added newline after ncdump -k in support of https://github.com/Unidata/netcdf-c/issues/1246
2019-01-18 15:10:09 -07:00
Ed Hartnett
64f0ac6801
Merge branch 'master' into ejh_test_pnetcdf
2019-01-16 18:19:03 -07:00
Ward Fisher
38e7cf4ae4
Merge pull request #1283 from Unidata/pr-aggregation.wif
...
Latest PR Aggregation
2019-01-16 14:15:25 -07:00
Ward Fisher
6073d021e0
Renamed autogen file.
2019-01-16 11:22:17 -07:00
Ward Fisher
e0e01e5615
Merge branch 'feature/add-autogen-sh' of https://github.com/t-b/netcdf-c into pr-aggregation.wif
2019-01-16 11:21:16 -07:00
Ward Fisher
2285e1dfa1
Merge branch 'ejh_test_null_vars_stride' of https://github.com/NetCDF-World-Domination-Council/netcdf-c into pr-aggregation.wif
2019-01-15 15:10:40 -07:00
Ward Fisher
35d0815f82
Merge remote-tracking branch 'origin/gh1245.wif' into pr-aggregation.wif
2019-01-15 15:05:51 -07:00
Ward Fisher
c6ca9dfa1e
Merge branch 'ejh_coords_3' of https://github.com/NetCDF-World-Domination-Council/netcdf-c into pr-aggregation.wif
2019-01-15 15:03:36 -07:00
Ward Fisher
9a365be6d0
Merge branch 'ansifix.dmh' into pr-aggregation.wif
2019-01-15 14:58:54 -07:00
Ward Fisher
d66d642e24
Corrected an issue observed on OSX
2019-01-15 14:36:07 -07:00
Ed Hartnett
8c896f6dd7
Merge branch 'master' into ejh_relax
2019-01-15 05:31:15 -07:00
Ed Hartnett
151f0226f9
change to trigger CI
2019-01-14 13:26:52 -07:00
Ed Hartnett
383f1cbe32
Merge branch 'master' into ejh_coords_3
2019-01-11 15:28:47 -07:00
Ed Hartnett
f100da6f91
Merge branch 'master' into ejh_test_pnetcdf
2019-01-11 15:27:29 -07:00
Ed Hartnett
4c538d7a60
Merge branch 'master' into ejh_test_null_vars_stride
2019-01-11 15:27:01 -07:00
Ward Fisher
440a9e2ca4
Merge branch 'master' into ansifix.dmh
2019-01-10 13:36:19 -07:00
Ward Fisher
fa7012b9c1
Merge branch 'master' into feature/add-autogen-sh
2019-01-10 11:02:42 -07:00
Thomas Braun
6dd734c780
Add autogen.sh script for helping novice users
...
For novice autotools users it is convenient to have just a script to
execute.
2019-01-10 02:07:10 +01:00
Ward Fisher
b65bd9fca5
Turning off fortran tests again for now.
2019-01-08 16:40:33 -07:00
Ward Fisher
f323a5fec9
Modified cmake configuration file in support of https://github.com/Unidata/netcdf-c/issues/1253
2019-01-08 16:37:33 -07:00
Thomas Braun
531df26af0
CMakeLists.txt: Fix compilation with default settings on debian stretch
...
Since 209c31d3
(Bringing config.h as generagted by cmake in line with config.h as generated by autotools., 2017-01-27)
we check that we can find the hdf5.h main include file.
But this file may reside in non-standard location so we have to search
in HDF5_INCLUDE_DIR as well.
2019-01-05 14:27:45 +01:00
Greg Sjaardema
1ab53924cb
Tests on equalp are always true
...
If `equalp` is NULL, then the function returns early, so all subsequent tests on `equalp` are not needed.
2019-01-04 17:39:48 -07:00
Ed Hartnett
c03432ac4c
warnings fixes
2019-01-03 07:07:13 -07:00
Ed Hartnett
f8a33aace5
merged ejh_test_null_vars_stride this time I mean it!
2019-01-03 06:36:58 -07:00
Ed Hartnett
9ec2540c2d
merged ejh_test_null_vars_stride and ejh_coords_3
2019-01-03 06:27:37 -07:00
Ed Hartnett
4f2d505724
merged ejh_fast_var
2019-01-03 06:26:45 -07:00
Ed Hartnett
867bbad753
merged ejh_relax
2019-01-03 06:26:08 -07:00
Ed Hartnett
ee1680bb80
Merge branch 'master' into ejh_relax
2019-01-03 05:18:57 -07:00
Ed Hartnett
e1785cd324
Merge branch 'master' into ejh_coords_3
2019-01-03 05:18:41 -07:00
Ed Hartnett
c278109c9f
Merge branch 'master' into ejh_test_null_vars_stride
2019-01-03 05:18:25 -07:00
Ward Fisher
c21820a1ae
Merge branch 'master' into ansifix.dmh
2019-01-02 22:26:59 -08:00
Ward Fisher
98e6384652
Merge pull request #1252 from Unidata/ansicomment.dmh
...
Separate out the -ansi comment fixes.
2019-01-02 22:15:42 -08:00
Ward Fisher
94af1d49c6
Merge branch 'master' into ansicomment.dmh
2019-01-02 20:51:28 -08:00
Dennis Heimbigner
ac2e6f9a10
typo5
2019-01-02 21:37:31 -07:00