summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1106 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:1.8/master to ↵hdf5-1_8_21Larry Knox2018-06-07308-44713/+36323
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 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. Remove build directory which was unintentionally committed. Updated MANIFEST Switch default build mode to production. Update version to 1.8.21 in anticipation of release. 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. HDFFV-10473 fix HDFFV-10398 attribute location Add missing C++ entries to RELEASE.txt. pre1 release. Add missing RELEASE.txt entries for C++. Update Windows test machines Fix soversion naming and update cmake scripts Update version in RELEASE.txt. Correct merge errors from hdf5_1_8. Fixed typos Fixed typos Fixed typos ...
| * Merge branch 'hdf5_1_8_21' of ↵lrknox2018-06-07308-44713/+36323
| |\ |/ / | | | | https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into 1.8/master
| * Commit HDF5 1.8.21 release version strings.lrknox2018-06-062-2/+2
| |
| * Merge pull request #1100 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8_21 to ↵Larry Knox2018-06-045-149/+111
| |\ | | | | | | | | | | | | | | | | | | | | | 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.
| | * Update INSTALL and INSTALL_parallel files to remove references tolrknox2018-06-042-19/+14
| | | | | | | | | | | | ancient systems and add generic steps for building HDF5 on HPC clusters.
| | * Update various INSTALL files for 1.8.21 release.lrknox2018-06-035-138/+105
| |/
| * Add missing space and correct typo.lrknox2018-05-311-4/+4
| |
| * Merge pull request #1089 in HDFFV/hdf5 from ~EPOURMAL/hdf5_ep:hdf5_1_8_21 to ↵Larry Knox2018-05-311-7/+7
| |\ | | | | | | | | | | | | | | | | | | | | | 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 ↵Elena Pourmal2018-05-301-8/+7
| | | | | | | | | | | | | | | | | | 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.Elena Pourmal2018-05-301-0/+1
| |/
| * Remove build directory which was unintentionally committed.lrknox2018-05-252406-317270/+0
| |
| * Merge branch 'hdf5_1_8_21' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 ↵lrknox2018-05-2514-35363/+24342
| |\ | | | | | | | | | into hdf5_1_8_21
| | * Merge pull request #1083 in HDFFV/hdf5 from ↵Larry Knox2018-05-242-35294/+1
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | ~BMRIBLER/hdf5_8_21_bmr:hdf5_1_8_21 to hdf5_1_8_21 * commit '04cacb385ad647476c06e138d84229445d480a3d': Updated MANIFEST
| | | * Merge branch 'hdf5_1_8_21' of ↵Binh-Minh Ribler2018-05-247-22/+26
| | | |\ | | | |/ | | |/| | | | | https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_8_21_bmr into hdf5_1_8_21
| | * | Merge pull request #1079 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8_21 to ↵Larry Knox2018-05-237-22/+26
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_8_21 * commit 'c6018f8c2ca124b45adbf6d2fc1089157204f212': Switch default build mode to production. Update version to 1.8.21 in anticipation of release.
| | | * | Switch default build mode to production.lrknox2018-05-237-22/+26
| | |/ / | | | | | | | | | | | | Update version to 1.8.21 in anticipation of release.
| | * | Merge pull request #1078 in HDFFV/hdf5 from ↵Binh-Minh Ribler2018-05-234-21/+24278
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~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.
| | | | * Updated MANIFESTBinh-Minh Ribler2018-05-242-35294/+1
| | | |/
| | | * Fixed EED-319Binh-Minh Ribler2018-05-234-21/+24278
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | 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.
| | * Merge pull request #1076 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8_21 to ↵Allen Byrne2018-05-223-26/+37
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_8_21 * commit 'ca075ca546785aa4a6ea68603d8adcd40e05b40f': HDFFV-10473 fix HDFFV-10398 attribute location
| | | * HDFFV-10473 fix HDFFV-10398 attribute locationAllen Byrne2018-05-223-26/+37
| | |/
| | * Merge pull request #1073 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8_21 to ↵Larry Knox2018-05-221-45/+77
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_8_21 * commit 'de5b5cc06ae9a0126ec7f6eb223d2cf1502255f7': Add missing C++ entries to RELEASE.txt.
| | | * Add missing C++ entries to RELEASE.txt.lrknox2018-05-221-45/+77
| | |/
| * | pre1 release.lrknox2018-05-222408-2/+317272
| | |
| * | Add missing RELEASE.txt entries for C++.lrknox2018-05-221-45/+77
| |/
| * Merge pull request #1069 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8_21 to ↵Allen Byrne2018-05-161-9/+2
| |\ | | | | | | | | | | | | | | | | | | hdf5_1_8_21 * commit 'ed4a205242bcf459877137d1c787464efb08f38a': Update Windows test machines
| | * Update Windows test machinesAllen Byrne2018-05-161-9/+2
| |/
| * Merge pull request #1065 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8_21 to ↵Allen Byrne2018-05-163-7/+7
| |\ | | | | | | | | | | | | | | | | | | hdf5_1_8_21 * commit 'b0e84840e1e5bb286bc507d06d550711df498f02': Fix soversion naming and update cmake scripts
| | * Fix soversion naming and update cmake scriptsAllen Byrne2018-05-163-7/+7
| |/
| * Merge branch 'hdf5_1_8_21' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 ↵lrknox2018-05-151-10/+7
| |\ | | | | | | | | | into hdf5_1_8_21
| | * Merge pull request #1063 in HDFFV/hdf5 from ↵Binh-Minh Ribler2018-05-151-10/+7
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~BMRIBLER/hdf5_8_21_bmr:hdf5_1_8_21 to hdf5_1_8_21 * commit '3759814975e43229892f238e8451fb0ceea16095': Fixed typos Fixed typos
| | | * Fixed typosBinh-Minh Ribler2018-05-151-5/+0
| | | | | | | | | | | | | | | | | | | | Platforms tested: Linux/64 (jelly)
| | | * Fixed typosBinh-Minh Ribler2018-05-141-5/+7
| | |/ | | | | | | | | | | | | Platforms tested: Linux/64 (jelly)
| * | Update version in RELEASE.txt.lrknox2018-05-153-49/+296
| |/ | | | | | | Correct merge errors from hdf5_1_8.
| * Merge branch 'hdf5_1_8' into hdf5_1_8_21lrknox2018-05-1428-632/+1096
| |\ | | | | | | | | | | | | Somehow Binh-Minh's latest commits to the hdf5_1_8 branch were missed when the hdf5_1_8_21 branch was created.
| | * Merge pull request #1061 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_8_bmr:hdf5_1_8 ↵Binh-Minh Ribler2018-05-142-9/+14
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | to hdf5_1_8 * commit 'cc4bf0fd457439ee1a7e8e4b277e850649a7e25d': Fixed typos
| | | * Merge branch 'hdf5_1_8' of ↵Binh-Minh Ribler2018-05-1410-437/+112
| | | |\ | | | |/ | | |/| | | | | https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_1_8_bmr into hdf5_1_8
| | * | Reset RELEASE.txt in preparation for the next release.lrknox2018-05-131-336/+11
| | | |
| | * | Merge branch 'hdf5_1_8' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 ↵lrknox2018-05-1326-376/+1159
| | |\ \ | | | | | | | | | | | | | | | into hdf5_1_8
| | | * \ Merge pull request #1056 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_8_bmr:hdf5_1_8 ↵Binh-Minh Ribler2018-05-1226-376/+1159
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 for 1.8.21 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,...)
| | * | | | Updated support branch version number to 1.8.22lrknox2018-05-1310-101/+101
| | |/ / /
| | | | * Fixed typosBinh-Minh Ribler2018-05-142-9/+14
| | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: Fixed miscellaneous typos that caused warnings when generating the documents with doxygen. Platforms tested: Linux/64 (jelly) Darwin (osx1010test)
| | | * Code cleanupBinh-Minh Ribler2018-05-126-92/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 for 1.8.21Binh-Minh Ribler2018-05-121-2/+92
| | | |
| | | * Merge branch 'hdf5_1_8' of ↵Binh-Minh Ribler2018-05-1239-142/+256
| | | |\ | | | |/ | | |/| | | | | https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_1_8_bmr into hdf5_1_8
| | | * Added C++ wrappersBinh-Minh Ribler2018-05-1225-381/+1137
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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,...) void link(const H5std_string& curr_name, const hid_t same_loc,...) + H5Ldelete: modified existing functions to add 2nd argument // Removes the specified link from this location. void unlink(const char *link_name, const LinkAccPropList& lapl = LinkAccPropList::DEFAULT) void unlink(const H5std_string& link_name, const LinkAccPropList& lapl = LinkAccPropList::DEFAULT) + H5Lcopy: // Copy an object from a group of file to another. void copyLink(const char *src_name, const Group& dst,...) void copyLink(const H5std_string& src_name, const Group& dst,...) // Copy an object from a group of file to the same location. void copyLink(const char *src_name, const char *dst_name,...) void copyLink(const H5std_string& src_name,...) + H5Lmove: // Rename an object in a group or file to a new location. void moveLink(const char* src_name, const Group& dst,...) void moveLink(const H5std_string& src_name, const Group& dst,...) // Rename an object in a group or file to the same location. void moveLink(const char* src_name, const char* dst_name,...) void moveLink(const H5std_string& src_name,...) - Added using statements to H5::Group for functions that need to be be in both classes, H5Location and CommonFG, until they can be removed. - Removed H5A wrappers from H5Location as they've been in H5Object. - Clean up deprecated items and updated comments. Platforms tested: Linux/64 (jelly) Linux/64 (platypus) Darwin (osx1010test)
| * | | Update .so numbers in config/lt_verse.am.lrknox2018-05-147-49/+49
| | | |
| * | | Update version to 1.8.21-pre1lrknox2018-05-139-92/+92
| |/ /
| * | Merge pull request #1054 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_8 to ↵Dana Robinson2018-05-124-32/+52
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_8 * commit '2636f401ba236e99adda4cc50fb89bebbe0b73fd': Moved a fix for HDFFV-10358 (CVE-2017-17509) from develop to 1.8.
| | * | Moved a fix for HDFFV-10358 (CVE-2017-17509) from develop to 1.8.Dana Robinson2018-05-114-32/+52
| |/ / | | | | | | | | | | | | This was done manually due to the cache differences between 1.8 and develop.