netcdf-c/libsrc
Dennis Heimbigner 69ed78e7d7 Convert the ENABLE_XXX options to NETCDF_ENABLE_XXX options
# Primary Change
In order to conform to the cmake overhaul, occurrences of
ENABLE_XXX options in the nczarr code have been changed to
NETCDF_ENABLE_XXX.

# Misc. Other changes
* Fix use of rand_s in libdispatch/ncrandom.c
* Fix some bugs in the mingw gitub action.
* Fix signature bug in libncpoco/cp_win32.c
* Make some NCZarr fixes to config.h.cmake.in
2024-05-11 16:23:40 -06:00
..
attr.m4
CMakeLists.txt Convert the ENABLE_XXX options to NETCDF_ENABLE_XXX options 2024-05-11 16:23:40 -06:00
depend
dim.c Silence many conversion warnings in libsrc 2024-03-11 15:55:41 +00:00
ffio.c Replaced trivial uses of sprintf with snprintf 2023-12-08 13:30:38 -05:00
httpio.c Silence many conversion warnings in libsrc 2024-03-11 15:55:41 +00:00
lookup3.c
Makefile.am Replace ENABLE_S3 with NETCDF_ENABLE_S3 2024-03-18 15:54:15 -05:00
memio.c Silence many conversion warnings in libsrc 2024-03-11 15:55:41 +00:00
mmapio.c Fix warning about uninitialised nciop 2024-03-11 15:55:43 +00:00
nc3dispatch.c
nc3internal.c Refactor macro _FillValue to NC_FillValue in support of https://github.com/Unidata/netcdf-c/issues/2858 2024-04-24 11:38:07 -06:00
ncFile.c
ncio.c Replace ENABLE_S3 with NETCDF_ENABLE_S3 2024-03-18 15:54:15 -05:00
ncio.h
ncstdio.c
ncstdio.h
ncx_cray.c
ncx.h
ncx.m4
posixio.c Silence many conversion warnings in libsrc 2024-03-11 15:55:41 +00:00
pstdint.h Replaced trivial uses of sprintf with snprintf 2023-12-08 13:30:38 -05:00
putget.m4 Refactor macro _FillValue to NC_FillValue in support of https://github.com/Unidata/netcdf-c/issues/2858 2024-04-24 11:38:07 -06:00
s3io.c
t_ncio.c
t_ncio.in
t_ncxx.m4
test_nc.sav
v1hpg.c Silence many conversion warnings in libsrc 2024-03-11 15:55:41 +00:00
var.c Refactor macro _FillValue to NC_FillValue in support of https://github.com/Unidata/netcdf-c/issues/2858 2024-04-24 11:38:07 -06:00
winceio.c