Edward Hartnett
|
6b2947813f
|
adding test for zlib+szip in HDF5
|
2020-02-07 03:38:43 -07:00 |
|
Edward Hartnett
|
dfc49acf6f
|
merged changes from master
|
2020-02-06 13:26:27 -07:00 |
|
Edward Hartnett
|
b3fe7e5546
|
removed unnecessary library check for szip library, cleaned up comments
|
2020-02-06 13:25:25 -07:00 |
|
Ward Fisher
|
b01fbb058d
|
Merge pull request #1619 from NOAA-GSD/ejh_more_szip
fixed libnetcdf.settings output in cmake build wrt szip
|
2020-02-06 12:42:27 -07:00 |
|
Ward Fisher
|
1573fead56
|
Merge pull request #1606 from NOAA-GSD/ejh_no_zlib
detect if HDF5 was built without zlib, and error out of configure/cmake
|
2020-02-06 12:42:04 -07:00 |
|
Edward Hartnett
|
04624c7be3
|
fix error in makefile building tst_parallel_compress.c
|
2020-02-06 09:17:49 -07:00 |
|
Edward Hartnett
|
a306bdf1cd
|
merged master
|
2020-02-06 07:49:29 -07:00 |
|
Edward Hartnett
|
2daeae549f
|
fixed call to AC_SUBST inside an if-endif in configure.ac
|
2020-02-06 07:47:15 -07:00 |
|
Edward Hartnett
|
fb2a1048bb
|
documentation improvements for nc_inq_var_szip()
|
2020-02-06 07:42:53 -07:00 |
|
Edward Hartnett
|
6d50ba67e8
|
turned on some previously failing tests for nc_inq_var_szip()
|
2020-02-06 07:39:01 -07:00 |
|
Edward Hartnett
|
ca5c0234d4
|
renamed var for clarity
|
2020-02-06 07:36:10 -07:00 |
|
Edward Hartnett
|
d5859e91b7
|
not return 0 for parameters to nc_inq_var_szip if szip is not turned on for var
|
2020-02-06 07:35:07 -07:00 |
|
Edward Hartnett
|
120c9e02d8
|
merged ejh_more_szip
|
2020-02-06 07:14:49 -07:00 |
|
Edward Hartnett
|
cf74f49fdb
|
moved tst_parallel_zlib2 to tst_parallel_compress
|
2020-02-05 17:40:31 -07:00 |
|
Ward Fisher
|
c398904e3a
|
Merge pull request #1608 from Unidata/gh1607.wif
Add netCDF namespace to CMake netCDF_LIBRARIES
|
2020-02-05 15:56:50 -07:00 |
|
Edward Hartnett
|
4a2ac1a338
|
now parallel szip test working in tst_parallel_zlib2.c
|
2020-02-05 15:08:30 -07:00 |
|
Edward Hartnett
|
6c39c1dc23
|
more of szip test in tst_parallel_zlib2.c
|
2020-02-05 15:01:31 -07:00 |
|
Edward Hartnett
|
3247061dc0
|
adding szip test to tst_parallel_zlib2.c
|
2020-02-05 14:56:06 -07:00 |
|
Edward Hartnett
|
1817790c6b
|
rely completely on nc_def_var_filter for setting szip
|
2020-02-05 10:32:16 -07:00 |
|
Edward Hartnett
|
517ef4f257
|
use nc_def_var_filter in nc_def_var_szip
|
2020-02-05 10:25:30 -07:00 |
|
Edward Hartnett
|
b09446b0da
|
test nc_inq_var_szip after call to nc_def_var_szip, but before enddef
|
2020-02-04 08:47:18 -07:00 |
|
Edward Hartnett
|
52d745de68
|
now remember szip setting in filter fields
|
2020-02-04 08:40:15 -07:00 |
|
Edward Hartnett
|
a6fbc3eea2
|
fix problem with pre-enddef call to nc_inq_var_szip()
|
2020-02-04 07:11:44 -07:00 |
|
Edward Hartnett
|
626f40843c
|
more documentation for nc_inq_var_szip
|
2020-02-04 05:41:20 -07:00 |
|
Edward Hartnett
|
bf3407ce67
|
more tests
|
2020-02-04 05:38:15 -07:00 |
|
Edward Hartnett
|
e363bd59c7
|
testing nc_def_var_szip when szip has not been built into HDF5
|
2020-02-04 05:33:52 -07:00 |
|
Edward Hartnett
|
e793764c18
|
more HDF5 tests for szip functionality
|
2020-02-04 05:30:31 -07:00 |
|
Edward Hartnett
|
dfd496d3a5
|
fixed libnetcdf.settings output in cmake build wrt szip
|
2020-02-02 13:55:58 -07:00 |
|
Ward Fisher
|
2a34eb2ac5
|
Merge pull request #1603 from NOAA-GSD/ejh_release_notes
updated RELEASE_NOTES to include results of recent PR merges
|
2020-01-27 17:44:48 -07:00 |
|
Ward Fisher
|
2e7234ff5b
|
Merge pull request #1511 from mathstuf/fix-windows-define
nc4internal: detect Windows using the correct define name
|
2020-01-27 17:43:43 -07:00 |
|
Ward Fisher
|
a0e2a958e4
|
Tweaked configure.ac
|
2020-01-24 17:15:29 -07:00 |
|
Ward Fisher
|
ec30c199a1
|
Correct typo.
|
2020-01-24 16:53:16 -07:00 |
|
Ward Fisher
|
e8c2d22ddd
|
Cleaned up szlib status message in libnetcdf.settings.
|
2020-01-24 16:36:29 -07:00 |
|
Ward Fisher
|
f71434fa16
|
Added namespace prefix to netCDF_LIBRARIES in CMake in support of https://github.com/Unidata/netcdf-c/issues/1607
|
2020-01-24 16:36:06 -07:00 |
|
Ward Fisher
|
13a42073f9
|
Merge pull request #1605 from NOAA-GSD/ejh_fix_build
fixed distclean target in dap4_test
|
2020-01-23 16:35:19 -07:00 |
|
Edward Hartnett
|
0672310411
|
fixed cmake check for zlib in HDF5 library
|
2020-01-23 06:51:44 -07:00 |
|
Edward Hartnett
|
adf2aa31e4
|
moved cmake detection of lack of zlib to be with other HDF5 stuff
|
2020-01-23 05:43:48 -07:00 |
|
Edward Hartnett
|
60cfe7782d
|
detecting lack of zlib in cmake build
|
2020-01-23 05:40:44 -07:00 |
|
Edward Hartnett
|
0007d06f57
|
configure now confirms that HDF5 was built with zlib
|
2020-01-23 05:23:33 -07:00 |
|
Edward Hartnett
|
952bab6a60
|
fixed distclean target in dap4_test
|
2020-01-23 04:40:37 -07:00 |
|
Edward Hartnett
|
0f5bdafe73
|
updated RELEASE_NOTES to include results of recent PR merges
|
2020-01-23 04:32:49 -07:00 |
|
Ward Fisher
|
aadd5a2d81
|
Merge pull request #1589 from NOAA-GSD/ejh_szip
re-implement the nc_def_var_szip() function, including for parallel I/O
|
2020-01-22 16:27:33 -07:00 |
|
Ward Fisher
|
e1e20ef6e4
|
Merge pull request #1601 from magnusuMET/bugfix/missing_gitignore
add file to .gitignore
|
2020-01-21 17:27:54 -07:00 |
|
Ward Fisher
|
5c8f766bae
|
Merge pull request #1577 from NOAA-GSD/ejh_var_cache
better handling of var cache for parallel builds
|
2020-01-21 12:23:17 -07:00 |
|
Edward Hartnett
|
6103f442cb
|
fixed compile error
|
2020-01-21 08:50:38 -07:00 |
|
Edward Hartnett
|
c839a2d6c5
|
Merge branch 'master' into ejh_var_cache
|
2020-01-21 07:48:59 -07:00 |
|
Edward Hartnett
|
0735a45178
|
switch cmake build to check for func H5Dread_chunk to detect 1.10.3 or later
|
2020-01-21 07:42:14 -07:00 |
|
Magnus Ulimoen
|
e69022b4bf
|
add file to .gitignore
|
2020-01-18 16:03:15 +01:00 |
|
Edward Hartnett
|
a15126e2d2
|
move AM_CONDITIONAL outside if-statement body
|
2020-01-17 14:29:29 -07:00 |
|
Edward Hartnett
|
21a204c4e8
|
start using par filters in HDF5-1.10.3
|
2020-01-17 14:01:07 -07:00 |
|