Ben Boeckel
3d710563ae
onstack: check whether HAVE_ALLOCA_H is defined or not
...
If it isn't available, it isn't defined at all.
2018-02-19 10:14:19 -05:00
Ward Fisher
db41b2a653
Merge pull request #868 from Unidata/gh849.wif
...
Pull #849 plus a note in the release notes.
2018-02-16 14:30:14 -07:00
Ward Fisher
a3ea416eb5
Updated release notes in reference to https://github.com/Unidata/netcdf-c/pull/849
2018-02-16 13:05:45 -07:00
Ward Fisher
40805e5dfa
Merge branch 'master' into ejh_hdf4_dispatch_unidata2
2018-02-16 13:02:05 -07:00
Ward Fisher
3f035d9d7a
Merge pull request #814 from mathstuf/minor-cleanups
...
Minor cleanups
2018-02-16 13:01:30 -07:00
Ed Hartnett
13fcc67d90
Merge branch 'master' into ejh_hdf4_dispatch_unidata2
2018-02-15 13:25:11 -07:00
Ben Boeckel
bdae9b4c44
nc4hdf: use PRId64 for hid_t format strings
2018-02-14 17:24:49 -05:00
Ben Boeckel
b432a527c4
c: remove __CHAR_UNSIGNED__
...
In C, `char`, `signed char`, and `unsigned char` are three separate,
distinct types, so just because `char` happens to be signed does not
mean it is interchangeable with `signed char`.
2018-02-14 17:24:49 -05:00
Ben Boeckel
7505bed6f5
nc4dispatch: don't initialize fields which may not exist
...
These fields are only here if `USE_NETCDF4` is defined.
2018-02-14 17:24:49 -05:00
Ben Boeckel
a7057925d6
configure: remove unused configure checks
...
These checks all control variables which are unused within the codebase.
2018-02-14 17:24:45 -05:00
Ben Boeckel
2c14d52c46
cmake: include modules by name
...
This allows for toolchains to override these modules.
2018-02-14 17:23:21 -05:00
Ward Fisher
8ebb2fff8b
Merge pull request #862 from Unidata/gh861.wif
...
Corrected overflow error in support of https://github.com/Unidata/net …
2018-02-13 15:22:45 -07:00
Ward Fisher
878b107d36
Corrected overflow error in support of https://github.com/Unidata/netcdf-c/issues/861
2018-02-13 12:18:06 -07:00
Ward Fisher
30163bcd34
Fix syntax for NC_EXTRA_DEPS
2018-02-09 12:57:11 -07:00
Ward Fisher
f3e44e3206
Merge pull request #854 from Unidata/cmake-hdf5-crt.wif
...
HDF5 ZLIB detection and CRT configuration
2018-02-09 11:44:11 -07:00
Ed Hartnett
392a12a7c2
attempting fix for cmake HDF4 build problem when netcdf-4 is not built
2018-02-09 08:26:58 -07:00
Ed Hartnett
2cbb4f6b64
attempting fix for cmake HDF4 build problem when netcdf-4 is not built
2018-02-09 07:44:40 -07:00
Ward Fisher
b20bc97a3c
Updated release notes in support of https://github.com/Unidata/netcdf-c/pull/853
2018-02-08 12:55:45 -07:00
pedro-vicente
23b5e5bd8d
changes to detect HDF5 HL, build with CRT and detect ZLIB in HDF5
2018-02-08 13:45:29 -05:00
Ed Hartnett
111cef3891
disable HDF4 if netCDF-4 is not enabled
2018-02-08 11:35:27 -07:00
Ed Hartnett
723cc840a3
added missing file
2018-02-08 08:02:28 -07:00
Ed Hartnett
bd77f8865b
fixed tst_filter.sh for parallel builds
2018-02-08 07:20:40 -07:00
Ed Hartnett
5f779db7c1
added HDF4 dir to cmake build file
2018-02-08 07:17:36 -07:00
Ed Hartnett
2358d4a910
moved HDF4 to its own dispatch layer
2018-02-08 06:20:58 -07:00
Ed Hartnett
3ff753c147
merged upstream/master
2018-02-08 04:14:20 -07:00
Ward Fisher
712b13e396
Merge pull request #846 from Unidata/windows_mem_nc3.wif
...
Address a Windows NC3 Memory issue.
2018-02-07 14:51:47 -07:00
Ward Fisher
9e926410ee
Added the fix suggested by @mathstuf in support of https://github.com/unidata/netcdf-c/issues/845
2018-02-07 11:23:54 -07:00
Ward Fisher
f9b7f1d452
Merge pull request #844 from Unidata/ejh_batch.wif
...
Batch EJH Pull requests
2018-02-07 11:15:38 -07:00
Ward Fisher
5107655682
Accomodate Visual Studio
2018-02-06 13:32:30 -06:00
Ward Fisher
39465fed12
Added include to config.h
2018-02-06 13:14:15 -06:00
Ward Fisher
a640c034f2
Merge branch 'ejh_atts_unidata' of https://github.com/NetCDF-World-Domination-Council/netcdf-c into ejh_batch
2018-02-05 11:47:48 -07:00
Ward Fisher
e0577cb251
Merge branch 'ejh_fill_value_string_unidata' of https://github.com/NetCDF-World-Domination-Council/netcdf-c into ejh_batch
2018-02-05 11:47:34 -07:00
Ward Fisher
9276fdaf9a
Merge branch 'ejh_var_docs_only_unidata_2' of https://github.com/NetCDF-World-Domination-Council/netcdf-c into ejh_batch
2018-02-05 11:43:52 -07:00
Ward Fisher
b268f268bd
Merge branch 'ejh_dims_unidata' of https://github.com/NetCDF-World-Domination-Council/netcdf-c into ejh_batch
2018-02-05 11:43:41 -07:00
Ed Hartnett
91fb82c6c5
merged changes from upstream/master
2018-02-05 09:23:54 -07:00
Ed Hartnett
0d96ead703
Merge branch 'master' into ejh_dims_unidata
2018-02-05 06:34:04 -07:00
Ward Fisher
b4a29470c0
Merge pull request #478 from wkliao/cdf5_var_len
...
CDF-5 fix: let NC_var.len be the true size of variable
2018-02-04 13:25:41 -07:00
Ed Hartnett
03cb35093c
merged in upstream/master
2018-02-03 09:49:33 -07:00
Wei-keng Liao
be871248b9
disable CDF-5 feature when size_t is of size 4 bytes
2018-02-03 00:05:14 -06:00
Ward Fisher
f428660b69
Corrected typo in libnetcdf.settings.in when using autoconf.
2018-02-02 20:31:45 -07:00
Ward Fisher
d02a905aa9
Updated typo.
2018-02-02 20:27:06 -07:00
Ward Fisher
0fee3b9404
Added a missing line in config.h.cmake.in
2018-02-02 20:22:49 -07:00
Ward Fisher
c1d54b0213
Added check for genlib.h
2018-02-02 20:57:55 -06:00
Ward Fisher
c12fca453e
Merge branch 'ejh_rename2_unidata' of https://github.com/NetCDF-World-Domination-Council/netcdf-c into ejh_batch
2018-02-02 17:57:32 -07:00
Ward Fisher
7d59cf7165
Merge branch 'ejh_makefile_cleanup_unidata' of https://github.com/NetCDF-World-Domination-Council/netcdf-c into ejh_batch
2018-02-02 17:57:21 -07:00
Ward Fisher
9b4b2308c6
Merge branch 'ejh_warnings' of https://github.com/NetCDF-World-Domination-Council/netcdf-c into ejh_batch
2018-02-02 17:56:04 -07:00
Ward Fisher
0d420fcfbb
Merge branch 'master' into cdf5_var_len
2018-02-02 10:31:46 -07:00
Ward Fisher
8c6defe568
Merge pull request #731 from wkliao/nc3-per-var-fill-v2
...
a clean commit for #383
2018-02-02 10:12:36 -07:00
Ed Hartnett
3ba04ac337
updated year
2018-02-02 08:45:03 -07:00
Ed Hartnett
23af1a98e8
Makefile.am cleanup
2018-02-02 08:42:49 -07:00