netcdf-c/libsrc4
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
error4.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
nc4attr.c Spelling fixes 2019-09-18 08:03:01 -06:00
nc4cache.c Additional Fixes to NCZarr 2020-12-16 20:48:02 -07:00
nc4dim.c cleanup of whitespace in HDF5 directory 2019-02-19 05:55:22 -07:00
nc4dispatch.c Add support for multiple filters per variable. 2020-02-16 12:59:33 -07:00
nc4filters.c Mostly revert the filter code to reduce its complexity of use. 2020-09-27 12:43:46 -06:00
nc4grp.c cleanup of whitespace in libsrc4 directory 2019-02-19 05:55:36 -07:00
nc4internal.c Provide a Number of fixes/improvements to NCZarr 2020-11-19 17:01:04 -07:00
nc4type.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
nc4var.c Fix missing casts of var->filters 2020-10-09 21:26:29 -06:00
ncfunc.c Spelling fixes 2019-09-18 08:03:01 -06:00
ncindex.c Provide a Number of fixes/improvements to NCZarr 2020-11-19 17:01:04 -07:00