netcdf-c/include
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
..
.gitignore
ceconstraints.h
CMakeLists.txt Replace ENABLE_PNETCDF with NETCDF_ENABLE_PNETCDF 2024-03-18 15:54:02 -05:00
err_macros.h
fbits.h
hdf4dispatch.h
hdf5dispatch.h
hdf5internal.h Cleanup various Zarr-related build issues 2024-05-15 18:46:25 -06:00
isnan.h
Makefile.am Cleanup various Zarr-related build issues 2024-05-15 18:46:25 -06:00
nc3dispatch.h
nc3internal.h Cleanup various Zarr-related build issues 2024-05-15 18:46:25 -06:00
nc4dispatch.h
nc4internal.h Cleanup various Zarr-related build issues 2024-05-15 18:46:25 -06:00
nc_hashmap.h
nc_logging.h
nc_provenance.h
nc_tests.h
nc.h Cleanup various Zarr-related build issues 2024-05-15 18:46:25 -06:00
ncauth.h
ncbytes.h Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00
ncconfigure.h Rename the vendored strlcat symbol 2024-04-08 13:13:08 +02:00
nccrc.h
ncdap.h
ncdimscale.h
ncdispatch.h Replace ENABLE_NCZARR with NETCDF_ENABLE_NCZARR 2024-03-18 15:52:19 -05:00
ncexhash.h
ncexternl.h
nchashmap.h
nchttp.h Replace ENABLE_S3 with NETCDF_ENABLE_S3 2024-03-18 15:54:15 -05:00
ncindex.h
ncjson.h Cleanup various Zarr-related build issues 2024-05-15 18:46:25 -06:00
nclist.h Include header for size_t in nclist.h 2023-11-27 09:22:29 +00:00
nclog.h Cleanup various Zarr-related build issues 2024-05-15 18:46:25 -06:00
ncmodel.h
ncoffsets.h Improve performance of the nc_reclaim_data and nc_copy_data functions. 2023-05-20 17:11:25 -06:00
ncpathmgr.h Properly handle missing regions in URLS 2023-12-02 21:03:59 -07:00
ncrc.h Properly handle missing regions in URLS 2023-12-02 21:03:59 -07:00
ncs3sdk.h Properly handle missing regions in URLS 2023-12-02 21:03:59 -07:00
nctestserver.h Silence conversion warnings from malloc arguments 2023-11-24 18:20:52 +00:00
nctime.h Removed a use of sprintf that required changing a function signature 2023-12-08 13:30:54 -05:00
ncuri.h Improve fetch performance of DAP4 2023-10-08 19:59:28 -06:00
ncurlmodel.h
ncutf8.h
ncxcache.h
ncxml.h
netcdf_aux.h Improve performance of the nc_reclaim_data and nc_copy_data functions. 2023-05-20 17:11:25 -06:00
netcdf_dispatch.h.in
netcdf_f.h
netcdf_filter_build.h
netcdf_filter_hdf5_build.h Modify PR https://github.com/Unidata/netcdf-c/pull/2655 to ensure transient types have names. 2023-07-22 20:40:53 -06:00
netcdf_filter.h
netcdf_json.h Cleanup various Zarr-related build issues 2024-05-15 18:46:25 -06:00
netcdf_mem.h
netcdf_meta.h.in Cleanup various Zarr-related build issues 2024-05-15 18:46:25 -06:00
netcdf_par.h
netcdf.h Cleanup various Zarr-related build issues 2024-05-15 18:46:25 -06:00
onstack.h Fix default type for alloca argument 2024-03-11 15:53:31 +00:00
rnd.h
XGetopt.h