Merge pull request #1266 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8* commit '2931b5791c3788ed0ba91db0e5f0d823b502dcb4':
HDFFV-10570 add missing files to install
Merge pull request #1242 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8* commit 'bff04342f026d450cee1c1fc3a985233042cdec5':
HDFFV-10569 Update docs with unsupported options
Merge pull request #1151 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8* commit '396f955e363ebb9eea6f57c8e0156efd522c27b6':
Correct a few typos.
Update bin release to match develop changes.
Merge pull request #1107 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8* commit 'eea03401b0bef52c13b5435e1123c7c2d24eaa21':
Updated release_docs/HISTORY-1_8.txt file with contents of RELEASE.txt for 1.8.21.
Merge pull request #1099 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8* commit 'f9ab20eb547c08f46fd67f843ac50a733712b15f':
Update various INSTALL files before 1.8.21 release.
Merge pull request #1094 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_8_bmr:hdf5_1_8 to hdf5_1_8* commit '9724a8918eca91bd9a44b22361b76c4e80b86586':
Updated for C2Cppfunction_map.htm
Merge pull request #1080 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8* commit 'bc33afd0e4951dd5d267018a22278a848404040e':
Add comment to configure.ac regarding how to switch default build mode.
Merge pull request #1074 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8* commit 'fced5d9127d6d4cfe465b6dbdcbc21c8326040ea':
Correct attribute location
Merge pull request #1072 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_8_bmr:hdf5_1_8 to hdf5_1_8* commit 'e3b6b8d7bdf9eb3609a3b71a7e8d9d419de24a50':
Fixed EED-319 cont. Description: Updated document header file.
Fixed EED-319 Description: Added an html version for the C++ function mapping table and removed the single web page version. Updated cpp_doc_config to use the html file.
Fixed EED-319Description:
Added an html version for the C++ function mapping table and removed
the single web page version.
Updated cpp_doc_config to use the html file.
Merge pull request #1068 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8* commit '38f9f3c4ea3cd1d2db90e9db141c350843c8ca26':
Update Windows test machines
Merge pull request #1061 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_8_bmr:hdf5_1_8 to hdf5_1_8* commit 'cc4bf0fd457439ee1a7e8e4b277e850649a7e25d':
Fixed typos
Fixed typosDescription:
Fixed miscellaneous typos that caused warnings when generating the
documents with doxygen.
Platforms tested:
Linux/64 (jelly)
Darwin (osx1010test)
Merge pull request #1056 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_8_bmr:hdf5_1_8 to hdf5_1_8* commit 'e5b337dd881b60a5300675f6b30ca3429020acbe':
Code cleanup Description: The function getNumAttrs should be in H5Location so that when an attribute is the location, the function will get the number of attributes belong to the object, which the invoking attribute is attached to. Platforms tested: Linux/64 (jelly) Linux/64 (platypus) Darwin (osx1010test)
Updated ...
Code cleanupDescription:
The function getNumAttrs should be in H5Location so that when an
attribute is the location, the function will get the number of attributes
belong to the object, which the invoking attribute is attached to.
Platforms tested:
Linux/64 (jelly)
Linux/64 (platypus)
Darwin (osx1010test)
Added C++ wrappers Description: - Added the following wrappers to class H5::H5Location: + H5Lcreate_soft: changed name from newLink to link // Creates a soft link from link_name to target_name. void link(const char *target_name, const char *link_name,...) void link(const H5std_string& target_name,...) + H5Lcreate_hard: changed name from newLink to link
// Creates a hard link from new_name to curr_name.
void link(const char *curr_name, const Group& new_loc,...)
void link(const H5std_string& curr_name, const Group& new_loc,...)
// Creates a hard link from new_name to curr_name in same location.
void link(const char *curr_name, const hid_t same_loc...
Merge pull request #1054 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_8 to hdf5_1_8* commit '2636f401ba236e99adda4cc50fb89bebbe0b73fd':
Moved a fix for HDFFV-10358 (CVE-2017-17509) from develop to 1.8.
Merge pull request #1053 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8* commit '878537c9cb639e84ae67c65729620cee541c253b':
Added a "won't fix" RELEASE.txt entry for HDFFV-10356.
Fix for HDFFV-10357 (CVE-2017-17508).