Ward Fisher
8520b2ee3e
Merge pull request #3111 from DennisHeimbigner/fixvlencompound.dmh
...
Fix bug in copying compound types with variable length fields.
2025-03-17 12:08:23 -06:00
Dennis Heimbigner
6a06eaba15
Fix bug in copying compound types with variable length fields.
...
re: Issue https://github.com/Unidata/netcdf-c/issues/3110
There was a two-line typo in the code in netcdf-c/libdispatch/distance_intern.c.
This PR fixes it and adds a test case in netcdf-c/unit_test/tst_reclaim.c.
2025-03-16 18:13:51 -06:00
Ward Fisher
ce18b47c8e
Merge pull request #3102 from WardF/fix-ansi2utf8.wif
...
Fix reported memory leak
2025-02-26 17:30:07 -06:00
Ward Fisher
86cf695061
Fix reported memoryleak
2025-02-26 15:46:22 -07:00
Ward Fisher
9e86fcbd56
Merge pull request #3100 from drwells/config-header-order
...
Give `config.h` a higher precedence.
2025-02-24 14:08:09 -07:00
David Wells
2035f0ab90
Give config.h a higher precedence.
...
This fixes a bug on 4.9.2 where an installed non-netcdf config.h was
included instead of netcdf's config.h.
2025-02-24 07:43:32 -05:00
Ward Fisher
7ce874ca8e
Merge pull request #3093 from nco/csz_qnt_fix_fpe
...
Fix SIGFPE with -0.0 values and quantization
2025-02-20 15:51:32 -07:00
Ward Fisher
1a47baf24a
Merge pull request #3097 from WardF/fix-packaging.wif
...
Correct a syntax error in previous packaging fix.
2025-02-19 14:47:23 -07:00
Ward Fisher
be2ec87bd3
Additional Path Munging.
2025-02-18 17:25:32 -07:00
Ward Fisher
8ead5a29da
Correct a syntax error.
2025-02-18 16:57:04 -07:00
Ward Fisher
69dabd6a0b
Merge pull request #3096 from WardF/fix-windows-install-package.wif
...
Correct issue with .exe installer generation.
2025-02-18 15:46:18 -07:00
Ward Fisher
190a58f431
Correct issue with .exe installer generation.
2025-02-18 15:00:03 -07:00
Charlie Zender
b4532f846e
Verify ncks --fpe (floating-point exception) tests pass when using either internal NCO or patched libnetcdf.a quantize algorithms. Distinguish val_flt and val_dbl de-reference where appropriate (except Granular BitRound, for now). nc4var.c: protect all quantization algorithms from modifying +/- zero and NaN.
2025-02-15 11:08:33 -08:00
Ward Fisher
d19fca67cd
Merge pull request #3088 from DennisHeimbigner/ncpropparse.dmh
...
Provide an auxilliary function that allows users to parse the _NCProperties attribute.
2025-02-14 17:16:56 -07:00
Ward Fisher
7efd97317c
Tweaked release notes.
2025-02-14 13:44:32 -07:00
Dennis Heimbigner
3db14b979a
update RELEASE Notes
2025-02-11 13:58:19 -07:00
Dennis Heimbigner
61e6e3970f
Provide an auxilliary function that allows users to parse the _NCProperties attribute.
...
re: Discussion https://github.com/Unidata/netcdf-c/discussions/3085
This discussion raised the issue of the best way to distinguish
a netcdfd-c created file and an HDF5 created file. The
recommended way is to use the _NCProperties attribute. In order
for users to process this attribute, I have added a parser for
the attribute to the netcdf_aux.h file.
2025-02-10 18:52:09 -07:00
Ward Fisher
aa667031f0
Merge pull request #3084 from Unidata/v4.9.3-wellspring.wif
...
Merge v4.9.3 wellspring changes back upstream.
2025-02-10 18:19:02 +01:00
Ward Fisher
79b9f962cb
Update release notes.
2025-02-07 22:39:49 +01:00
Ward Fisher
56749b24aa
Update release notes.
2025-02-07 14:29:42 -07:00
Ward Fisher
7c5488c747
Now that release is ready, update release notes with proper date.
2025-02-06 17:51:17 -07:00
Ward Fisher
f543cc7e9b
Merge branch 'main' into v4.9.3-wellspring.wif
2025-02-04 13:34:31 -07:00
Ward Fisher
82dd7079df
Merge pull request #3082 from WardF/ncconfig-fix.wif
...
Restore missing --has-nc4
2025-02-04 01:19:29 +01:00
Ward Fisher
15dcffecfb
Fix persistent spacing issue that seems to keep creeping in.
2025-02-03 16:38:04 -07:00
Ward Fisher
726273b84b
Restore missing --has-nc4 in support of https://github.com/Unidata/netcdf-c/issues/3063
2025-02-04 00:31:47 +01:00
Ward Fisher
c73d9319ed
Updated version strings in support of next development cycle.
2025-01-31 11:37:52 -07:00
Ward Fisher
2e30f8c43c
Merge pull request #3077 from WardF/fix-performance-cache-setting.wif
...
Update default_chunk_cache_size
2025-01-17 01:11:50 +01:00
Ward Fisher
11e2a27786
Attempted fix for a cygwin artifact name collision
2025-01-17 00:27:25 +01:00
Ward Fisher
befd964586
Fix an error in the cygwin workflows
2025-01-16 23:45:58 +01:00
Ward Fisher
4c333ca297
Add cache fix to configure.ac
2025-01-16 23:09:08 +01:00
Ward Fisher
135023c7d7
Update default chunk_cache_size in support of https://github.com/Unidata/netcdf-c/3067
2025-01-16 22:58:32 +01:00
Ward Fisher
5887c9e728
Merge pull request #3076 from WardF/tiny-cleanup.wif
...
Clean up a couple small things while I'm looking at them.
2025-01-15 14:18:02 -07:00
Ward Fisher
2ef02c0b6a
Avoid name conflict in artifact upload.
2025-01-15 11:56:46 -07:00
Ward Fisher
ca634d3e65
Merge branch 'main' into tiny-cleanup.wif
2025-01-14 17:36:55 -07:00
Ward Fisher
7fdf1e43f9
Clean up a couple small things while I'm looking at them.
2025-01-14 17:30:37 -07:00
Ward Fisher
85c8bc84aa
Merge pull request #3074 from WardF/ac-artifacts.wif
...
Capture ac-based log artifacts
2025-01-10 13:34:12 -07:00
Ward Fisher
241111abf6
Correct indentation error.
2025-01-10 12:05:50 -07:00
Ward Fisher
e1773fcf6a
Add stanza so that autoconf-based log files artifacts are captured pass or fail.
2025-01-10 11:31:04 -07:00
Ward Fisher
c45d364788
Merge pull request #3073 from WardF/gh3072-fix-error-codes.wif
...
Update error code list.
2025-01-09 16:57:00 -07:00
Ward Fisher
7d2e1a2ed1
Remove final error code placeholder.
2025-01-10 00:15:23 +01:00
Ward Fisher
5e68553b53
Update all-error-codes.md in support of https://github.com/Unidata/netcdf-c/issues/3072
2025-01-10 00:11:22 +01:00
Ward Fisher
72ea68f369
Merge pull request #3060 from opoplawski/srcdir
...
Fix out-of-tree builds generating netcdf_json.h and netcdf_proplist.h
2024-12-30 19:55:47 +00:00
Ward Fisher
1ee3a89143
Merge branch 'main' of https://github.com/Unidata/netcdf-c into srcdir
2024-12-30 11:51:05 -07:00
Ward Fisher
8ca82360d6
Merge pull request #3065 from WardF/update-artifact-action.wif
...
Update upload-artifact/download-artifact for github actions
2024-12-20 16:17:08 -06:00
Ward Fisher
fbf6d802ce
Correct logic to avoid a namespace conflict.
2024-12-20 11:16:47 -07:00
Ward Fisher
b57c933d36
Add job name to avoid namespace collision
2024-12-20 10:39:11 -07:00
Ward Fisher
428db8dabc
Merging in main branch.
2024-12-19 17:06:03 -07:00
Ward Fisher
c8f60fcd74
Merge pull request #3052 from Unidata/v4.9.3-rc2-wellspring.wif
...
v4.9.3-rc2 wellspring changes
2024-12-19 17:50:57 -06:00
Ward Fisher
4272dfa130
Correct misuse of github runner variable.
2024-12-19 16:08:39 -07:00
Ward Fisher
70d56ce7df
Update cache
2024-12-19 16:01:50 -07:00