.. |
awsincludes.h
|
|
|
CMakeLists.txt
|
Replace ENABLE_TESTS with NETCDF_ENABLE_TESTS
|
2024-03-18 15:54:48 -05:00 |
datt.c
|
|
|
dattget.c
|
|
|
dattinq.c
|
|
|
dattput.c
|
|
|
dauth.c
|
Fix conversion warnings in libdispatch
|
2024-04-08 11:31:13 +01:00 |
daux.c
|
Fix conversion warnings in libdispatch
|
2024-04-08 11:31:13 +01:00 |
dcompound.c
|
|
|
dcopy.c
|
Auto fixed clang-tidy bugprone-suspicious-string-compare warnings
|
2024-03-01 20:46:58 -05:00 |
dcrc32.c
|
Replaced ancient K&R function declarations to be C23 compatible
|
2023-12-13 22:49:04 -05:00 |
dcrc32.h
|
|
|
dcrc64.c
|
|
|
ddim.c
|
|
|
ddispatch.c
|
Replace ENABLE_S3 with NETCDF_ENABLE_S3
|
2024-03-18 15:54:15 -05:00 |
defcheck.c
|
|
|
denum.c
|
|
|
derror.c
|
Properly handle missing regions in URLS
|
2023-12-02 21:03:59 -07:00 |
dfile.c
|
Merge branch 'main' into clang-tidy-fixes
|
2024-04-02 15:30:47 -06:00 |
dfilter.c
|
Replace ENABLE_NCZARR with NETCDF_ENABLE_NCZARR
|
2024-03-18 15:52:19 -05:00 |
dfilterx.c
|
|
|
dgroup.c
|
|
|
dhttp.c
|
Fix conversion warnings in libdispatch
|
2024-04-08 11:31:13 +01:00 |
dinfermodel.c
|
Fix conversion warnings in libdispatch
|
2024-04-08 11:31:13 +01:00 |
dinstance_intern.c
|
Fix conversion warnings in libdispatch
|
2024-04-08 11:31:13 +01:00 |
dinstance.c
|
Fix conversion warnings in libdispatch
|
2024-04-08 11:31:13 +01:00 |
dinternal.c
|
|
|
dmissing.c
|
Add CI for a Windows Runner on Github Actions.
|
2024-04-17 13:29:18 -05:00 |
dnotnc3.c
|
|
|
dnotnc4.c
|
|
|
doffsets.c
|
|
|
dopaque.c
|
|
|
dparallel.c
|
Merge pull request #2450 from gsjaardema/patch-53
|
2023-12-12 15:59:50 -07:00 |
dpathmgr.c
|
Fix conversion warnings in libdispatch
|
2024-04-08 11:31:13 +01:00 |
drc.c
|
Change format of backwards-loops
|
2024-03-25 14:25:38 +00:00 |
dreadonly.c
|
|
|
dreg.c
|
Correct previous fix to remove inclusion of internal header.
|
2024-02-07 10:18:37 -07:00 |
ds3util.c
|
Fix conversion warnings in libdispatch
|
2024-04-08 11:31:13 +01:00 |
dstring.c
|
|
|
dtype.c
|
|
|
durlmodel.c
|
|
|
dutf8.c
|
Fix conversion warnings in libdispatch
|
2024-04-08 11:31:13 +01:00 |
dutil.c
|
Fix conversion warnings in libdispatch
|
2024-04-08 11:31:13 +01:00 |
dv2i.c
|
Fix conversion warnings in libdispatch
|
2024-04-08 11:31:13 +01:00 |
dvar.c
|
Fix conversion warnings in libdispatch
|
2024-04-08 11:31:13 +01:00 |
dvarget.c
|
|
|
dvarinq.c
|
|
|
dvarput.c
|
|
|
dvlen.c
|
|
|
ezxml_extra.c
|
|
|
json.c
|
|
|
Makefile.am
|
Replace ENABLE_S3 with NETCDF_ENABLE_S3
|
2024-03-18 15:54:15 -05:00 |
nc.c
|
Replace ENABLE_CDF5 with NETCDF_ENABLE_CDF5
|
2024-03-18 15:51:04 -05:00 |
ncbytes.c
|
Fix conversion warnings in libdispatch
|
2024-04-08 11:31:13 +01:00 |
nccurl_hmac.c
|
|
|
nccurl_hmac.h
|
|
|
nccurl_setup.h
|
|
|
nccurl_sha256.c
|
|
|
nccurl_sha256.h
|
|
|
ncexhash.c
|
Fix conversion warnings in libdispatch
|
2024-04-08 11:31:13 +01:00 |
nch5s3comms.c
|
Properly handle missing regions in URLS
|
2023-12-02 21:03:59 -07:00 |
nch5s3comms.h
|
Cleanup a number of issues.
|
2023-10-08 11:22:52 -06:00 |
nchashmap.c
|
Fix conversion warnings in libdispatch
|
2024-04-08 11:31:13 +01:00 |
ncjson.c
|
Fix conversion warnings in libdispatch
|
2024-04-08 11:31:13 +01:00 |
nclist.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 |
nclistmgr.c
|
Fixed various UBSan warnings about invalid bit shifting
|
2023-11-02 11:11:18 -04:00 |
nclog.c
|
Remove the execinfo capability
|
2023-11-04 21:32:33 -06:00 |
ncrandom.c
|
Add CI for a Windows Runner on Github Actions.
|
2024-04-17 13:29:18 -05:00 |
ncs3sdk_aws.cpp
|
Merged in current state of https://github.com/Unidata/netcdf-c/pulls/2741
|
2023-09-29 15:05:43 -06:00 |
ncs3sdk_h5.c
|
Properly handle missing regions in URLS
|
2023-12-02 21:03:59 -07:00 |
ncsettings.hdr
|
|
|
nctime.c
|
Auto fixed clang-tidy readability-redundant-declaration warnings
|
2024-03-01 20:46:58 -05:00 |
ncuri.c
|
Fix conversion warnings in libdispatch
|
2024-04-08 11:31:13 +01:00 |
ncutil.h
|
|
|
ncxcache.c
|
Fix conversion warnings in libdispatch
|
2024-04-08 11:31:13 +01:00 |
netcdf.m4
|
|
|
stubdef.c
|
|
|
u8.c
|
|
|
u8.h
|
|
|
utf8proc_data.c
|
Update bundled utf8proc to 2.9.0
|
2024-02-02 16:31:20 +00:00 |
utf8proc.c
|
Update bundled utf8proc to 2.9.0
|
2024-02-02 16:31:20 +00:00 |
utf8proc.h
|
Update bundled utf8proc to 2.9.0
|
2024-02-02 16:31:20 +00:00 |
XGetopt.c
|
|
|