Jordan Henderson
9fe86bc51c
Add test to continually grow and shrink chunks
2018-06-04 13:49:42 -05:00
Jordan Henderson
e2c9f5a27a
Changes to test with checksum filter as well as deflate filter
2018-06-04 10:53:08 -05:00
Jordan Henderson
ee1ed5c064
Eliminate warning about signed to unsigned conversion
2018-05-17 11:17:05 -05:00
Jordan Henderson
eb53d09bb2
Remove unused local variable
...
Ensure frees are done in a more heap-fragmentation friendly order
2018-05-17 11:14:52 -05:00
Jordan Henderson
6e37dff71f
Fix bug in parallel reads of compressed data
...
Add remaining parallel compound dataset partial read tests
2018-05-17 11:07:23 -05:00
Jordan Henderson
2c8e6e6304
Add data verification to parallel filtered compound write tests
...
Add 3D parallel filtered partial read tests
2018-05-16 20:29:35 -05:00
Jordan Henderson
13f1790851
Add seven of fourteen parallel filtered data partial read tests
2018-05-15 14:12:32 -05:00
Allen Byrne
dcc66a4f15
Merge pull request #1049 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
...
* commit 'd6ea76ac002cd8483ba8a6aaf55bbce5ed552937':
GGC requires attribute before function
Correct COMPILE defs usage
Add missing module_dir property
2018-05-09 13:45:44 -05:00
Allen Byrne
d6ea76ac00
GGC requires attribute before function
2018-05-09 12:21:32 -05:00
Allen Byrne
f1a668a3b5
Correct COMPILE defs usage
2018-05-09 08:53:25 -05:00
Allen Byrne
4069936ee4
Add missing module_dir property
2018-05-09 08:44:45 -05:00
Allen Byrne
7aeebec946
Merge pull request #1047 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
...
* commit '0344785872020c4ef1de90cf57f286f1cf4ad2fc': (28 commits)
Text cleanup
Correct sentence punctuation.
Add release note.
Use set_property for MT flag
Correct command usage
Remove APPEND
Fix typo
Add missing test lib
add missing folder to path
Fix another command revert
Missed a command revert
Revert to old style for LINK_FLAGS gen expr not working
LINK_FLAGS must be separate property sets
Fix link flags syntax
Revert refactor link flags
refactor link flags to interface
Refactor link flags
Fix defs and additional MSVC items
TRILABS-19 fix syntax for windows
TRILABS-19 Link flags need - character
...
2018-05-08 16:50:29 -05:00
Allen Byrne
0344785872
Text cleanup
2018-05-08 15:51:39 -05:00
Allen Byrne
71ce885eec
Correct sentence punctuation.
2018-05-08 15:23:41 -05:00
Allen Byrne
ce61ff0954
Add release note.
2018-05-08 15:17:43 -05:00
Allen Byrne
4c4042121c
Use set_property for MT flag
2018-05-07 17:23:25 -05:00
Allen Byrne
424e2275bc
Correct command usage
2018-05-07 16:08:42 -05:00
Allen Byrne
6fcf4c9aeb
Remove APPEND
2018-05-03 15:41:50 -05:00
Allen Byrne
bae6ca856d
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* commit '0cc480d952e2e215f006fc172485fcbabc0f599f':
Yanked fragile java tests that check for exact line numbers and error text.
2018-05-03 14:02:36 -05:00
Dana Robinson
0cc480d952
Merge pull request #1044 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:remove_fragile_java_error_tests to develop
...
* commit '5ece75156847cee2c66eb8116f5e01bf75e2b998':
Yanked fragile java tests that check for exact line numbers and error text.
2018-05-03 12:41:35 -05:00
Allen Byrne
2316a6c927
Fix typo
2018-05-03 12:37:57 -05:00
Allen Byrne
5fefa587e5
Add missing test lib
2018-05-03 12:36:59 -05:00
Allen Byrne
9d13f3b1e1
add missing folder to path
2018-05-03 12:32:36 -05:00
Allen Byrne
ab971fafdd
Fix another command revert
2018-05-03 12:10:13 -05:00
Allen Byrne
866337babe
Missed a command revert
2018-05-03 12:03:46 -05:00
Allen Byrne
1d1333ed6b
Revert to old style for LINK_FLAGS gen expr not working
2018-05-03 11:57:30 -05:00
Allen Byrne
01a77cbfb1
LINK_FLAGS must be separate property sets
2018-05-03 10:44:57 -05:00
Allen Byrne
1ab0814a43
Fix link flags syntax
2018-05-03 09:28:54 -05:00
Allen Byrne
b73c0d2ab8
Revert refactor link flags
2018-05-02 16:33:35 -05:00
Allen Byrne
d906f2dcc5
refactor link flags to interface
2018-05-02 15:42:38 -05:00
Allen Byrne
d3a49988eb
Refactor link flags
2018-05-02 15:15:13 -05:00
Allen Byrne
0c77fbaeb9
Fix defs and additional MSVC items
2018-05-02 13:52:02 -05:00
Dana Robinson
5ece751568
Yanked fragile java tests that check for exact line numbers and
...
error text.
2018-05-02 10:38:57 -07:00
Allen Byrne
c6827191f9
TRILABS-19 fix syntax for windows
2018-05-02 12:19:30 -05:00
Allen Byrne
6dd91d206f
TRILABS-19 Link flags need - character
2018-05-02 10:04:14 -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
Allen Byrne
6fb94eb3a3
TRILABS-19 fix fortran link flags
2018-04-30 09:56:27 -05:00
Quincey Koziol
1f8cb03e11
Merge pull request #1041 in HDFFV/hdf5 from merge_hyperslab_updates to develop
...
* commit '4411bc27ac8842795c73d7a469273a8d831bb835':
Further minor cleanups
Checkpoint normalization against incoming hyperslab / selection / dataspace improvements.
2018-04-30 09:45:32 -05:00
Allen Byrne
76d0cc0ca9
TRILABS-19 Refactor fortran properties
2018-04-30 09:03:29 -05:00
Quincey Koziol
4411bc27ac
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into merge_hyperslab_updates
2018-04-29 03:05:18 -05:00
Quincey Koziol
01f196b31a
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into merge_hyperslab_updates
2018-04-29 03:04:21 -05:00
Quincey Koziol
5983bded19
Merge pull request #1040 in HDFFV/hdf5 from ~KOZIOL/hdf5:fix_make_check_repeat to develop
...
* commit '83e2ea681dd73e65c9b153385279b528cfdfe9df':
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-29 02:47:04 -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
80afe46e70
TRILABS-19 revert to previous method
2018-04-27 13:04:40 -05:00
Allen Byrne
120195e5aa
TRILABS-19 fix typos
2018-04-27 12:44:42 -05:00
Allen Byrne
a1cb2638f3
TRILABS-19 Fix missing angle char
2018-04-27 07:59:42 -05:00
Allen Byrne
61d818aeda
TRILABS-19 add mpi libs to utility programs
2018-04-26 17:19:20 -05:00
Allen Byrne
2347bffaa2
TRILABS-19 remove add_defintions and use generator expressions
2018-04-26 16:41:04 -05:00
Allen Byrne
bc9a773b99
TRILABS-20 Fix fortran configure during fix of CXX configure
2018-04-24 17:22:55 -05:00
Allen Byrne
b3c5284692
Merge pull request #1038 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
...
* commit 'f435ed67fa53ca35462a60f4025464465d7dc9d0':
TRILABS-20 set a compiler name on all project commands
TRILABS-19 All c code INCLUDE_DIRECTORIES converted
TRILABS-19 Initial conversion of include_directories to targets
2018-04-24 10:25:13 -05:00