summaryrefslogtreecommitdiffstats
path: root/tools/libtest/h5tools_test_utils.c
Commit message (Collapse)AuthorAgeFilesLines
* Pre-format fixes for warnings as errorsAllen Byrne2020-09-291-0/+2
|
* Fix S3/HDFS testAllen Byrne2020-08-231-0/+4
|
* Separated VFD and VOL parameters in tools.Dana Robinson2020-04-211-5/+4
|
* Fixed problems with S3 and HDFS VFDs.Dana Robinson2020-04-171-1/+1
| | | | | | * Updated info struct parameter to correct info_string * Fixed Makefile.am where the S3 VFD was listed twice, causing duplicated symbols errors.
* Add missing header includeAllen Byrne2020-04-031-0/+1
|
* Minor renaming in the tools code.Dana Robinson2020-03-311-5/+5
|
* Update Tools library to be better compatible with VOL connectorsJordan Henderson2020-03-171-7/+11
| | | | | | | | | | | | | | | | | | | | | 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
* Update tools hid_t declarations with H5I_INVALID_HIDAllen Byrne2020-01-131-3/+3
|
* fix for statement declare of typeAllen Byrne2019-09-301-1/+2
|
* use h5test.hAllen Byrne2019-09-051-33/+4
|
* Untangle #ifdef mess in ROS3 code.Dana Robinson2019-08-201-18/+18
|
* Add HD prefix to testsAllen Byrne2019-08-151-61/+60
|
* Add HD to string functions.Larry Knox2019-07-261-0/+1295
Switched strtoul to strtoumax in H5FDs3comms.c. Removed unused functions and variables in s3 and hdfs TestH5Pfapl*.java. Update Copyright headers.