Commit Graph

8420 Commits

Author SHA1 Message Date
Edward Hartnett
b2c0bb9810 more quantize testing 2021-08-25 01:54:25 -06:00
Edward Hartnett
a02faa0cb5 more testing of qunatize setting 2021-08-25 01:45:38 -06:00
Edward Hartnett
0f26083f4d perparing to apply bitgroom algorithm 2021-08-25 01:31:26 -06:00
Ward Fisher
912fd7574c Modify GA workflow a bit. 2021-08-24 15:22:20 -06:00
Dennis Heimbigner
4f37d1a826 Make Issue https://github.com/Unidata/netcdf-c/issues/2077 work when build is repeated.
re: https://github.com/Unidata/netcdf-c/pull/2075

The long file name fix fails when the build is manually repeated
because the source file has already been renamed. Solution is to
test if the dest file exists or not before doing the rename.
2021-08-24 15:11:26 -06:00
Ward Fisher
5bcf91f880 Correct spacing issue in GA yaml file. 2021-08-24 15:07:10 -06:00
Ward Fisher
37d6cc9191 Propagate github actions tests into cmake-based stanza. 2021-08-24 14:40:13 -06:00
Ward Fisher
1376067870 Added a one-off stanza for autoconf-based tests on Github Actions. 2021-08-24 14:26:28 -06:00
Ward Fisher
f235dcfdb2 Merge branch 'manyurls.dmh' of https://github.com/DennisHeimbigner/netcdf-c into gh2091.wif 2021-08-24 14:14:42 -06:00
Ward Fisher
eff534124c
Merge pull request #2092 from Unidata/add-unidata-logo
Update Doxygen documentation
2021-08-24 13:01:06 -06:00
Ward Fisher
ee2c43ebc0 Added uniLogo.png to make dist. 2021-08-24 12:50:21 -06:00
Ward Fisher
5c39deed93 Remove obsolete doxygen tags. 2021-08-24 12:42:32 -06:00
Ward Fisher
93245509bb Update footer.html and Doxyfile to use local Unidata image. 2021-08-24 12:38:40 -06:00
Dennis Heimbigner
d1d495e47b Adding missing file ncdap_test/manyurls.h
re: Github Issue: https://github.com/Unidata/netcdf-c/issues/2085

The file ncdap_test/manyurls.h was not added to the repository.
It is controlled by the --enable-dap-long-tests option.
Solution: add the file.
2021-08-24 12:27:54 -06:00
Ward Fisher
5060cc11f7 Update windows binary download link url. 2021-08-24 12:19:04 -06:00
Ward Fisher
48a14fe84a Replace source for Unidata logo. 2021-08-24 11:39:19 -06:00
Tobias Kölling
b58a3ff07a allow missing udata when closing file with abort=1
If a memory backed file is closed due to an aborted opening (i.e. a
broken file was attempted to be opened), udata may not be set. In this
case, the assertation checking for udata should not be triggered.
2021-08-24 17:11:05 +02:00
Tobias Kölling
b47f61bc25 added test for opening a trunceded file using in-memory open
This test currently fails.
When trying to open an in-memory file which is only available partially
(i.e. by accidental truncation), then the library should fail with an
error in stead of an assertation, such that user code can react on this.
2021-08-24 17:04:40 +02:00
Edward Hartnett
c9eca4bbca moving function 2021-08-24 04:09:57 -06:00
Edward Hartnett
148706b657 now reading quantize attribute to get settings 2021-08-24 03:35:52 -06:00
Edward Hartnett
233ddfb0a4 further development 2021-08-24 02:57:49 -06:00
Edward Hartnett
24ed2a40c4 fixed comment 2021-08-24 02:09:40 -06:00
Edward Hartnett
d053418867 merged nc4hdf.c with changes from master branch 2021-08-24 02:07:43 -06:00
Edward Hartnett
f3435da592 merged configure.ac and CMakeLists.txt with changes from master branch 2021-08-24 02:03:30 -06:00
Edward Hartnett
74c4b9db83 fixed version numbers 2021-08-24 01:57:27 -06:00
Edward Hartnett
d6d9825b2c now qunatizing with inq function in dispatch table 2021-08-24 01:53:16 -06:00
Edward Hartnett
3202b8b37c adding quantize functions to all the dispatch tables 2021-08-24 01:26:44 -06:00
Edward Hartnett
d475e1f8ad further preparation for try 2 at quantizing 2021-08-24 01:04:55 -06:00
Edward Hartnett
dabe008ad0 further preparation for try 2 at quantizing 2021-08-24 00:55:51 -06:00
Edward Hartnett
9a18689ffa getting ready for next try at quantization code 2021-08-24 00:45:38 -06:00
Edward Hartnett
00cabb9486 added info about logging to build summary, fixed info about byterange in build summary 2021-08-24 00:19:41 -06:00
Edward Hartnett
310896a5d3 added info about logging to build summary, fixed info about byterange in build summary 2021-08-24 00:19:22 -06:00
Edward Hartnett
0218fc6e54 added info about logging to build summary, fixed info about byterange in build summary 2021-08-24 00:17:03 -06:00
Ward Fisher
e9175090ec
Merge pull request #2075 from Unidata/v4.8.1-wellspring.wif
v4.8.1 Wellspring changes to merge back upstream
2021-08-20 10:37:24 -06:00
Ward Fisher
5e431b34cd
Merge pull request #2076 from mathstuf/findhdf5-module-less-version
cmake: extract the HDF5 version when finding HDF5 manually
2021-08-20 10:37:01 -06:00
Ward Fisher
12b9c9049b
Merge pull request #2082 from edwardhartnett/ejh_hdf5_12
added 1.12.1 to hdf5 versions built by GitHub actions
2021-08-20 10:28:08 -06:00
Edward Hartnett
e8d3198a77 added commas 2021-08-20 05:46:22 -06:00
Edward Hartnett
5c23e72e28 added 1.12.1 to hdf5 versions built by GitHub actions 2021-08-20 05:44:43 -06:00
Ward Fisher
417de618e8 Corrected a syntax issue with shell scripts invoked by cmake that could result in a false positive. 2021-08-18 11:48:39 -06:00
Ward Fisher
24411c429e Update cmake-based builds in support of https://github.com/Unidata/netcdf-c/issues/2077 2021-08-18 11:40:09 -06:00
Ward Fisher
379f51a68c Additional refactoring of the thredds dap4 test in support of #2077 2021-08-18 10:24:42 -06:00
Ward Fisher
306614a91a Renamed dap4_test thredds test file ins upport of https://github.com/Unidata/netcdf-c/issues/2077 2021-08-18 10:05:31 -06:00
Ward Fisher
87cac5995e path syntax tweak. 2021-08-17 14:16:04 -06:00
Ward Fisher
6516b19bbe Update the source url for windows installer downloads to reflect the move tot he new artifacts server. 2021-08-17 13:49:45 -06:00
Ward Fisher
c8f03b8910 Bump version numbers for the next development cycle. 2021-08-17 10:41:07 -06:00
Ward Fisher
7dec8f10cd Updated SO Version in line with https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html 2021-08-17 10:39:00 -06:00
Ben Boeckel
78f9f5fbac cmake: extract the HDF5 version when finding HDF5 manually 2021-08-16 13:49:09 -04:00
Ward Fisher
e06d8b744f Merge branch 'patch-48' of https://github.com/gsjaardema/netcdf-c into v4.8.1-wellspring.wif 2021-08-16 10:37:52 -06:00
Ward Fisher
4b7c5a2bff Merge branch 'patch-49' of https://github.com/gsjaardema/netcdf-c into v4.8.1-wellspring.wif 2021-08-16 10:29:52 -06:00
Greg Sjaardema
f3041b3acf
Add a comment
Added comment indicating that we want integer division / truncation.
This should also trigger the tests to be run again; it looks like one of the tests just didn't run for some reason...
2021-08-16 10:06:45 -06:00