netcdf-c/plugins
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
..
blocksort.c
BZIP2_LICENSE
bzlib_private.h
bzlib.c
bzlib.h
CMakeLists.txt Convert the ENABLE_XXX options to NETCDF_ENABLE_XXX options 2024-05-11 16:23:40 -06:00
compress.c
crctable.c
decompress.c
findplugin.in Cleanup various Zarr-related build issues 2024-05-15 18:46:25 -06:00
h5bzip2.h
h5misc.h Mitigate S3 test interference + Unlimited Dimensions in NCZarr 2023-09-26 16:56:48 -06:00
h5noop.h
H5checksum.c
H5Zblosc.c Merge pull request #2745 from e-kwsm/chmod-x 2023-12-11 17:28:46 -07:00
H5Zblosc.h chore: unset executable flag 2023-08-23 13:31:42 +09:00
H5Zbzip2.c
H5Zdeflate.c Auto fixed clang-tidy readability-uppercase-literal-suffix warnings 2024-03-01 20:46:58 -05:00
H5Zfletcher32.c
H5Zmisc.c Cleanup a number of issues. 2023-10-08 11:22:52 -06:00
H5Znoop.c Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00
H5Zshuffle.c
H5Zszip.c
H5Zszip.h chore: unset executable flag 2023-08-23 13:31:42 +09:00
H5Ztemplate.c
H5Zunknown.c
H5Zutil.c
H5Zzstd.c
H5Zzstd.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
huffman.c
Makefile.am Cleanup various Zarr-related build issues 2024-05-15 18:46:25 -06:00
NCZhdf5filters.c
NCZmisc.c Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00
NCZstdfilters.c
NCZszip.c
NCZtest.c
randtable.c