summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Corrections for parallel I/O & tests.Quincey Koziol2018-03-215-75/+58
|
* Update handling of reporting for breaking collective I/O when the defaultQuincey Koziol2018-03-201-10/+14
| | | | DXPL is used.
* Update encoded DXPLs to reflect changes in properties.Quincey Koziol2018-03-208-0/+0
|
* Correct typo for error checking malloc return value.Quincey Koziol2018-03-201-1/+1
|
* Refactor H5CX code to reduce duplication.Quincey Koziol2018-03-201-684/+116
|
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-03-201-0/+10
|\ | | | | | | merge_func_enter_vol
| * 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
| |/
* | Cleanup API context function usage.Quincey Koziol2018-03-1954-1723/+687
| |
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-03-182-59/+92
|\ \ | |/ | | | | merge_func_enter_vol
| * 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 branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-03-18457-18927/+26272
|\ \ | |/ | | | | | | | | merge_func_enter_vol Plus initial steps toward merging API context push into FUNC_ENTER_API* macros
| * 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 #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 #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
| |/ /
| * | 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.