Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create a new branch for the September Subfiling deliverable | Richard Warren | 2020-09-25 | 1 | -0/+4 |
| | |||||
* | Separated VFD and VOL parameters in tools. | Dana Robinson | 2020-04-21 | 1 | -5/+4 |
| | |||||
* | Fixed problems with S3 and HDFS VFDs. | Dana Robinson | 2020-04-17 | 1 | -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 include | Allen Byrne | 2020-04-03 | 1 | -0/+1 |
| | |||||
* | Minor renaming in the tools code. | Dana Robinson | 2020-03-31 | 1 | -5/+5 |
| | |||||
* | Update Tools library to be better compatible with VOL connectors | Jordan Henderson | 2020-03-17 | 1 | -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_HID | Allen Byrne | 2020-01-13 | 1 | -3/+3 |
| | |||||
* | fix for statement declare of type | Allen Byrne | 2019-09-30 | 1 | -1/+2 |
| | |||||
* | use h5test.h | Allen Byrne | 2019-09-05 | 1 | -33/+4 |
| | |||||
* | Untangle #ifdef mess in ROS3 code. | Dana Robinson | 2019-08-20 | 1 | -18/+18 |
| | |||||
* | Add HD prefix to tests | Allen Byrne | 2019-08-15 | 1 | -61/+60 |
| | |||||
* | Add HD to string functions. | Larry Knox | 2019-07-26 | 1 | -0/+1295 |
Switched strtoul to strtoumax in H5FDs3comms.c. Removed unused functions and variables in s3 and hdfs TestH5Pfapl*.java. Update Copyright headers. |