mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-15 08:30:11 +08:00
f0f0f39950
# 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. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
test_atomic_array.1.nc.ncdump | ||
test_atomic_array.2.nc.ncdump | ||
test_atomic_array.3.nc.ncdump | ||
test_atomic_array.nc.ncdump | ||
test_atomic_types.nc.ncdump | ||
test_enum_1.nc.ncdump | ||
test_enum_2.nc.ncdump | ||
test_enum_3.nc.ncdump | ||
test_enum_array.6.nc.ncdump | ||
test_enum_array.nc.ncdump | ||
test_fill_2.nc.ncdump | ||
test_fill.nc.ncdump | ||
test_groups1.nc.ncdump | ||
test_misc1.nc.ncdump | ||
test_one_var.nc.ncdump | ||
test_one_vararray.4.nc.ncdump | ||
test_one_vararray.5.nc.ncdump | ||
test_one_vararray.nc.ncdump | ||
test_opaque_array.7.nc.ncdump | ||
test_opaque_array.nc.ncdump | ||
test_opaque.nc.ncdump | ||
test_struct1.nc.ncdump | ||
test_struct_array.8.nc.ncdump | ||
test_struct_array.nc.ncdump | ||
test_struct_nested3.nc.ncdump | ||
test_struct_nested.nc.ncdump | ||
test_struct_type.nc.ncdump | ||
test_test.nc.ncdump | ||
test_unlim1.nc.ncdump | ||
test_unlim.nc.ncdump | ||
test_utf8.nc.ncdump | ||
test_vlen1.nc.ncdump | ||
test_vlen2.nc.ncdump | ||
test_vlen3.nc.ncdump | ||
test_vlen4.nc.ncdump | ||
test_vlen5.nc.ncdump | ||
test_vlen6.nc.ncdump | ||
test_vlen7.nc.ncdump | ||
test_vlen8.nc.ncdump | ||
test_vlen11.nc.ncdump | ||
test_zerodim.nc.ncdump |