netcdf-c/libdap2
Dennis Heimbigner f0f0f39950 Cleanup various Zarr-related build issues
# Description
Remove various obsolete build options. Also do some code movement.

## Specific Changes

* The remotetest server is sometimes unstable, so provide a mechanism
  to force disabling calls to remotetest.unidata.ucar.edu.
  This is enabled by adding a repository variable named
  REMOTETESTDOWN with the value "yes".
* Fix CMakeLists.txt to use the uname command as an alternate
  to using the hostname command (which does not work under cygwin).
* Remove the JNA stuff as obsolete
* Remove the ENABLE_CLIENTSIDE_FILTERS options since it has been
  disabled for a while.
* Fix bad option flag in some github action .yml files: change --disable-xml2 to --disable-libxml2
* Collect globalstate definitions into nc4internal.h
* Remove ENABLE_NCZARR_FILTERS_TESTING option as obsolete and replace
  with ENABLE_NCZARR_FILTERS
* Move some dispatcher independent functions from libsrc4/nc4internal.c to libdispatch/ddispatch.c
* As a long term goal, and because it is now the case that --enable-nczarr
    => USE_NETCDF4, make the external options --enable-netcdf-4 and
    --enable-netcdf4 obsolete in favor of --enable-hdf5
    We will do the following for one more release cycle.
        1. Make --enable-netcdf-4 be an alias for --enable-netcdf4.
        2. Make --enable-netcdf4 an alias for --enable-hdf5.
        3. Internally, convert most uses of USE_NETCDF_4 ad USE_NETCDF4 to USE_HDF5
    After the next release, --enable-netcdf-4 and --enable-netcdf4 will
    be removed.
2024-05-15 18:46:25 -06:00
..
obsolete Thread safety: step 1: cleanup 2019-03-30 14:06:20 -06:00
cache.c Change format of backwards-loops 2024-03-25 14:25:38 +00:00
cdf.c Try to more consistently use size_t for argument of nclistlength 2023-11-28 16:28:31 +00:00
CMakeLists.txt Use modern cmake nomenclature for curl. 2024-04-03 11:42:59 -06:00
common.c Thread safety: step 1: cleanup 2019-03-30 14:06:20 -06:00
constraints.c Merge pull request #2875 from seanm/clang-tidy-fixes 2024-04-05 14:45:22 -06:00
constraints.h
cvt
dapattr.c Try to more consistently use size_t for nclistget index argument 2023-11-28 16:28:31 +00:00
dapcvt.c Try to more consistently use size_t for nclistget index argument 2023-11-28 16:28:31 +00:00
dapdebug.c Thread safety: step 1: cleanup 2019-03-30 14:06:20 -06:00
dapdebug.h Mitigate S3 test interference + Unlimited Dimensions in NCZarr 2023-09-26 16:56:48 -06:00
dapdump.c Merge branch 'silence-nclist-warnings' of https://github.com/ZedThree/netcdf-c into rebase-gh2812.wif 2024-01-19 11:11:21 -07:00
dapdump.h
dapincludes.h Unify definition of NC_DISPATCH_VERSION 2021-01-31 21:40:08 -07:00
dapnc.h
dapodom.c Change format of backwards-loops 2024-03-25 14:25:38 +00:00
dapodom.h
daputil.c Merge pull request #2875 from seanm/clang-tidy-fixes 2024-04-05 14:45:22 -06:00
daputil.h Yet another fix for DAP2 double URL encoding. 2020-11-05 11:04:56 -07:00
dce.y Add filter support to NCZarr 2021-09-02 17:04:26 -06:00
dceconstraints.c Try to more consistently use size_t for nclistget index argument 2023-11-28 16:28:31 +00: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 Try to more consistently use size_t for nclistget index argument 2023-11-28 16:28:31 +00:00
dceparselex.h windows: detect Windows using the correct define name 2019-11-07 07:55:47 -05:00
dcetab.c Cleanup various Zarr-related build issues 2024-05-15 18:46:25 -06:00
dcetab.h Cleanup various Zarr-related build issues 2024-05-15 18:46:25 -06:00
env
getvara.c Try to more consistently use size_t for nclistget index argument 2023-11-28 16:28:31 +00:00
getvara.h
main.c ocdebug 2020-05-14 14:44:48 -06:00
Makefile.am Replace ENABLE_DAP with NETCDF_ENABLE_DAP 2024-03-18 15:51:14 -05:00
nccommon.h Fix duplicate BOOL definitions 2021-02-02 22:48:22 -07:00
ncd2dispatch.c Change format of backwards-loops 2024-03-25 14:25:38 +00:00
ncd2dispatch.h final removal 2019-08-15 07:05:10 -06:00
ncdap.c
ncdapa.c
ncdaperr.c This PR adds EXPERIMENTAL support for accessing data in the 2020-06-28 18:02:47 -06:00
test1.sh
todo
translation.html