netcdf-c/libdispatch
2024-08-11 09:14:06 +08:00
..
awsincludes.h Turned on console logging/tracing. 2023-09-07 15:00:05 -06:00
CMakeLists.txt Replace ENABLE_TESTS with NETCDF_ENABLE_TESTS 2024-03-18 15:54:48 -05:00
datt.c This PR adds EXPERIMENTAL support for accessing data in the 2020-06-28 18:02:47 -06:00
dattget.c fixed more doxygen warnings 2022-05-29 08:43:56 +03:00
dattinq.c more doxygen warning fixes 2022-05-03 12:54:14 -06:00
dattput.c added anchors for reading_attributes and writing_attributes, and refs to them, also changed order of files in Doxygen.in 2019-11-08 05:19:51 -07:00
dauth.c Fix conversion warnings in libdispatch 2024-04-08 11:31:13 +01:00
daux.c Cleanup various Zarr-related build issues 2024-05-15 18:46:25 -06:00
dcompound.c Updated libdispatch/ files with copyright notice. 2018-12-06 14:29:57 -07:00
dcopy.c Cleanup various Zarr-related build issues 2024-05-15 18:46:25 -06:00
dcrc32.c Replaced ancient K&R function declarations to be C23 compatible 2023-12-13 22:49:04 -05:00
dcrc32.h chore: unset executable flag 2023-08-23 13:31:42 +09:00
dcrc64.c Make use of clock_gettime be conditional. 2020-12-06 18:19:53 -07:00
ddim.c formatting cleanup 2019-02-25 07:58:55 -07:00
ddispatch.c Cleanup various Zarr-related build issues 2024-05-15 18:46:25 -06:00
defcheck.c Modified a number of tests 2014-10-04 15:59:16 -06:00
denum.c Support MSYS2/Mingw platform 2021-12-23 22:18:56 -07:00
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 Cleanup various Zarr-related build issues 2024-05-15 18:46:25 -06:00
dgroup.c Updated libdispatch/ files with copyright notice. 2018-12-06 14:29:57 -07:00
dhttp.c Fix conversion warnings in libdispatch 2024-04-08 11:31:13 +01:00
dinfermodel.c Mitigate extreme slowdown on systems without xattr.h or getfattr. Standard output was being spammed, resulting in a test that currently runs in around a minute to balloon out to almost 20. 2024-07-16 12:19:16 -06:00
dinstance_intern.c Fix conversion warnings in libdispatch 2024-04-08 11:31:13 +01:00
dinstance.c Cleanup various Zarr-related build issues 2024-05-15 18:46:25 -06:00
dinternal.c Updated libdispatch/ files with copyright notice. 2018-12-06 14:29:57 -07:00
dmissing.c Add CI for a Windows Runner on Github Actions. 2024-04-17 13:29:18 -05:00
dnotnc3.c final removal 2019-08-15 07:05:10 -06:00
dnotnc4.c Enhance/Fix filter support 2022-03-14 12:39:37 -06:00
doffsets.c Fix various problem around VLEN's 2022-01-08 18:30:00 -07:00
dopaque.c Updated libdispatch/ files with copyright notice. 2018-12-06 14:29:57 -07:00
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 Provide Documentation for the .rc File Mechanism and API 2024-07-30 13:51:32 -06:00
dreadonly.c removed NC from open in dispatch table 2019-08-01 14:30:20 -06:00
dreg.c Correct previous fix to remove inclusion of internal header. 2024-02-07 10:18:37 -07:00
ds3util.c Allow region and bucket inference with NCS3UNK S3 server type 2024-07-09 13:45:40 +02:00
dstring.c Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00
dtype.c Updated libdispatch/ files with copyright notice. 2018-12-06 14:29:57 -07:00
durlmodel.c Prepare for the path management code 2020-10-13 19:12:15 -06:00
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 Cleanup various Zarr-related build issues 2024-05-15 18:46:25 -06:00
dvarget.c removed non-relaxed coord bounds from test code 2019-11-26 06:20:34 -07:00
dvarinq.c First draft of Granular BitGroom feature for netcdf-c 2021-10-20 16:00:32 -07:00
dvarput.c now always relax! 2019-11-26 05:36:16 -07:00
dvlen.c Improve performance of the nc_reclaim_data and nc_copy_data functions. 2023-05-20 17:11:25 -06:00
ezxml_extra.c Significantly Improve Amazon S3 Cloud Storage Support 2021-09-27 18:36:33 -06:00
json.c Updated libdispatch/ files with copyright notice. 2018-12-06 14:29:57 -07:00
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 Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00
nccurl_hmac.h Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00
nccurl_setup.h Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00
nccurl_sha256.c Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00
nccurl_sha256.h Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00
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 # Addendum 2024-06-25 17:13:02 -06: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 Convert the ENABLE_XXX options to NETCDF_ENABLE_XXX options 2024-05-11 16:23:40 -06:00
ncs3sdk_aws.cpp Fix duplicate definition when using aws-sdk-cpp. 2024-05-20 19:15:19 -06:00
ncs3sdk_h5.c Convert NCzarr meta-data to use only Zarr attributes 2024-06-19 18:09:29 -06:00
ncsettings.hdr Add ability to programmatically 2014-08-29 14:51:14 -06:00
nctime.c Auto fixed clang-tidy readability-redundant-declaration warnings 2024-03-01 20:46:58 -05:00
ncuri.c fix ncuriparse error 2024-08-11 09:14:06 +08:00
ncutil.h ## Addendum [5/9/23] 2023-05-09 21:13:49 -06:00
ncxcache.c Fix conversion warnings in libdispatch 2024-04-08 11:31:13 +01:00
netcdf.m4 Updated libdispatch/ files with copyright notice. 2018-12-06 14:29:57 -07:00
stubdef.c Updated libdispatch/ files with copyright notice. 2018-12-06 14:29:57 -07:00
u8.c Resolves Github issue https://github.com/Unidata/netcdf-c/issues/349. 2017-02-16 14:27:54 -07:00
u8.h Resolves Github issue https://github.com/Unidata/netcdf-c/issues/349. 2017-02-16 14:27:54 -07:00
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 "Simplify" XGetopt usage 2023-04-09 13:10:41 -06:00