Allen Byrne
30c7264c2c
CMake and script changes for clang-format
2020-09-04 16:36:52 -05:00
Allen Byrne
336b300242
Add back function for VERIFY_EXTERNAL_CONSOLIDATION
2020-08-25 11:19:12 -05:00
Allen Byrne
7603d2c8be
HDFFV-9984 fix test logic
2020-08-14 16:39:40 -05:00
Allen Byrne
b196ddb4a8
HDFFV-9984 - correct name of ref files
2020-08-14 15:21:56 -05:00
Allen Byrne
a21ae8e56b
HDFFV-9984 add missing ref file
2020-08-14 13:45:57 -05:00
Allen Byrne
646872cb8e
HDFFV-9984 - add missing ref files
2020-08-14 13:45:31 -05:00
Allen Byrne
500d87fd1f
HDFFV-9984 Add options to merge/prune external links during repack
2020-08-14 12:16:58 -05:00
Dana Robinson
5ce2a17804
Removes staff email addresses from the repository
...
Removes redundant C library headers from hl library
2020-08-06 17:58:07 -07:00
Dana Robinson
a8676d74d9
Fixes for warnings in the tools code.
2020-04-25 16:49:04 -07:00
Quincey Koziol
9e5dbf6906
Trim trailing whitespace
2020-04-20 18:12:00 -05:00
Dana Robinson
28d2596f65
Changed identifiers and command-line options from "id" to "value" in tools
...
code to be in agreement with H5VL API terminology.
2020-04-14 04:31:01 -07:00
Dana Robinson
8e948aa7b7
Updated test ddl files so CMake passes after h5dump failures.
2020-04-06 15:19:55 -07:00
Jordan Henderson
a5a2fb4429
Skip testing of passthrough VOL connector in a Family File tools test
2020-04-03 14:29:10 -05:00
Jordan Henderson
fa087c3919
Update Tools library to be better compatible with VOL connectors
...
Modify h5repack to integrate with VOL connectors
Update tools library to accomodate VOL connectors
Update logic in h5tools_fopen for VOL connectors
Add command-line options to h5repack for specifying in/out VOL
connectors
Implement h5tools_set_vol_fapl
Fix library shutdown issue
Integrate ROS3 and HDFS VFDs into new h5tools_get_fapl() scheme
Avoid H5Ocopy in h5repack when using different VOL connectors
Update h5tools_test_utils.c for ROS3 and HDFS integration
2020-03-17 14:25:36 -05:00
Allen Byrne
f7212df030
HDFFV-11036 add file compare test process
2020-02-24 12:45:22 -06:00
Allen Byrne
666205a55f
TRILAB-142 Change minimum CMake version to 3.12
2020-02-21 16:16:06 -06:00
Allen Byrne
20c09524ea
Merge pull request #2319 in HDFFV/hdf5 from ~BYRN/hdf5_adb:bugfix/HDFFV-11011 to develop
...
* commit 'c8096118d5edd9f27ff0f6180a4dde4c10aafda7':
HDFFV-11011 - merge include list
HDFFV-11011 correct issues with target file extension
2020-01-29 13:12:14 -06:00
Kimmy Mu
71c050f837
Merge pull request #2311 in HDFFV/hdf5 from ~KMU/hdf5:misc to develop
...
* commit '406330addf45529ecdd088f4d22e9aab9a03661d':
rename macro
change condition
pick up from Dave's fix
leave Wswitch-default for later fix
fix Wredundant-decls, Wswitch-default, Wdeclaration-after-statement, Wsign-compare, Wmisleading-indentation, Wshadow
2020-01-28 13:28:26 -06:00
Allen Byrne
527aaa32b2
HDFFV-11011 correct issues with target file extension
2020-01-28 13:14:59 -06:00
kmu
5163a7e1cf
fix Wredundant-decls, Wswitch-default, Wdeclaration-after-statement, Wsign-compare, Wmisleading-indentation, Wshadow
2020-01-27 09:01:32 -06:00
Allen Byrne
87a8951fa0
Remove cmake macros from valgrind tests
2020-01-25 09:36:20 -06:00
kmu
838d4ec56b
squash cast warning fix
2020-01-23 15:12:00 -06:00
kmu
628d267162
merge and fix conflict
2020-01-19 08:09:44 -06:00
Allen Byrne
7022a3380c
HDFFV-11001 need to qualify all by parallel or serial types
2020-01-15 12:28:53 -06:00
Allen Byrne
a0ae5e9b89
HDFFV-11001 Add fine control over testing
2020-01-15 11:38:06 -06:00
kmu
d46ea2d08a
merge and fix conflicts
2020-01-14 11:28:27 -06:00
Allen Byrne
341600b4a6
Update tools hid_t declarations with H5I_INVALID_HID
2020-01-13 17:10:09 -06:00
kmu
9712fad601
fix unused related warnings
2020-01-13 13:20:19 -06:00
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
Jordan Henderson
1795aa660a
Clean up tools warnings introduced by H5TOOLS_ERR_INIT macro
2019-12-30 18:02:06 -06:00
kmu
45a62b2d46
fix and address comments
2019-12-11 10:44:56 -06:00
kmu
8b51394f38
Merge branch 'develop' into bugfix/intel_warnings
2019-12-09 09:18:56 -06:00
kmu
f22e258586
remove unsed var,function,macro, etc
2019-12-06 12:03:19 -06:00
Allen Byrne
e8ad5f6d1a
HDFFV-10876 Update dump to match DDL spec
2019-12-05 17:21:02 -06:00
kmu
132fa33dad
fix intel compile warnings
2019-12-03 20:52:55 -06:00
David Young
0108072f7a
Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings level and fixing some code.' (commit 5c911d8baf
)"
2019-11-27 11:26:02 -06:00
David Young
aa0f3cb1a8
Delete an unused variable.
2019-11-13 11:25:51 -06:00
Allen Byrne
685956cd4c
Update format and fix missing prefix
2019-10-21 09:38:37 -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
bc61159318
HDFFV-10919 merge synching
2019-10-02 15:13:37 -05:00
Allen Byrne
643d298823
HDFFV-10918 add tests for h5repack ext storage
2019-10-01 16:38:48 -05:00
Allen Byrne
b2f52d0b07
Update versioning to next major version
2019-09-25 17:28:17 -05:00
Larry Knox
b04e1ad058
Update develop branch version to 1.13.0 after creation of hdf5_1_12
...
branch.
2019-09-25 16:21:23 -05:00
Jacob Smith
9a388325eb
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5 into bugfix/repack_external_storage
2019-09-24 16:40:02 -05:00
Jacob Smith
4ecc50bc13
Update to current external file population.
2019-09-24 15:29:56 -05:00
Jacob Smith
35a9e9c50f
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5 into bugfix/repack_external_storage
2019-09-23 17:23:02 -05:00
Jacob Smith
aa797af31b
Refactor h5repackgentest to have more modular internals, for easier
...
addition of new tests.
Update manifest and test script for new hdf5 external-storage .h5 files.
2019-09-23 16:21:37 -05:00
Allen Byrne
3790ba38a1
HDFFV-10905 fix test scripts for no zlib
2019-09-17 14:38:26 -05:00
Allen Byrne
ba974c031d
OESS-29 Update HD prefix mostly
2019-08-24 14:07:33 -05:00
Allen Byrne
64e6665b54
Add HD prefix to tests
2019-08-15 16:46:15 -05:00