summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #957 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2018-03-141-3/+43
|\ | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit '82f0bd089c5288222ac09fc0c0d02f546e72b07b': Revised RELEASE.txt. Resolve merge conlicts in RELEASE.txt. Add info to release notes for: (1) library version bounds (2) HDFFV-10360 (h5clear) (3) HDFFV-10209 (VDS SWMR test failure) HDFFV-10412 add error on function for Java
| * Merge branch 'hdf5_1_10' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 ↵lrknox2018-03-142-6/+2
| |\ | |/ |/| | | | | | | into hdf5_1_10 Resolved RELEASE.txt conflicts.
* | Merge pull request #952 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10Allen Byrne2018-03-146-19/+45
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit '970857cc91cb82573110fe989053a334bcfb4c89': Remove duplication HDFFV-10412 add complemnt to java error_off Correct cutnpaste Merge changes from develop Merge 10414, 10292, VFD fix from develop
| * | Remove duplicationAllen Byrne2018-03-141-14/+2
| | |
| * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2018-03-1496-256/+1366
| |\ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'f30873136be7cb444166d019c57d3508ff79fc76': Rework new tests into one macro Added a "won't fix" RELEASE.txt entry for HDFFV-10356. Fix CMake test names Fixed typo Add release note for HDFFFV-10397. Added a fix for HDFFV-10358. Fixed documentation Description: - Updated the description of copy constructor for clarification. - Removed unnecessary comments. Platforms tested: Linux/64 (jelly) Enhancement to the tool h5clear (HDFFV-10360) Fix for HDFFV-10209 VDS SWMR test failure Free the object header when there are chksum retries.
| * | HDFFV-10412 add complemnt to java error_offAllen Byrne2018-03-134-1/+37
| | |
| * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2018-03-133-26/+29
| |\ \ | | | | | | | | | | | | | | | | | | | | * commit '8a77c7a3e4cd49cc0de824476b04b4926582e1ed': Remove obsolete files HDFFV-10418 adjust build commands to match main library build
| * \ \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2018-03-12253-9104/+13475
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'cf110b33c825f15e8a101b5772d15ec282ff85bf': (105 commits) Unify the test (t_bigio.c) between hdf5_1_10 and develop Remove comparison to NULL for variables to be freed. Add HDfree of vector, matrix_out and matrix_out1 previously HDmalloced in coll_write_test(). merged from develop merged from develop removed duplicate code Code improvement Description: - Removed memory leaks caused by accidentally invoking p_get_member_type - Added the call to test_lcpl, missed previously Platforms tested: Linux/64 (jelly) Linux/ppc64 (ostrich) Darwin (osx1010test) Updated RELEASE.txt Description: - Wrappers for H5Lcreate_soft, H5Lcreate_hard, H5Lcopy, H5Lmove, H5Ldelete, and H5Lget_info - Class LinkCreatPropList - Fixed typo in source file Platforms tested: Linux/64 (jelly) Updated for H5LcreatProp.[h,cpp] Updated MANIFEST for H5LcreatProp.[h,cpp] HDFFV-10149 continued Description: - Moved the new wrappers committed on Mar 9: 43158f3bb352f374c31556a5d0dc463a09e0b32e to H5Location and renamed some of them for overloading. This is because the loc_id in the C APIs can be file, group, dataset, named datatype, and attribute. Previous implementation was wrong following some inaccurate C API reference manual. Re-factor coding for H5P/Sencode with libver bounds. Removed commented out code from H5FDmpio.c, H5FDprivate.h and H5Fint.c Upated cpp doc. Added C++ wrappers - HDFFV-10149 Description: Added the following wrappers to class H5::Group: + H5Lcreate_soft: // Creates a soft link from link_name to target_name. void newLink(const char *target_name, const char *link_name,...) void newLink(const H5std_string& target_name,...) Improve code Description: Added notes and changed argument to H5Fcreate to clarify the latest situation Platforms tested: Linux/64 (jelly) Resolve compilation errors. Add release note Remove obsolete comments Change CMake min to 3.10 ...
| * | | | Correct cutnpasteAllen Byrne2018-03-071-4/+0
| | | | |
| * | | | Merge changes from developAllen Byrne2018-03-076-347/+391
| | | | |
| * | | | Merge 10414, 10292, VFD fix from developAllen Byrne2018-03-065-4/+27
| | | | |
| | | | * Revised RELEASE.txt.lrknox2018-03-141-19/+21
| | | | |
| | | | * Merge commit '7f0650336191d0437d98edf1e0dc5d60da7051f6' into hdf5_1_10lrknox2018-03-144-1/+37
| | | | |\
| | | | | * Merge pull request #953 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to ↵Larry Knox2018-03-141-0/+38
| | | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop * commit '0d5c1153f1e8b55784512a3cb722bda94e1b2080': Add info to release notes for: (1) library version bounds (2) HDFFV-10360 (h5clear) (3) HDFFV-10209 (VDS SWMR test failure)
| | | | | | * Add info to release notes for:Vailin Choi2018-03-141-0/+38
| | | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (1) library version bounds (2) HDFFV-10360 (h5clear) (3) HDFFV-10209 (VDS SWMR test failure)
| | | | | * Merge pull request #951 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-03-144-1/+37
| | | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'b5867a05a7adf5d1c89721bf42a5bbaddb47dbd9': HDFFV-10412 add error on function for Java
| | | | | | * HDFFV-10412 add error on function for JavaAllen Byrne2018-03-134-1/+37
| | | | | |/
| | | | * | Resolve merge conlicts in RELEASE.txt.lrknox2018-03-141-6/+38
| |_|_|/ / |/| | | |
* | | | | Merge pull request #943 in HDFFV/hdf5 from develop to hdf5_1_10Larry Knox2018-03-1396-256/+1366
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '9247388c3d14510341ea3f07847ce2cbb6e44a8e': Rework new tests into one macro Added a "won't fix" RELEASE.txt entry for HDFFV-10356. Fix CMake test names Fixed typo Add release note for HDFFFV-10397. Added a fix for HDFFV-10358. Fixed documentation Description: - Updated the description of copy constructor for clarification. - Removed unnecessary comments. Platforms tested: Linux/64 (jelly) Enhancement to the tool h5clear (HDFFV-10360) Fix for HDFFV-10209 VDS SWMR test failure Free the object header when there are chksum retries.
| * | | Merge pull request #948 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to developDana Robinson2018-03-131-0/+20
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * commit '5c2473a01e8ece7f77836afef885cffed2638970': Added a "won't fix" RELEASE.txt entry for HDFFV-10356.
| | * | | Added a "won't fix" RELEASE.txt entry for HDFFV-10356.Dana Robinson2018-03-131-0/+20
| | | | |
| * | | | Merge pull request #949 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-03-131-27/+114
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | * commit '6287bac6e5916d69f1df3f3907f2c530c8ba5ada': Rework new tests into one macro Fix CMake test names
| | * | | Rework new tests into one macroAllen Byrne2018-03-131-25/+112
| | | | |
| | * | | Fix CMake test namesAllen Byrne2018-03-131-6/+6
| |/ / /
| * | | Merge pull request #945 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdffv_10358 to ↵Dana Robinson2018-03-134-4/+25
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop * commit 'b877534a330a201e3b5c51d97daa8e01a5c1cd3a': Added a fix for HDFFV-10358.
| | * | | Added a fix for HDFFV-10358.Dana Robinson2018-03-134-4/+25
| | | | |
| * | | | Merge pull request #947 in HDFFV/hdf5 from ↵Larry Knox2018-03-131-1/+5
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~LRKNOX/hdf5_lrk:HDFFV-10397-testphdf5-has-some-memory-leaks to develop * commit '86890ac84ba74a437f87d98e7d7931dccc0fe856': Add release note for HDFFFV-10397.
| | * | | | Add release note for HDFFFV-10397.lrknox2018-03-131-1/+5
| | | | | |
| * | | | | Merge pull request #946 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp3:develop ↵Binh-Minh Ribler2018-03-1352-146/+81
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to develop * commit '19d54162ce7e43f04572b7cea12695df11ba7bea': Fixed typo Fixed documentation Description: - Updated the description of copy constructor for clarification. - Removed unnecessary comments. Platforms tested: Linux/64 (jelly)
| | * | | | | Fixed typoBinh-Minh Ribler2018-03-131-1/+1
| | | | | | |
| | * | | | | Merge branch 'develop' of ↵Binh-Minh Ribler2018-03-13128-2159/+1582
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_cpp3 into develop
| * | | | | | Merge pull request #931 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to ↵Vailin Choi2018-03-1241-105/+1148
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop * commit 'f08b8fa10e7bac5ae26e3b06f938d38ebb3f28e1': Enhancement to the tool h5clear (HDFFV-10360) Fix for HDFFV-10209 VDS SWMR test failure Free the object header when there are chksum retries.
| | * | | | | | Enhancement to the tool h5clear (HDFFV-10360)Vailin Choi2018-03-1238-98/+1114
| | | | | | | |
| | * | | | | | Fix for HDFFV-10209 VDS SWMR test failureVailin Choi2018-03-093-7/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Free the object header when there are chksum retries.
| | | * | | | | Fixed documentationBinh-Minh Ribler2018-03-1352-146/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: - Updated the description of copy constructor for clarification. - Removed unnecessary comments. Platforms tested: Linux/64 (jelly)
* | | | | | | | Merge pull request #942 in HDFFV/hdf5 from develop to hdf5_1_10Scot Breitenfeld2018-03-123-26/+29
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | / | |_|_|_|_|_|/ |/| | | | | | | | | | | | | * commit '612fefc435a9bc07ada6a380a54878f1cf71ae09': Remove obsolete files HDFFV-10418 adjust build commands to match main library build
| * | | | | | Merge pull request #940 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-03-123-26/+29
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '2adf6c741fcd984a3067373e03023e71a8d721a9': Remove obsolete files HDFFV-10418 adjust build commands to match main library build
| | * | | | | | Remove obsolete filesAllen Byrne2018-03-121-7/+0
| | | | | | | |
| | * | | | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-03-1231-448/+975
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '64565f9771a50138e77a806d7ab330e3919c1847': Code improvement Description: - Removed memory leaks caused by accidentally invoking p_get_member_type - Added the call to test_lcpl, missed previously Platforms tested: Linux/64 (jelly) Linux/ppc64 (ostrich) Darwin (osx1010test) Updated RELEASE.txt Description: - Wrappers for H5Lcreate_soft, H5Lcreate_hard, H5Lcopy, H5Lmove, H5Ldelete, and H5Lget_info - Class LinkCreatPropList - Fixed typo in source file Platforms tested: Linux/64 (jelly) Updated for H5LcreatProp.[h,cpp] Updated MANIFEST for H5LcreatProp.[h,cpp] HDFFV-10149 continued Description: - Moved the new wrappers committed on Mar 9: 43158f3bb352f374c31556a5d0dc463a09e0b32e to H5Location and renamed some of them for overloading. This is because the loc_id in the C APIs can be file, group, dataset, named datatype, and attribute. Previous implementation was wrong following some inaccurate C API reference manual. Improve code Description: Added notes and changed argument to H5Fcreate to clarify the latest situation Platforms tested: Linux/64 (jelly)
| | * | | | | | | HDFFV-10418 adjust build commands to match main library buildAllen Byrne2018-03-122-19/+29
| | | |_|_|_|/ / | | |/| | | | |
* | | | | | | | Merge pull request #934 in HDFFV/hdf5 from hdf5_1_10_merge to hdf5_1_10Scot Breitenfeld2018-03-12258-9449/+13881
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'aaff21ff4cef6ffe364ae62e09e5da52a90b77c2': (105 commits) Unify the test (t_bigio.c) between hdf5_1_10 and develop Remove comparison to NULL for variables to be freed. Add HDfree of vector, matrix_out and matrix_out1 previously HDmalloced in coll_write_test(). merged from develop merged from develop removed duplicate code Code improvement Description: - Removed memory leaks caused by accidentally invoking p_get_member_type - Added the call to test_lcpl, missed previously Platforms tested: Linux/64 (jelly) Linux/ppc64 (ostrich) Darwin (osx1010test) Updated RELEASE.txt Description: - Wrappers for H5Lcreate_soft, H5Lcreate_hard, H5Lcopy, H5Lmove, H5Ldelete, and H5Lget_info - Class LinkCreatPropList - Fixed typo in source file Platforms tested: Linux/64 (jelly) Updated for H5LcreatProp.[h,cpp] Updated MANIFEST for H5LcreatProp.[h,cpp] HDFFV-10149 continued Description: - Moved the new wrappers committed on Mar 9: 43158f3bb352f374c31556a5d0dc463a09e0b32e to H5Location and renamed some of them for overloading. This is because the loc_id in the C APIs can be file, group, dataset, named datatype, and attribute. Previous implementation was wrong following some inaccurate C API reference manual. Re-factor coding for H5P/Sencode with libver bounds. Removed commented out code from H5FDmpio.c, H5FDprivate.h and H5Fint.c Upated cpp doc. Added C++ wrappers - HDFFV-10149 Description: Added the following wrappers to class H5::Group: + H5Lcreate_soft: // Creates a soft link from link_name to target_name. void newLink(const char *target_name, const char *link_name,...) void newLink(const H5std_string& target_name,...) Improve code Description: Added notes and changed argument to H5Fcreate to clarify the latest situation Platforms tested: Linux/64 (jelly) Resolve compilation errors. Add release note Remove obsolete comments Change CMake min to 3.10 ...
| * | | | | | | Merge branch 'develop' into hdf5_1_10_mergeM. Scot Breitenfeld2018-03-124-23/+150
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge pull request #941 in HDFFV/hdf5 from t_bigio_develop to developRichard Warren2018-03-121-316/+79
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '1a3beaadce81ad257d186c9dca8906577cce58b0': Unify the test (t_bigio.c) between hdf5_1_10 and develop
| | | * | | | | | Unify the test (t_bigio.c) between hdf5_1_10 and developRichard Warren2018-03-121-316/+79
| | |/ / / / / /
| | * | | | | | Merge pull request #939 in HDFFV/hdf5 from ↵Larry Knox2018-03-121-1/+8
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~LRKNOX/hdf5_lrk:HDFFV-10397-testphdf5-has-some-memory-leaks to develop * commit '5d7c18fcfc14a53f4d6321460463357fbda61f4b': Remove comparison to NULL for variables to be freed. Add HDfree of vector, matrix_out and matrix_out1 previously HDmalloced in coll_write_test().
| | | * | | | | Remove comparison to NULL for variables to be freed.lrknox2018-03-121-3/+3
| | | | | | | |
| | | * | | | | Add HDfree of vector, matrix_out and matrix_out1 previously HDmallocedlrknox2018-03-121-1/+8
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | in coll_write_test().
| | * | | | | Merge pull request #938 in HDFFV/hdf5 from avoid_trunc_beta to developScot Breitenfeld2018-03-123-22/+142
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | * commit '4823abf3ee0d9df1c3f23ae7e36ce4d1d146afd6': Removed commented out code from H5FDmpio.c, H5FDprivate.h and H5Fint.c Optimized version of avoid truncate patch.
| | | * | | | Removed commented out code from H5FDmpio.c, H5FDprivate.h and H5Fint.cmainzer2018-03-123-92/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested parallel (debug and production) and serial (production)
| | | * | | | Merge branch 'develop' into avoid_trunc_betaM. Scot Breitenfeld2018-03-052-0/+20
| | | |\ \ \ \