netcdf-c/libhdf5
Dennis Heimbigner d2316f866c Additional Fixes to NCZarr
Primary Fixes:
* Add a whole variable optimization -- used in the rare case that nc_get/put_vara covers the whole of a variable and the variable has a single chunk.
* Fix chunking error when stride causes whole chunks to be skipped.
* Fix some memory leaks
* Add test cases
* Add one performance test to nczarr_test/. This uses the timer utils from unit_test: timer_utils.[ch].
* Move ncdumpchunks utility from ncdump to nczarr_test

Misc. Other Changes:
* Make check for aws libraries conditional on --enable-nczarr-s3
* Remove all but one bm tests from nczarr_test until they are working.
* Remove another dependency on HDF5 from supposedly non-HDF5 specific code; specifically hdf5_log_hdf5.
* Make the BAIL2 macro be hdf5 specific and replace elsewhere with an HDF5 independent equivalent.
* Move hdf5cache.c to libsrc4/nc4cache.c because it is used by nczarr.
* Modify unit_tests so that some of them are run even if using Windows.
* Misc. small bug fixes and refactors and memory leaks.
* Rename some conflicting tests for cmake.
* Attempted to make nc_perf work with cmake and failed.
2020-12-16 20:48:02 -07:00
..
CMakeLists.txt Additional Fixes to NCZarr 2020-12-16 20:48:02 -07:00
H5FDhttp.c This PR adds EXPERIMENTAL support for accessing data in the 2020-06-28 18:02:47 -06:00
H5FDhttp.h
hdf5attr.c Provide a Number of fixes/improvements to NCZarr 2020-11-19 17:01:04 -07:00
hdf5create.c Convert filename from ANSI to UTF-8 before calling HDF5. 2020-07-14 22:44:42 +09:00
hdf5debug.c Fix reclamation of the ->format_XXX_info fields 2020-03-29 12:48:59 -06:00
hdf5debug.h Add support for multiple filters per variable. 2020-02-16 12:59:33 -07:00
hdf5dim.c Provide a Number of fixes/improvements to NCZarr 2020-11-19 17:01:04 -07:00
hdf5dispatch.c Mostly revert the filter code to reduce its complexity of use. 2020-09-27 12:43:46 -06:00
hdf5err.h Additional Fixes to NCZarr 2020-12-16 20:48:02 -07:00
hdf5file.c Fix merge error from PR https://github.com/Unidata/netcdf-c/pull/1892/files 2020-12-01 20:10:48 -07:00
hdf5filter.c Mostly revert the filter code to reduce its complexity of use. 2020-09-27 12:43:46 -06:00
hdf5grp.c Provide a Number of fixes/improvements to NCZarr 2020-11-19 17:01:04 -07:00
hdf5internal.c Additional Fixes to NCZarr 2020-12-16 20:48:02 -07:00
hdf5open.c Additional Fixes to NCZarr 2020-12-16 20:48:02 -07:00
hdf5type.c Revert "Revert "Fix nczarr-experimental: improve build support, disengage hdf5 vs netcdf4 flags, and find AWS libraries"" 2020-08-17 19:15:47 -06:00
hdf5var.c Additional Fixes to NCZarr 2020-12-16 20:48:02 -07:00
Makefile.am Additional Fixes to NCZarr 2020-12-16 20:48:02 -07:00
nc4hdf.c Additional Fixes to NCZarr 2020-12-16 20:48:02 -07:00
nc4info.c Remove trailing comma from _NCProperties attribute value. 2020-11-14 15:07:08 -07:00
nc4mem.c
nc4memcb.c