Dennis Heimbigner
8f55cf31cf
update
2023-02-08 16:17:31 -07:00
Ward Fisher
b1fd4b840d
Merge pull request #2610 from WardF/pnetcdf-fd-fix.wif
...
Incorporate fix for errno check when fd < 0
2023-02-06 19:34:43 -07:00
Ward Fisher
e6f8e19637
Merge pull request #2605 from Unidata/v4.9.1-wellspring.wif
2023-02-06 18:26:18 -07:00
Ward Fisher
45d85986f0
Incorporate fix in support of https://github.com/Unidata/netcdf-c/pull/2437#issuecomment-1419381660
2023-02-06 17:13:11 -07:00
Ward Fisher
449829acb1
Escape command symbol in doxygen template.
2023-02-06 17:11:49 -07:00
Ward Fisher
360f0a2514
Update release notes, prepare to merge back upstream into development branch.
2023-02-06 16:50:11 -07:00
Greg Sjaardema
4608f08159
Missing goto
...
There is either a missing `goto fail` on this line, or the empty if statement line should be removed.
2023-02-06 07:50:00 -07:00
Ward Fisher
9746cfa83f
Updating for v4.9.1 release.
2023-02-02 15:05:55 -07:00
Ward Fisher
869f0a60a6
Update release notes with v4.9.1 release date.
2023-02-02 11:32:49 -07:00
Ward Fisher
26dccc25b8
Merge pull request #2604 from WardF/gh2599.wif
2023-02-01 15:47:39 -07:00
Ward Fisher
af7cbe701a
Change in support of https://github.com/Unidata/netcdf-c/issues/2599
2023-02-01 15:27:02 -07:00
Ward Fisher
428727dbba
Merge pull request #2602 from WardF/quickstart-update.wif
...
Update the filter quickstart guide.
2023-02-01 12:27:46 -07:00
Ward Fisher
9be94fe19f
Clean up some garbled output from Doxygen.
2023-02-01 11:27:50 -07:00
Ward Fisher
488b83f1f6
re-added quickstart filters document.
2023-02-01 11:20:40 -07:00
Ward Fisher
ff103d4f7c
A bit of doxygen cleanup.
2023-02-01 11:19:37 -07:00
Ward Fisher
a89bdd70a1
Remove dangling file.
2023-01-31 15:54:02 -07:00
Ward Fisher
1c4a11ec50
Updating filter documentation with a quickstart guide.
2023-01-31 15:52:51 -07:00
Ward Fisher
e3a9c42283
Merge branch 'main' into quickstart-update.wif
2023-01-31 09:50:09 -07:00
Ward Fisher
8192d69dc1
Small tweak.
2023-01-31 09:49:30 -07:00
Dennis Heimbigner
ebf86ac637
update against main
2023-01-28 13:45:35 -07:00
Ward Fisher
6676c684d7
Merge pull request #2600 from WardF/github-action-node-update.wif
...
Update github action configuration scripts.
2023-01-27 13:41:50 -07:00
Ward Fisher
34f64d4322
Update github action configuration scripts.
2023-01-27 12:06:39 -07:00
Ward Fisher
bb8087aa1a
Merge pull request #2577 from DWesl/ci-autotools-out-of-tree
...
CI: Change autotools CI build to out-of-tree build.
2023-01-26 15:37:39 -07:00
Ward Fisher
4c76215485
Merge pull request #2598 from DennisHeimbigner/memfix.dmh
...
Fix Memory Leak
2023-01-26 15:28:15 -07:00
Dennis Heimbigner
158c790ae5
Fix Memory Leak
...
re: PR https://github.com/Unidata/netcdf-c/pull/2584
re: PR https://github.com/Unidata/netcdf-c/pull/2596
Repaired a memory leak in *netcdf-c/ncdump/utils.c*. I think introduced
by PR 2584.
## Misc. Other Changes
* Fixed references to *netcdf-c/docs/byterange.dox* -> *netcdf-c/docs/byterange.md* (PR 2596).
2023-01-26 13:11:25 -07:00
Ward Fisher
e4e29629dc
Merge pull request #2596 from WardF/remove-internal-flag-byterange-doc.wif
...
Expose user-facing documentation related to byterange DAP functionality.
2023-01-24 15:36:05 -07:00
Ward Fisher
78030b1be2
Update additional documentation infrastructure.
2023-01-24 14:46:33 -07:00
Ward Fisher
074cd5c513
Merge pull request #2586 from jedwards4b/jedwards/remove_netcdf4_requirement_for_udf
...
make UDF0 not require NC_NETCDF4
2023-01-23 13:55:00 -07:00
Jim Edwards
efc1e70571
fix syntax error
2023-01-23 11:16:36 -07:00
Jim Edwards
1fffcb8f16
remove whitespace changes
2023-01-23 10:56:48 -07:00
Ward Fisher
88fa7c7261
Remove internal flag from byterange documentation.
2023-01-23 10:10:07 -07:00
Jim Edwards
2451ac43bb
add udf2 fix magic
2023-01-20 17:36:02 -07:00
Mathieu Westphal
0666fd03f6
Avoid optionnaly depends on zip for NCZarr
2023-01-19 09:37:24 +01:00
Dennis Heimbigner
9ff81aec5d
Update to current main
2023-01-18 19:54:26 -07:00
Dennis Heimbigner
d1d2808919
Additional DAP4 fixes
...
This change-set modifies PR https://github.com/Unidata/netcdf-c/pull/2555
to add the changes listed below. Most of these changes are required
by changes to the Java remotetest.unidata.ucar.edu server.
## DAP4 Related Changes
* Add tests *dap4_test/test_constraints.sh* and *dap4_test/test_hyrax.sh*.
* Provide explicit list of remotetest files to test.
* Cleanup local checksum computing and verification.
* Define a temporary Hyrax hack flag to deal with the way Hyrax handles checksums and add "#hyrax" fragment flag for it.
* Add a hack to get past an LGTM problem with using "http:".
* Improve debug support.
## Other Changes
* Cleanup the recipe in *docs/nczarr.md* for building *aws-sdk-cpp* library.
2023-01-18 19:47:29 -07:00
Ward Fisher
d29edee10b
Merge pull request #2590 from WardF/fix-distcheck.wif
...
Fix an issue I introduced with make distcheck
2023-01-18 19:27:28 -07:00
Ward Fisher
7d3d5f20c2
Fix an issue I introduced with make distcheck
2023-01-18 16:13:37 -07:00
Ward Fisher
36ecd3b2fc
Merge pull request #2584 from srherbener/feature/ncdump-dtime-vlen-units
...
Allow ncdump -t to handle variable length string attributes
2023-01-18 15:43:22 -07:00
Ward Fisher
94cad502b6
Add new test, tst_calendars_nc4.sh, to automake-based builds.
2023-01-18 15:14:28 -07:00
Stephen Herbener
4e7480f6b1
Moved the new ncdump_tst_calendars_nc4 test to the "USE_HDF5" section.
2023-01-18 11:00:12 -07:00
Dennis Heimbigner
9dfafe6c63
Bring up-to-date with main
2023-01-17 16:28:45 -07:00
James Edwards
526cea0cd0
make UDF0 not require NC_NETCDF4
2023-01-12 16:37:53 -07:00
DWesl
fe67ea4224
CI: Change autotools CI build to out-of-tree build.
...
This is a reference to an issue with how most distribution packagers
run autotools (source in one directory, compile in another, install
to a third.
There was a PR to catch errors in that kind of build by running
make distcheck; this should do the relevant bits of that PR,
taking into account the preference for separate build and compile
steps.
2023-01-12 10:58:03 -05:00
Stephen Herbener
57c5766bce
Merge branch 'main' into feature/ncdump-dtime-vlen-units
2023-01-11 11:06:10 -07:00
Ward Fisher
17c7314a0b
Merge pull request #2560 from Unidata/v4.9.1-wellspring.wif
...
Merge Wellspring back into development branch
2023-01-10 15:47:35 -08:00
Ward Fisher
2a6c41caab
Merge pull request #2574 from DennisHeimbigner/loop.dmh
...
Fix infinite loop in file inferencing
2023-01-10 15:14:56 -08:00
Ward Fisher
b67583f0b1
Fix a doxygen warning-treated-as-error
2023-01-10 13:51:34 -08:00
Ward Fisher
00065451fc
Merging https://github.com/Unidata/netcdf-c/pull/2583 manually into the v4.9.1 wellspring branch.
2023-01-10 13:42:41 -08:00
Ward Fisher
341a43b5aa
Correct lingering merge issue.
2023-01-09 20:27:12 -08:00
Ward Fisher
4c27c59fea
Update whitespace.
2023-01-09 20:26:05 -08:00