Kimmy Mu
127f07d64a
Merge pull request #2071 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings to develop
...
* commit '0a2bb11b248df6841daabca3970df5d8504adfc7':
address problems from comments
fix and address comments
change according to previous comments
add missing piece
remove unnecessary check macro
fix intel compile warnings
Revert "fix warnings from Intel compiler"
Revert "fix warnings and some text alignment"
Revert "let hdf5 pick up the right compiler in Intel environment"
Revert "fix issues from previous PR comments"
Revert "using a different MACRO"
using a different MACRO
fix issues from previous PR comments
let hdf5 pick up the right compiler in Intel environment
fix warnings and some text alignment
fix warnings from Intel compiler
2020-01-06 12:17:10 -06:00
Allen Byrne
2fa314d8b3
Correct flaws in test scripts and files
2019-12-22 10:05:06 -06:00
Allen Byrne
b81802b71e
Add list to function arg
2019-12-21 17:36:55 -06:00
Allen Byrne
6d28cbe853
Test files for new ref types
2019-12-21 17:35:13 -06:00
Allen Byrne
9ff8fe6477
h5diff test script files
2019-12-21 14:45:12 -06:00
Allen Byrne
4be4a50fe0
Add ref changes to test script
2019-12-21 14:37:04 -06:00
Allen Byrne
628c63f125
HDFFV-10980 - h5diff uses new ref APIs
2019-12-19 16:29:43 -06:00
kmu
189935ff26
remove unnecessary check macro
2019-12-06 14:12:57 -06:00
kmu
132fa33dad
fix intel compile warnings
2019-12-03 20:52:55 -06:00
kmu
e0262c8bed
Revert "fix warnings from Intel compiler"
...
This reverts commit 8b9338ab57 .
2019-11-26 17:24:48 -06:00
kmu
2bb0f52edf
Revert "fix issues from previous PR comments"
...
This reverts commit d242a900f4 .
2019-11-26 17:23:58 -06:00
kmu
4c8a2f726a
Revert "using a different MACRO"
...
This reverts commit fc61b7a9f3 .
2019-11-26 17:23:34 -06:00
kmu
fc61b7a9f3
using a different MACRO
2019-11-25 15:17:55 -06:00
kmu
d242a900f4
fix issues from previous PR comments
2019-11-25 12:48:51 -06:00
kmu
8b9338ab57
fix warnings from Intel compiler
2019-11-07 14:34:13 -06:00
Allen Byrne
9affb7f12e
Fix MPI test depends
2019-10-23 14:49:05 -05:00
Jerome Soumagne
c13078a0ed
Make wrappers, tests and tools use H5Treclaim() instead of H5Dvlen_reclaim()
2019-10-08 14:30:24 -05:00
Allen Byrne
64e6665b54
Add HD prefix to tests
2019-08-15 16:46:15 -05:00
Allen Byrne
6a932198aa
HDFFV-10529 Update CMake tests to use test fixtures
2019-07-23 16:24:56 -05:00
Allen Byrne
95d3b41af0
HDFFV-10845 separate test used by copy windows files
2019-07-17 11:58:04 -05:00
Allen Byrne
0eb050d481
HDFFV-10845 mingw needs special windows reference files
2019-07-17 11:58:04 -05:00
Allen Byrne
f724e86727
HDFFV-10845 use of TARGETFILE disables auto emulator
2019-07-17 11:58:04 -05:00
Allen Byrne
468b130be3
Add lib dir for testing plugins
2019-06-21 13:46:46 -05:00
Allen Byrne
562cd7f3ab
Cleanup possible CMake target conflicts
2019-06-19 10:35:55 -05:00
Allen Byrne
e7f16c6f2c
HDFFV-10805 Add option to only build shared targets
...
HDFFV-10805 Add ONLY_SHARED_LIBS option and prefer shared over static
HDFFV-10803 Update FindSZIP.cmake find module
Remove unneeded modules and update java modules
2019-06-18 07:46:25 -05:00
Allen Byrne
122b63a5a2
HDFFV-10703 Update CMake commands to latest standard
2019-02-15 15:48:24 -06:00
Allen Byrne
6f71b2cdcf
Refactor mpi test names
2019-02-11 12:42:46 -06:00
Allen Byrne
d98faf5703
Rename parallel tests to start with PAR_
2019-02-11 11:09:43 -06:00
Allen Byrne
11b4c1f3af
HDFFV-10632 update autotools test scripts to match cmake
2018-12-06 12:48:39 -06:00
Allen Byrne
eb1b3f42c4
HDFFV=10632 test cleanup
2018-12-06 07:54:19 -06:00
Allen Byrne
e3e24a2989
HDFFV-10632 - split stderr and stdout in cmake
2018-12-03 09:35:59 -06:00
Dana Robinson
eb78fd8832
Develop normalization with vol_integration.
...
Mostly peripheral things like the tools and wrappers,
with just enough core library code to support that.
2018-09-18 22:57:37 -07:00
Allen Byrne
37c27afde0
Fix MPI on Windows by adding MPI include folder
2018-05-09 14:29:44 -05:00
Allen Byrne
fde2d1fe4a
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* commit '1f8cb03e11a46f853881f45dac18eff2dd68401e':
Fix errors in Makefile.am files that cause "make check" to repeat test, even when there are no changes to source files. (Also add a ggenerated script to the list of files cleaned up on 'make distclean')
Further minor cleanups
Checkpoint normalization against incoming hyperslab / selection / dataspace improvements.
2018-04-30 11:05:26 -05:00
Quincey Koziol
83e2ea681d
Fix errors in Makefile.am files that cause "make check" to repeat test, even
...
when there are no changes to source files. (Also add a ggenerated script
to the list of files cleaned up on 'make distclean')
2018-04-28 21:38:49 -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
bdde53eb3e
HDFFV-8745 remove obsolete files
2018-01-10 11:49:09 -06:00
Allen Byrne
7d13e53294
HDFFV-9745 Create test and files to verify fixes
2018-01-04 10:09:03 -06:00
Allen Byrne
0ec1e5eeee
HDFFV-8745 remove files from test scripts
2018-01-02 15:08:43 -06:00
Allen Byrne
ccf044135c
HDFFV-8745 remove obsolete files
2018-01-02 14:43:28 -06:00
Allen Byrne
5f4676f3c8
HDFFV-8745 - fix implementation of 8625
2018-01-02 14:39:45 -06:00
Dana Robinson
3a5e158191
Fixed the problems with LDFLAGS and AM_LDFLAGS in filter plugins.
2017-11-12 21:14:01 -08:00