summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #990 in HDFFV/hdf5 from develop to hdf5_1_10Larry Knox2018-03-212-0/+159
|\ | | | | | | | | | | * commit 'e79f9a73feb1b18c52a1608336aff612d2732d5b': Couple fixes to the test routine for HDFFV-10425. Add test and release info for the fix to HDFFV-10425 test failure with H5DOwrite_chunk.
| * Merge pull request #988 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to ↵Vailin Choi2018-03-211-2/+2
| |\ | | | | | | | | | | | | | | | | | | develop * commit '67c8acdf17c74ae56d72e80c18c6491972909e30': Couple fixes to the test routine for HDFFV-10425.
| | * Merge branch 'develop' of ↵Vailin Choi2018-03-210-0/+0
| | |\ | | |/ | |/| | | | https://bitbucket.hdfgroup.org/scm/~vchoi/my_hdf5_fork into develop
| * | Merge pull request #987 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to ↵Vailin Choi2018-03-212-0/+159
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | develop * commit 'aa9e1aeea18a0eff050feac19596be6cad9a7c65': Add test and release info for the fix to HDFFV-10425 test failure with H5DOwrite_chunk.
| | | * Couple fixes to the test routine for HDFFV-10425.Vailin Choi2018-03-211-2/+2
| | |/
| | * Add test and release info for the fix to HDFFV-10425 test failure with ↵Vailin Choi2018-03-212-0/+159
| |/ | | | | | | H5DOwrite_chunk.
* | Merge pull request #983 in HDFFV/hdf5 from develop to hdf5_1_10Larry Knox2018-03-202-7/+44
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '6a1627f2967099039e11b9e86cf347f6482bdf3c': Fix for HDFFV-10425 test failure with H5DOwrite_chunk and latest format Fix date. Correct the date in RELEASE.txt for H5DOread_chunk. Add release info for H5DOread_chunk. Updated RELEASE.txt Description: Wrappers for H5Tencode and H5Tdecode No code change. Fixed HDFFV-10151 Description: Added a document to the HDF5 C++ API Reference Manual to show the mapping from a C API to C++ wrappers. Fix memory leak simply by capturing allocation in var Change max value Chnage values so test will fail when new latest is added Exception changed Exception type changed Correct constant var names Java constants for new lib verbounds values
| * Merge pull request #981 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to ↵Larry Knox2018-03-201-1/+1
| |\ | | | | | | | | | | | | | | | | | | develop * commit 'bdaacfd58b0b0e6082358d14cea7bb1f886c85f8': Fix for HDFFV-10425 test failure with H5DOwrite_chunk and latest format
| | * Fix for HDFFV-10425 test failure with H5DOwrite_chunk and latest formatVailin Choi2018-03-201-1/+1
| |/
| * Merge pull request #978 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2018-03-191-1/+1
| |\ | | | | | | | | | | | | * commit '85183a9fbb863b57edf404dc6bd92cd8b89c990e': Fix date.
| | * Fix date.lrknox2018-03-191-1/+1
| |/
| * Merge pull request #977 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to ↵Vailin Choi2018-03-191-0/+10
| |\ | | | | | | | | | | | | | | | | | | | | | develop * commit '1d0ad712e9f33ac30f42b88f0c523470a25c9545': Correct the date in RELEASE.txt for H5DOread_chunk. Add release info for H5DOread_chunk.
| | * Correct the date in RELEASE.txt for H5DOread_chunk.Vailin Choi2018-03-191-1/+1
| | |
| | * Add release info for H5DOread_chunk.Vailin Choi2018-03-191-0/+10
| |/
| * Merge pull request #973 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp3:develop ↵Larry Knox2018-03-171-6/+33
| |\ | | | | | | | | | | | | | | | | | | | | | to develop * commit '6fac268a7e1ee5b6d5314f40ac45630d9c67d873': Updated RELEASE.txt Description: Wrappers for H5Tencode and H5Tdecode No code change. Fixed HDFFV-10151 Description: Added a document to the HDF5 C++ API Reference Manual to show the mapping from a C API to C++ wrappers.
| | * Updated RELEASE.txtBinh-Minh Ribler2018-03-171-6/+27
| | | | | | | | | | | | | | | | | | Description: Wrappers for H5Tencode and H5Tdecode No code change.
| | * Fixed HDFFV-10151Binh-Minh Ribler2018-03-161-0/+6
| | | | | | | | | | | | | | | | | | Description: Added a document to the HDF5 C++ API Reference Manual to show the mapping from a C API to C++ wrappers.
| * | Merge pull request #972 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-03-161-53/+59
| |\ \ | | |/ | |/| | | | | | | * commit 'a32178ba9408ceffbb1656489703885d69fb5ed0': Fix memory leak simply by capturing allocation in var
| | * Fix memory leak simply by capturing allocation in varAllen Byrne2018-03-161-53/+59
| |/
| * Merge pull request #967 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-03-154-14/+26
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '57e468aba7ba66bba1f9a1736450ed4295a6c25d': Change max value Chnage values so test will fail when new latest is added Exception changed Exception type changed Correct constant var names Java constants for new lib verbounds values
| | * Change max valueAllen Byrne2018-03-151-1/+1
| | |
| | * Chnage values so test will fail when new latest is addedAllen Byrne2018-03-151-1/+1
| | |
| | * Exception changedAllen Byrne2018-03-151-1/+1
| | |
| | * Exception type changedAllen Byrne2018-03-151-1/+1
| | |
| | * Correct constant var namesAllen Byrne2018-03-151-4/+4
| | |
| | * Java constants for new lib verbounds valuesAllen Byrne2018-03-153-11/+23
| |/
* | Merge pull request #980 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10Allen Byrne2018-03-201-53/+59
|\ \ | | | | | | | | | | | | * commit 'e158ec4d1f50dbba16d3154ebec33472d482707c': Merge mem leak fix from develop
| * | Merge mem leak fix from developAllen Byrne2018-03-201-53/+59
|/ /
* | Merge pull request #969 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10Allen Byrne2018-03-154-14/+26
|\ \ | | | | | | | | | | | | * commit 'cc089dbb15d9562ff226f091cc3481013af2481e': Merge from develop
| * | Merge from developAllen Byrne2018-03-154-14/+26
|/ /
* | Merge pull request #965 in HDFFV/hdf5 from develop to hdf5_1_10Larry Knox2018-03-153-6/+13
|\ \ | |/ | | | | | | | | | | * commit '02a9433fa0aac34ae81ab5f0d5b97a7934881215': Add 2 parallel test files to CHECK-CLEANFILES so that if their tests fail before removing them, make check-clean will remove them. Fixed memory leak Description: Added LinkCreatPropList to initH5cpp to cleaning up resource at exit. Platforms tested: Linux/64 (jelly) Linux/ppc64 (ostrich) HDFFV-10412 add note for new H5error_on Java API
| * Merge pull request #964 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2018-03-151-1/+4
| |\ | | | | | | | | | | | | * commit '4b6d3193e1392b64b401e1b4de60a2b0ef586f23': Add 2 parallel test files to CHECK-CLEANFILES so that if their tests fail before removing them, make check-clean will remove them.
| | * Add 2 parallel test files to CHECK-CLEANFILES so that if their testslrknox2018-03-151-1/+4
| |/ | | | | | | fail before removing them, make check-clean will remove them.
| * Merge pull request #961 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp3:develop ↵Binh-Minh Ribler2018-03-151-0/+4
| |\ | | | | | | | | | | | | | | | | | | to develop * commit '9e6ee84e6bb0194ad4f046c49ed7936dbab234db': Fixed memory leak Description: Added LinkCreatPropList to initH5cpp to cleaning up resource at exit. Platforms tested: Linux/64 (jelly) Linux/ppc64 (ostrich)
| | * Merge branch 'develop' of ↵Binh-Minh Ribler2018-03-159-33/+239
| | |\ | | | | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_cpp3 into develop
| | * | Fixed memory leakBinh-Minh Ribler2018-03-151-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: Added LinkCreatPropList to initH5cpp to cleaning up resource at exit. Platforms tested: Linux/64 (jelly) Linux/ppc64 (ostrich)
| * | | Merge pull request #958 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-03-151-7/+15
| |\ \ \ | | |_|/ | |/| | | | | | | | | | * commit '6cbc1104197358b7f56830f5362b24fad5e96631': HDFFV-10412 add note for new H5error_on Java API
| | * | HDFFV-10412 add note for new H5error_on Java APIAllen Byrne2018-03-141-7/+15
| |/ /
* | | Merge pull request #962 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10Allen Byrne2018-03-151-0/+8
|\ \ \ | | | | | | | | | | | | | | | | * commit '5c3598db816979fc6bd930cfec842570bbdae665': HDFFV-10412 - Add note for new Java wrapper
| * | | HDFFV-10412 - Add note for new Java wrapperAllen Byrne2018-03-151-0/+8
|/ / /
* | | Merge pull request #960 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2018-03-149-20/+20
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit 'aa199c893fe5db9ef25c5ee026821333620c4c51': Updated version to 1.10.3-snap0
| * | | Updated version to 1.10.3-snap0lrknox2018-03-149-20/+20
|/ / /
* | | 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 ...