netcdf-c/libdap2
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
..
obsolete Thread safety: step 1: cleanup 2019-03-30 14:06:20 -06:00
cache.c This PR adds EXPERIMENTAL support for accessing data in the 2020-06-28 18:02:47 -06:00
cdf.c This PR adds EXPERIMENTAL support for accessing data in the 2020-06-28 18:02:47 -06:00
CMakeLists.txt 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
common.c Thread safety: step 1: cleanup 2019-03-30 14:06:20 -06:00
constraints.c parse projection functions 2020-06-15 15:20:24 -04:00
constraints.h Updated COPYRIGHT stanza in libdap2 2018-12-06 14:21:03 -07:00
cvt 2011-04-17 18:56:10 +00:00
dapattr.c Updated COPYRIGHT stanza in libdap2 2018-12-06 14:21:03 -07:00
dapcvt.c This PR adds EXPERIMENTAL support for accessing data in the 2020-06-28 18:02:47 -06:00
dapdebug.c Thread safety: step 1: cleanup 2019-03-30 14:06:20 -06:00
dapdebug.h Fix URL encoding in DAP2 url processing 2020-09-08 12:41:12 -06:00
dapdump.c Whack-a-mole 2019-11-04 14:11:55 -07:00
dapdump.h Updated COPYRIGHT stanza in libdap2 2018-12-06 14:21:03 -07:00
dapincludes.h Updated COPYRIGHT stanza in libdap2 2018-12-06 14:21:03 -07:00
dapnc.h Updated COPYRIGHT stanza in libdap2 2018-12-06 14:21:03 -07:00
dapodom.c Spelling fixes 2019-09-18 08:03:01 -06:00
dapodom.h Updated COPYRIGHT stanza in libdap2 2018-12-06 14:21:03 -07:00
daputil.c Additional Fixes to NCZarr 2020-12-16 20:48:02 -07:00
daputil.h Yet another fix for DAP2 double URL encoding. 2020-11-05 11:04:56 -07:00
dce.y parse projection functions 2020-06-15 15:20:24 -04:00
dceconstraints.c This PR adds EXPERIMENTAL support for accessing data in the 2020-06-28 18:02:47 -06:00
dceconstraints.h Spelling fixes 2019-09-18 08:03:01 -06:00
dcelex.c Thread safety: step 1: cleanup 2019-03-30 14:06:20 -06:00
dceparse.c Updated COPYRIGHT stanza in libdap2 2018-12-06 14:21:03 -07:00
dceparselex.h windows: detect Windows using the correct define name 2019-11-07 07:55:47 -05:00
dcetab.c parse projection functions 2020-06-15 15:20:24 -04:00
dcetab.h A netcdfgroup email 2016-06-24 15:28:50 -06:00
env ckp 2017-03-11 15:20:20 -07:00
getvara.c This PR adds EXPERIMENTAL support for accessing data in the 2020-06-28 18:02:47 -06:00
getvara.h Updated COPYRIGHT stanza in libdap2 2018-12-06 14:21:03 -07:00
main.c ocdebug 2020-05-14 14:44:48 -06:00
Makefile.am 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
nccommon.h Updated COPYRIGHT stanza in libdap2 2018-12-06 14:21:03 -07:00
ncd2dispatch.c Additional Fixes to NCZarr 2020-12-16 20:48:02 -07:00
ncd2dispatch.h final removal 2019-08-15 07:05:10 -06:00
ncdap.c Updated COPYRIGHT stanza in libdap2 2018-12-06 14:21:03 -07:00
ncdapa.c Updated COPYRIGHT stanza in libdap2 2018-12-06 14:21:03 -07:00
ncdaperr.c This PR adds EXPERIMENTAL support for accessing data in the 2020-06-28 18:02:47 -06:00
test1.sh move from oc1.0 to oc2.0; create new dir oc2 2012-07-31 20:34:13 +00:00
todo completely rewritten constraint system 2011-11-14 04:20:19 +00:00
translation.html 2011-04-17 18:56:10 +00:00