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
Allen Byrne
6ca95c512a
HDFFV-10385 rework java names
2018-01-17 10:27:00 -06:00
Allen Byrne
2a1a2c5993
HDDFV-10361 combine duplicated prefix utility functions
2018-01-05 11:45:44 -06:00
Allen Byrne
9a477bef3a
HDFFV-9724 add valgrind ENV
2017-12-29 13:13:30 -06:00
Allen Byrne
bd34c9e455
HDFFV-9724 Corrected files and verified tests
2017-12-28 16:49:50 -06:00
lrknox
86d8a4c267
Revert "Merge pull request #826 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop"
...
This reverts commit b1223dd653 , reversing
changes made to b25f123f5f .
2017-12-22 12:28:24 -06:00
Allen Byrne
4da73f893a
Add h5dump VDS prefix tests
2017-12-13 14:29:22 -06:00
Dana Robinson
3b17287368
Brings H5Z and H5PL packages in sync with VOL integration branch.
2017-11-17 15:21:49 -08:00
Dana Robinson
3a5e158191
Fixed the problems with LDFLAGS and AM_LDFLAGS in filter plugins.
2017-11-12 21:14:01 -08:00
Dana Robinson
00ade113c5
Plugin test rework
...
Cleanup of plugin test code. Renames many files. Prep for VOL branch merge.
2017-11-08 17:52:44 -08:00
lrknox
726d7d3af5
Add "-rpath /nowhere" to *_la_LDFLAGS for plugin test libraries. This
...
allows them to be successfully linked but not installed. The change was
added for the HDF5 1.8.20 release, but is also needed for all other HDF5
branches.
2017-10-09 15:33:09 -05:00
Allen Byrne
a49372724c
Fix other test name typos
2017-10-05 08:55:58 -05:00
Allen Byrne
82986dba72
Fix typo in valgrind test name
2017-10-05 08:51:32 -05:00
Allen Byrne
467f30c410
Cleanup cmake clean macros
2017-10-03 14:14:53 -05:00
Allen Byrne
4f9e47650a
Fix STREQUAL if commands.
2017-10-02 12:39:15 -05:00