Add HD to string functions.

Switched strtoul to strtoumax in H5FDs3comms.c.
Removed unused functions and variables in s3 and hdfs TestH5Pfapl*.java.
Update Copyright headers.
This commit is contained in:
Larry Knox
2019-07-26 11:56:03 -05:00
parent 8008294578
commit 094f14ef38
13 changed files with 99 additions and 521 deletions

View File

@@ -155,7 +155,7 @@ if (NOT WINDOWS)
endif ()
#-----------------------------------------------------------------------------
# Check if ROS3 driver works
# Check if ROS3 driver can be built
#-----------------------------------------------------------------------------
option (HDF5_ENABLE_ROS3_VFD "Build the ROS3 Virtual File Driver" OFF)
if (HDF5_ENABLE_ROS3_VFD)