David Young
7f0d3f431e
Reduce diffs with develop.
2020-05-20 09:37:22 -05:00
Dana Robinson
7fa219e204
Protected H5Oset_comment() in h5dump test generator.
...
(Assumes environment variable overrides default VOL connector)
2020-05-20 09:37:20 -05:00
Dana Robinson
3efed9c111
Fixes for warnings in the tools code.
2020-05-20 09:37:20 -05:00
Quincey Koziol
d35daa45e9
Trim trailing whitespace
2020-05-20 09:37:19 -05:00
Allen Byrne
0e45724b69
Fix standalone link
2020-05-20 09:31:55 -05:00
Allen Byrne
60a4987f97
TRILAB-142 Change minimum CMake version to 3.12
2020-05-20 09:31:55 -05:00
David Young
28103327a5
H5_HAVE_PARALLEL, _DEBUG_API, etc. Add attributes to some variables and
...
parameters that are unused under some configurations.
2020-05-20 09:31:55 -05:00
Allen Byrne
b44b3d136d
HDFFV-11011 correct issues with target file extension
2020-05-20 09:31:53 -05:00
kmu
27c618b91d
fix unused related warnings
2020-05-20 09:31:51 -05:00
Dana Robinson
0585e6fb34
Fixed stack and frame size warnings. Not complete, but fixes most of
...
the easier cases.
2020-05-20 09:31:50 -05:00
Dana Robinson
3e6a192e9c
Squashed commit of the token_refactoring branch:
2020-05-20 09:31:50 -05:00
Allen Byrne
6b106b2cab
HDFFV-11001 need to qualify all by parallel or serial types
2020-05-20 09:20:26 -05:00
Allen Byrne
6682c717e2
HDFFV-11001 Add fine control over testing
2020-05-20 09:20:26 -05:00
Allen Byrne
16245b0440
Update tools hid_t declarations with H5I_INVALID_HID
2020-05-20 09:20:26 -05:00
kmu
156bc312ed
fix test assert fail error
2020-05-20 09:20:25 -05:00
kmu
271bce5b10
remove unnecessary check macro
2020-05-20 09:20:25 -05:00
kmu
1d46e82317
fix intel compile warnings
2020-05-20 09:20:25 -05:00
kmu
fb8f955a73
Revert "fix warnings from Intel compiler"
...
This reverts commit 8b9338ab57 .
2020-05-20 09:20:24 -05:00
kmu
9d8fb46a2c
Revert "fix issues from previous PR comments"
...
This reverts commit d242a900f4 .
2020-05-20 09:20:24 -05:00
kmu
f2028c7568
Revert "using a different MACRO"
...
This reverts commit fc61b7a9f3 .
2020-05-20 09:20:24 -05:00
kmu
9a3a13cacb
using a different MACRO
2020-05-20 09:20:23 -05:00
kmu
bb53a566e8
fix issues from previous PR comments
2020-05-20 09:20:23 -05:00
kmu
6725222332
fix warnings from Intel compiler
2020-05-20 09:20:23 -05:00
Allen Byrne
8c43c2a955
Grep needs to search error file
2020-05-20 09:20:22 -05:00
Allen Byrne
f66d3366ce
grep for failure text in error stack
2020-05-20 09:20:22 -05:00
Allen Byrne
d486a9b27e
HDFFV-10980 - h5diff uses new ref APIs
2020-05-20 09:20:22 -05:00
Dana Robinson
e4f9ad3dbb
Yanked -Wc++-compat from the flags used to build the C library in both
...
the Autotools and CMake.
2020-05-20 09:20:18 -05:00
Allen Byrne
8972b96622
Update reference files and fix int as string
2020-05-20 09:20:18 -05:00
Allen Byrne
9e2bc84d64
Update to new error text
2020-05-20 09:20:18 -05:00
Allen Byrne
60bb18eee3
Update reference files to latest output
2020-05-20 09:20:18 -05:00
David Young
fe7965d38f
Don't use the bash-ism [[ ]]. Use the [ ], which is standard and
...
perfectly adequate in this case.
2020-01-13 11:22:34 -06:00
David Young
c8f533cfc3
Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1,
...
including the merge of `hdffv/hdf5/develop`, back to the branch that Vailin and
I share.
Now I need to put this branch on a fork with a less confusing name than
vchoi_fork!
2019-12-09 10:30:58 -06:00
Dana Robinson
8a4695ed59
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* commit '2618dc314b9e4875e6ece7ee8696846ac2d02183':
Remove extra unneeded
Remove libsettings from pregenerated block
CMake changes for SKIPPED and flush tests
Correct $withval usage in configure
HDFFV-10332 Adjust checks and generation of files
HDFFV-10332 Use pre-generated files
2018-09-24 17:52:56 -05:00
Allen Byrne
8d7bdb7041
CMake changes for SKIPPED and flush tests
2018-09-24 14:38:46 -05:00
Dana Robinson
a56b4db4ae
Remainder of vol_normalization changes (dataset, attribute, files, objects).
2018-09-24 12:23:41 -07:00
Dana Robinson
680cf4d946
Removed 'VOL' versions of FUNC_ENTER macros as well as empty functions
...
orginally intended to support the full SWMR feature.
2018-09-18 14:10:14 -07:00
Allen Byrne
14c060bbeb
Add missing test option
2018-07-24 14:15:32 -05:00
Allen Byrne
b14c8bdb1c
Add test file with unwritten datasets
2018-07-24 12:00:07 -05:00
Vailin Choi
92bf81a0fb
Changes based on feedback from pull request.
2018-07-12 18:25:49 -05:00
Vailin Choi
d1f8ac3312
Modifications made based on feedback from pull request.
2018-07-11 16:02:51 -05:00
Vailin Choi
cf38292064
Fix for HDFFV-10333:
...
1) Check for valid object header version for a refcount messge
2) Check for invalid fill value size
3) Check for invalid dimension size in a layout message
4) Add --enable-error-stack option to h5stat
5) Add error checks to h5stat.c
6) Add tests to h5stat and h5dump
2018-07-10 22:00:14 -05:00
Allen Byrne
37c27afde0
Fix MPI on Windows by adding MPI include folder
2018-05-09 14:29:44 -05:00
Allen Byrne
2347bffaa2
TRILABS-19 remove add_defintions and use generator expressions
2018-04-26 16:41:04 -05:00
Allen Byrne
6c82c49dd5
TRILABS-20 set a compiler name on all project commands
2018-04-20 10:11:55 -05:00
Allen Byrne
46f2a2a432
TRILABS-19 Initial conversion of include_directories to targets
2018-04-17 15:57:58 -05:00
Allen Byrne
db3d744f25
HDFFV-10444 fix soversion numbers for libraries
2018-04-10 08:55:17 -05:00
Quincey Koziol
f38864920d
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into merge_func_enter_vol
...
Plus initial steps toward merging API context push into FUNC_ENTER_API* macros
2018-03-18 18:36:49 -05:00
Quincey Koziol
4a17aff408
Add API context interface and use it throughout the library.
2018-03-15 16:54:30 -05:00
Allen Byrne
24c62ba7fe
Change CMake min to 3.10
2018-03-09 12:32:06 -06:00
Allen Byrne
b36bad53d9
Inc CMake min, Add new tests, rework test CMake files
2018-02-27 12:57:07 -06:00