Ward Fisher
e1e7bd2975
Merge pull request #1680 from Unidata/v4.7.4-wellspring.wif
...
Merge 4.7.4 wellspring back upstream.
2020-03-30 16:56:37 -06:00
Ward Fisher
15e1bbbd43
Merge pull request #1683 from DennisHeimbigner/hdf5reclaim.dmh
...
Fix reclamation of the ->format_XXX_info fields
2020-03-30 14:50:53 -06:00
Dennis Heimbigner
133f08f67c
force github checks restart
2020-03-29 14:50:28 -06:00
Dennis Heimbigner
b0e0d81aa9
Fix reclamation of the ->format_XXX_info fields
...
nc4internal.c contains code to free the format_XXX_info
fields. Since these are format specific, this code
was moved to the dispatch code (libhdf5 and libhdf4
in the current case).
Additionally, there are some fields in nc4internal.h (e.g.
dimscale fields) that are specific to HDF5 and have been moved
to the corresponding HDF5 data structures and code.
Misc. other changes:
1. NC_VAR_INFO_T->hdf5_name renamed to alt_name to avoid
implying it is necessarily HDF5 specific.
2. prefix NC_FILE_INFO_T with an instance of NC_OBJ for consistency.
this also requires wrapping move_in_NCList() to keep
hdr.id consistent.
2020-03-29 12:48:59 -06:00
neok-m4700
86d8224f96
Fix build bug in debug mode
...
Fixing typo.
2020-03-27 21:40:26 +01:00
Ward Fisher
5a6c7a48d9
Tweaked docs to fix dead references introduced as part of separating out NUG from netCDF-C.
2020-03-27 14:21:25 -06:00
Ward Fisher
212453d58c
Pedantically bumped release date, rolling v4.7.4 release now.
2020-03-27 09:33:23 -06:00
Ward Fisher
61dd0e4901
Updated Release Notes.
2020-03-26 14:25:22 -06:00
Ward Fisher
d9e69bbb6b
Updated soversion, bump to next development version in preparation of upstream merge back into master from 4.7.4 wellspring.
2020-03-26 11:31:43 -06:00
Ward Fisher
ba4fd2e18e
Updated so version info in line with guidelines found at https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
2020-03-26 11:26:10 -06:00
Ward Fisher
884d2bcc0a
Updated expected release date.
2020-03-25 16:58:58 -06:00
Ward Fisher
be2f7ca7b8
Merge pull request #1679 from NOAA-GSD/ejh_cache_test
...
fixed documentation of cache int functions
2020-03-25 16:57:53 -06:00
Edward Hartnett
e7b9b1b587
fixed documentation of cache int functions
2020-03-24 15:02:42 -06:00
Ward Fisher
74afd13f44
Merge pull request #1671 from NOAA-GSD/ejh_hdf5_1_12_0
...
build library with hdf5 1 12 0
2020-03-24 14:33:14 -06:00
Ward Fisher
05c67d9421
Merge pull request #1674 from NOAA-GSD/ejh_deflate_bug
...
now pass 0 for deflate_level if deflate not in use
2020-03-18 16:47:03 -06:00
Edward Hartnett
9b6215936b
updated documentation of nc_inq_var_deflate() to describe behavior of deflate_level when deflate not in use
2020-03-17 10:33:53 -06:00
Edward Hartnett
edea5e3552
now pass 0 for deflate_level if deflate not in use
2020-03-16 11:01:13 -06:00
Edward Hartnett
1361deffa3
Merge branch 'master' into ejh_hdf5_1_12_0
2020-03-12 16:03:09 -06:00
Scot Breitenfeld
c5d2e99417
Updated to use H5O_info2_t for HDF5 1.12 and the use of H5Oget_info3 instead of H5Gget_objinfo
2020-03-12 15:50:24 +00:00
Ward Fisher
0251ce7101
Merge pull request #1670 from DennisHeimbigner/daperr.dmh
...
Force error report when DAP gets error response.
2020-03-11 16:10:49 -06:00
Ward Fisher
d92556590f
Merge pull request #1669 from Unidata/gh1668.wif
...
Add test to #1668
2020-03-11 15:02:23 -06:00
Ward Fisher
825978be6e
Updated release notes in support of https://github.com/Unidata/netcdf-c/issues/1666 , https://github.com/Unidata/netcdf-c/issues/1668 and https://github.com/Unidata/netcdf-c/issues/1669
2020-03-11 13:52:52 -06:00
Dennis Heimbigner
7cd29598e6
Force error report when DAP gets error response.
...
re: https://github.com/Unidata/netcdf-c/issues/1667
Make DAP (2 and 4) forcibly report an error message
when an error response is received from the DAP servlet.
2020-03-11 13:36:20 -06:00
Ward Fisher
d7e6e50c51
Fix typo for distcheck.
2020-03-11 13:33:25 -06:00
Ward Fisher
f8f5f8b1f7
Permissions error on unicode directory test script.
2020-03-11 13:19:01 -06:00
Ward Fisher
7db8b501d8
Typo in Makefile.am
2020-03-11 13:15:32 -06:00
Ward Fisher
eed4788520
Added cleanup to test script.
2020-03-11 13:04:44 -06:00
Ward Fisher
d84dc3a634
Merge branch 'utf8.dmh' of https://github.com/DennisHeimbigner/netcdf-c into gh1668.wif
2020-03-11 12:59:56 -06:00
Ward Fisher
060921eafd
Syntax fix
2020-03-11 12:58:56 -06:00
Ward Fisher
1fcec23957
Adding test in support of https://github.com/Unidata/netcdf-c/pulls/1668
2020-03-11 12:49:33 -06:00
Dennis Heimbigner
1bce6b9b5c
Fix open/create of UTF8 names
...
re: issue https://github.com/Unidata/netcdf-c/issues/1666
The code in NC_open and NC_create (in dfile.c)
was using improperly testing for leading whitespace chars.
It was treating UTF-8 as whitespace.
Fix is to do tests using unsigned char.
2020-03-11 11:25:57 -06:00
Ward Fisher
acce5eec88
Merge pull request #1663 from NOAA-GSD/ejh_refactor_storage
...
refactor storage in NC_VAR_INFO_T
2020-03-09 15:44:30 -06:00
Edward Hartnett
2ef818eed0
change to trigger CI
2020-03-09 09:52:08 -06:00
Edward Hartnett
99f486c988
updated release notes
2020-03-09 07:18:43 -06:00
Edward Hartnett
6fa5e677b3
merged in ejh_hdf5_1_12
2020-03-09 07:06:05 -06:00
Edward Hartnett
b29f9f34a0
whitespace cleanup
2020-03-08 09:10:07 -06:00
Edward Hartnett
00cec4b3ab
final removal of fields contiguous/compact from NC_VAR_INFO_T
2020-03-08 07:37:23 -06:00
Edward Hartnett
4c7e162f34
less use of contiguous/compact field
2020-03-08 07:31:21 -06:00
Edward Hartnett
21d2458afe
fixed HDF4 use of contiguous
2020-03-08 07:28:30 -06:00
Edward Hartnett
053752440b
stop setting contiguous field in nc4hdf5.c
2020-03-08 07:18:52 -06:00
Edward Hartnett
04eafff166
stop setting contiguous field in hdf5filter.c
2020-03-08 07:18:11 -06:00
Edward Hartnett
5574317db7
stop setting contiguous/compact fields at file open
2020-03-08 07:17:01 -06:00
Edward Hartnett
fcceec60a4
now using storage everywhere
2020-03-08 07:13:07 -06:00
Edward Hartnett
61357cfd4d
more use of storage field
2020-03-08 07:09:15 -06:00
Edward Hartnett
1761850795
continuing to switch to storage field
2020-03-08 07:05:51 -06:00
Edward Hartnett
b98a37e0b3
using storage field in nc4var.c
2020-03-08 06:38:44 -06:00
Edward Hartnett
119e8e9465
using storage in hdf5filter.c
2020-03-08 06:31:34 -06:00
Edward Hartnett
8dec9f6c99
now setting storage field when setting var storage
2020-03-08 06:29:49 -06:00
Edward Hartnett
d87a073a34
starting to use storage field when opening file
2020-03-08 06:21:08 -06:00
Edward Hartnett
ddb44b5abb
added storage to NC_VAR_INFO_T, removed unneeded test code
2020-03-07 05:08:12 -07:00