netcdf-c/libnczarr
Dennis Heimbigner d85bb6fe20 The big change for this commit is complete the
disengagement of enable-netcdf4 from enable-hdf5.
That is, with the advent of nczarr, it is possible
to turn off hdf5 but still need netcdf-4 enabled
because nczarr uses libsrc4, but not libhdf5.
This change involves a bunch of things:
1. Modify configure.ac and CMakelist to make enable_hdf5
   control if hdf5 support is provided. For back compatibility,
   disable-netcdf4 is treated as disable-hdf5. But internally,
   netcdf4 support is controlled only by the enabling of formats
   that require it.
2. In support of #1, modify .travis.yml to use enable/disable-hdf5
   instead of enable/disable-netcdf4.
3. test_common.in is modified to track selected features,
   including enable-hdf5 and enable-s3-tests. This is used in
   selected tests that mix netcdf-3 and netcdf4 tests.
4. The conflation of USE_HDF5 and USE_NETCDF4 is common in
   code, tests, and build files, so all of those had to be weeded out.
5. It turns out that some of the NC4_dim functions really are HDF5 specific,
   but are not treated as such. So they are moved from nc4dim.c to
   hdf5dim.c or hdf5dispatch.c
6. Some generic functions in libhdf5 can be (and were) moved to libsrc4.
2020-08-12 15:42:50 -06:00
..
awsincludes.h
CMakeLists.txt Fix nczarr-experimental to better support CMake and find AWS libraries 2020-07-12 12:21:56 -06:00
Makefile.am
SimpleBinStream.h
zarr.c
zarr.h
zattr.c
zcache.c
zcache.h
zchunking.c
zchunking.h Fix nczarr-experimental to better support CMake and find AWS libraries 2020-07-12 12:21:56 -06:00
zclose.c
zcreate.c
zcvt.c Fix nczarr-experimental to better support CMake and find AWS libraries 2020-07-12 12:21:56 -06:00
zdebug.c
zdebug.h Fix nczarr-experimental to better support CMake and find AWS libraries 2020-07-12 12:21:56 -06:00
zdim.c The big change for this commit is complete the 2020-08-12 15:42:50 -06:00
zdispatch.c The big change for this commit is complete the 2020-08-12 15:42:50 -06:00
zdispatch.h
zfile.c
zfilter.c The big change for this commit is complete the 2020-08-12 15:42:50 -06:00
zgrp.c This PR adds EXPERIMENTAL support for accessing data in the 2020-06-28 18:02:47 -06:00
zincludes.h Conditional malloc.h on Windows 2020-07-13 12:35:59 -06:00
zinternal.c
zinternal.h The big change for this commit is complete the 2020-08-12 15:42:50 -06:00
zjson.c Fix nczarr-experimental to better support CMake and find AWS libraries 2020-07-12 12:21:56 -06:00
zjson.h Fix nczarr-experimental to better support CMake and find AWS libraries 2020-07-12 12:21:56 -06:00
zmap_nz4.c Fix nczarr-experimental to better support CMake and find AWS libraries 2020-07-12 12:21:56 -06:00
zmap_nzf.c Fix nczarr-experimental to better support CMake and find AWS libraries 2020-07-12 12:21:56 -06:00
zmap_s3sdk.c Fix nczarr-experimental to better support CMake and find AWS libraries 2020-07-12 12:21:56 -06:00
zmap.c Fix nczarr-experimental to better support CMake and find AWS libraries 2020-07-12 12:21:56 -06:00
zmap.h Fix nczarr-experimental to better support CMake and find AWS libraries 2020-07-12 12:21:56 -06:00
zodom.c
zodom.h This PR adds EXPERIMENTAL support for accessing data in the 2020-06-28 18:02:47 -06:00
zopen.c
zprov.c
zprovenance.h
zs3sdk.cpp Move closer to getting S3 support work with CMake under Visual 2020-07-14 19:24:20 -06:00
zs3sdk.h
zsync.c
ztype.c
zutil.c This PR adds EXPERIMENTAL support for accessing data in the 2020-06-28 18:02:47 -06:00
zvar.c cleanup some LOOK code 2020-08-06 14:01:46 -06:00
zwalk.c This PR adds EXPERIMENTAL support for accessing data in the 2020-06-28 18:02:47 -06:00