Commit Graph

8963 Commits

Author SHA1 Message Date
Ward Fisher
62f39e2eb3 Updated release notes. 2022-10-03 17:49:19 -06:00
Ward Fisher
6754be1223 Add blank filter quickstart guide file. 2022-10-03 15:40:51 -06:00
Ward Fisher
632fef4a14
Merge pull request #2520 from WardF/fix-ncdump-prereq.wif
Fix prereqs in ncdump/tst_nccopy4 in order to avoid race conditions.
2022-09-30 23:56:53 -06:00
Ward Fisher
9696f2656b
Merge pull request #2519 from WardF/gh2478.wif
Update plugins/Makefile.am
2022-09-30 13:23:22 -06:00
Ward Fisher
4b815432e3 Add prepreqs to ncdump/tst_nccopy4, revising some race condition related errors. 2022-09-30 13:21:24 -06:00
Ward Fisher
b26348c21c Add LDFLAGS for two plugins, nczstdfilters and nczhdf5filters, in support of https://github.com/Unidata/netcdf-c/issues/2478 2022-09-30 12:34:33 -06:00
Ward Fisher
052e7e8840
Merge pull request #2518 from WardF/fix_nccopy_dependency.wif
Fix some dependencies in tst_nccopy3
2022-09-28 12:15:49 -06:00
Ward Fisher
6befdad33a Added additional dependencies. 2022-09-28 11:32:57 -06:00
Ward Fisher
96b285922b Added a dependency to tst_nans to nccopy4 2022-09-28 10:47:40 -06:00
Ward Fisher
c73967b0c2 Correct nccopy4 dependency on tst_fillbug. 2022-09-28 10:38:35 -06:00
Ward Fisher
4a00921357
Merge pull request #2517 from gsjaardema/patch-55
For loop initial declarations are only allowed in C99 mode
2022-09-26 14:44:41 -06:00
Greg Sjaardema
90ed6b8aa0
For loop initial declarations are only allowed in C99 mode
I get an error about "for loop initial declarations are only allowed in C99 mode" with the current code.  Not sure why it hasn't shown up before.  I am configuring with `BUILD_SHARED_LIBS=NO ENABLE_PLUGINS=NO ENABLE_MULTIFILTERS=NO ENABLE_NCZARR_FILTERS=NO` when the error shows up using gcc-7.2.0.
2022-09-26 13:04:10 -06:00
Ward Fisher
94bac62446
Merge pull request #2513 from WardF/nc-config-fix.wif
Small fix in nc-config.in
2022-09-22 14:04:16 -06:00
Ward Fisher
f396913e1e Corrected an error. 2022-09-22 13:29:41 -06:00
Ward Fisher
d0208901bb Updated test logic in nc-config.in file. 2022-09-22 13:09:00 -06:00
Ward Fisher
f28d0e2ef7
Merge pull request #2512 from WardF/meta_h_change.wif
Fix inconsistency in netcdf_meta.h
2022-09-20 16:15:15 -06:00
Ward Fisher
59bfd82f0e Updated release notes. 2022-09-20 15:27:32 -06:00
Ward Fisher
32b53c9483 Update cmakelists.txt in support of https://github.com/Unidata/netcdf-c/issues/2511 2022-09-20 15:24:33 -06:00
Ward Fisher
ec7cc936fa Adding NC_HAS_BLOSC and NC_HAS_BZ2 to netcdf_meta.h in support of https://github.com/Unidata/netcdf-c/issues/2511 2022-09-20 15:11:23 -06:00
Ward Fisher
79a43be7c0 Merge remote-tracking branch 'upstream/main' 2022-09-20 14:53:17 -06:00
Ward Fisher
7fec75df6b
Merge pull request #2508 from DennisHeimbigner/builtsrc.dmh
Cleanup built test sources in nczarr_test
2022-09-20 14:52:00 -06:00
Ward Fisher
6665dab949
Merge pull request #2509 from WardF/plugin-ncconfig.wif
Add new options to nc-config
2022-09-20 09:27:28 -06:00
Ward Fisher
2ab4d27a99 Updated release notes. 2022-09-20 09:05:05 -06:00
Ward Fisher
320161f2e6 Updated release notes. 2022-09-20 09:04:03 -06:00
Ward Fisher
92c489fbb5 Add various newer options to nc-config 2022-09-19 15:56:16 -06:00
Ward Fisher
3649364217 Added plugin directory to nc-config 2022-09-19 15:21:27 -06:00
Ward Fisher
7e62782daf Adding additional flags to nc-config to indicate presence of newer functionality, and plugin directory location. 2022-09-19 15:02:01 -06:00
Dennis Heimbigner
46ed3a1da7 Cleanup built test sources in nczarr_test
re: https://github.com/conda-forge/libnetcdf-feedstock/pull/140

Some test are BUILTSOURCE in nczarr_test. But apparently
I did not do it correctly. SO try to cleanup their construction.
2022-09-16 18:58:36 -06:00
Dennis Heimbigner
600885cb34 update file permission 2022-09-16 18:35:08 -06:00
Ward Fisher
bf7062e413
Merge pull request #2507 from WardF/zstd_dev_header.wif
Check for zstd development headers in autotools
2022-09-16 16:25:08 -06:00
Ward Fisher
f7d694a051
Merge pull request #2421 from DennisHeimbigner/moreszfixes.dmh
Cleanup szip handling some more
2022-09-16 12:23:15 -06:00
Ward Fisher
c07fdaf9cc Add a check for stdint.h in order to fix a weird issue where libzstd-dev, when present, was masking a missing data type declaration. 2022-09-16 12:21:06 -06:00
Ward Fisher
c79c2a5787 Clean up (on linux) an issue with uintptr_t 2022-09-16 11:46:08 -06:00
Ward Fisher
a4c158e074 Added an additional check for zstd.h in configure.ac 2022-09-16 11:03:51 -06:00
Ward Fisher
2f265b7193
Merge branch 'main' into moreszfixes.dmh 2022-09-16 10:51:22 -06:00
Ward Fisher
8173d96d83
Merge pull request #2503 from DennisHeimbigner/zarrfixes4.dmh
Fix some addtional errors in NCZarr
2022-09-14 14:26:00 -06:00
Ward Fisher
dc46ac68f1
Merge pull request #2451 from gsjaardema/patch-54
Minor update to doxygen function documentation
2022-09-14 14:23:24 -06:00
Ward Fisher
826ddb0273
Merge pull request #2504 from WardF/hdf5_github_action_update.wif
Update hdf5 version in github actions.
2022-09-14 14:22:28 -06:00
Dennis Heimbigner
db86c2c75a Update release notes 2022-09-09 19:30:38 -06:00
Ward Fisher
9b9fcfb6ba Update hdf5 version in github actions. 2022-09-09 16:15:42 -06:00
Dennis Heimbigner
1a45ee025f Fix some addtional errors in NCZarr
re: Issue https://github.com/Unidata/netcdf-c/issues/2502

H/T Charlie Zender

* Fix NCZarr handling of endianness value NC_ENDIAN_NATIVE. This now matches how it is handled in libhdf5
* Fix NCZarr handling of char typed attribute with value "". This now matches how it is handled in libhdf5
* Add test for various char attribute values
* Change the mapping of NC_CHAR and NC_STRING to dtype; requires changing some test files also.
* Optimize the testing for NC_ENOTBUILT in NC_open.
* Turn off debugging left on accidentally
* Fix memory leak in tst_pnetcdf.c
* Fix blosc test
2022-09-09 14:25:24 -06:00
Ward Fisher
4fdfb6c911
Merge pull request #2501 from WardF/error-code-list.wif
Adding all-error-codes.md back in to distribution documentation.
2022-09-08 17:06:00 -06:00
Ward Fisher
9c09966896
Merge pull request #2482 from WardF/gh2481.wif
Changed attribute case in documentation
2022-09-08 16:38:29 -06:00
Ward Fisher
0c5fc4c2cd Doxygen update, reorganizing. 2022-09-08 16:36:53 -06:00
Ward Fisher
60552dbc65 Updating doxygen files. 2022-09-08 16:28:43 -06:00
Ward Fisher
6cf6677b2c Remove obsolete tags from Doxyfile. 2022-09-08 16:21:39 -06:00
Ward Fisher
0d24a1c278 Adding all-error-codes.md back in to distribution documentation. 2022-09-08 16:16:21 -06:00
Ward Fisher
bfc9fca882
Merge pull request #2491 from DennisHeimbigner/splitrem.dmh
Add option to control accessing external servers
2022-09-08 12:21:51 -06:00
Dennis Heimbigner
4fd290cb4b Fix conflicts 2022-09-08 11:15:26 -06:00
Ward Fisher
4627938415
Merge pull request #2461 from DennisHeimbigner/bloscfix.dmh
Fix some bugs in the blosc filter wrapper
2022-09-06 16:58:28 -06:00