Commit Graph

6 Commits

Author SHA1 Message Date
Dana Robinson
973360ae33 Brings tools VFD changes from hdf5_1_10 2020-08-25 08:21:43 -07:00
Larry Knox
3240248a8a Merge pull request #2828 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10
* commit 'fc3129a92e29b50dac3bd3d3777df13d970a017a':
  Revert H5_VERS_SUBRELEASE check
  Add special case when H5_VERS_SUBRELEASE is 0
  Condition if (H5_VERS_SUBRELEASE) is incorrectly false when H5_VERS_SUBRELEASE is 0, a valid value for H5_VERS_SUBRELEASE. Updated to if (${H5_VERS_SUBRELEASE} STREQUAL "") with corresponding reversal of action statements to avoid NOT.
  Add hypen to subrelease regex
  Add ifdef blocks to S3/HDFS test
2020-08-24 09:48:37 -05:00
Allen Byrne
099c7242fb Merge from dev of tools changes 2020-07-22 15:03:22 -05:00
Allen Byrne
467b5d565c Merge CMake and tools changes from develop 2020-02-27 16:54:52 -06:00
Allen Byrne
9ae37d08d9 fix for statement declare variable 2019-09-30 15:02:02 -05:00
Allen Byrne
aad17ae135 Add new tools lib test folder 2019-09-13 15:44:37 -05:00