Merge pull request #1106 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:1.8/master to 1.8/master* commit '664186b91d9198915baca4c6dca3f7b03695d316': (124 commits)
Commit HDF5 1.8.21 release version strings.
Update INSTALL and INSTALL_parallel files to remove references to ancient systems and add generic steps for building HDF5 on HPC clusters.
Update various INSTALL files for 1.8.21 release.
Add missing space and correct typo.
Modified a section for newly supported systems and c...1.8/masterhdf5-1_8_21
Merge pull request #1100 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8_21 to hdf5_1_8_21* commit '0db9e890a84d428a4b62a51fa73480cb54f915f4':
Update INSTALL and INSTALL_parallel files to remove references to ancient systems and add generic steps for building HDF5 on HPC clusters.
Update various INSTALL files for 1.8.21 release.
Merge pull request #1089 in HDFFV/hdf5 from ~EPOURMAL/hdf5_ep:hdf5_1_8_21 to hdf5_1_8_21* commit '75fa629988e996d7a1684c9b067603c8456b1c97':
Modified a section for newly supported systems and compilers (vs. 1.8.20 release); Brought edits for tools bug fixes from 1.10.2 RELEASE.txt as we agreed with Allen.
It is my test under Larry's guidance.
Modified a section for newly supported systems and compilers (vs. 1.8.20 release);Brought edits for tools bug fixes from 1.10.2 RELEASE.txt as we agreed with Allen.
Merge pull request #1083 in HDFFV/hdf5 from ~BMRIBLER/hdf5_8_21_bmr:hdf5_1_8_21 to hdf5_1_8_21* commit '04cacb385ad647476c06e138d84229445d480a3d':
Updated MANIFEST
Merge pull request #1079 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8_21 to hdf5_1_8_21* commit 'c6018f8c2ca124b45adbf6d2fc1089157204f212':
Switch default build mode to production. Update version to 1.8.21 in anticipation of release.
Merge pull request #1078 in HDFFV/hdf5 from ~BMRIBLER/hdf5_8_21_bmr:hdf5_1_8_21 to hdf5_1_8_21* commit '861934175ad997f629e72f163a60d4a4682f17a4':
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 some typos. Running "doxygen cpp_doc_config" successfully.
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.
Fixed some typos.
Running "doxygen cpp_doc_config" successfully.
Merge pull request #1073 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8_21 to hdf5_1_8_21* commit 'de5b5cc06ae9a0126ec7f6eb223d2cf1502255f7':
Add missing C++ entries to RELEASE.txt.
Merge pull request #1069 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8_21 to hdf5_1_8_21* commit 'ed4a205242bcf459877137d1c787464efb08f38a':
Update Windows test machines
Merge pull request #1065 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8_21 to hdf5_1_8_21* commit 'b0e84840e1e5bb286bc507d06d550711df498f02':
Fix soversion naming and update cmake scripts
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.