Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | TRILAB-192 add c++ and fortran warnings build systems one file | Allen Byrne | 2020-04-05 | 1 | -0/+1 |
| | |||||
* | 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 | ||||
* | TRILAB-142 Change minimum CMake version to 3.12 | Allen Byrne | 2020-02-21 | 1 | -1/+1 |
| | |||||
* | HDFFV-11001 need to qualify all by parallel or serial types | Allen Byrne | 2020-01-15 | 1 | -1/+1 |
| | |||||
* | HDFFV-11001 Add fine control over testing | Allen Byrne | 2020-01-15 | 1 | -1/+3 |
| | |||||
* | 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 |
| | |||||
* | add test library | Allen Byrne | 2019-09-05 | 1 | -2/+2 |
| | |||||
* | Correct name and add mingw to 32bit toolchain | Allen Byrne | 2019-09-05 | 1 | -1/+1 |
| | |||||
* | Fix build for tools library test | Allen Byrne | 2019-09-05 | 2 | -12/+9 |
| | |||||
* | 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 |
| | |||||
* | Modify CMakeLists.txt file for renamed h5tools_test_utils files. | Larry Knox | 2019-07-26 | 1 | -1/+1 |
| | |||||
* | Add HD to string functions. | Larry Knox | 2019-07-26 | 2 | -14/+13 |
| | | | | | | Switched strtoul to strtoumax in H5FDs3comms.c. Removed unused functions and variables in s3 and hdfs TestH5Pfapl*.java. Update Copyright headers. | ||||
* | Squashed commit of the following: | Larry Knox | 2019-07-25 | 4 | -0/+1400 |
Merge changes from update_merged_S3_HDFS branch into develop. commit d5034315aea88629929ac0c9c59ebfafd5f21a31 Merge: 9c48823 d3fdcd8 Author: Larry Knox <lrknox@hdfgroup.org> Date: Thu Jul 25 08:24:53 2019 -0500 Merge branch 'develop' into update_merged_S3_HDFS |