summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/develop' into merge_func_enter_volQuincey Koziol2018-03-294-20/+149
|\
| * Merge pull request #1001 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-03-282-2/+4
| |\ | | | | | | | | | | | | | | | * commit 'adfffd04b1fa01fa4e1e78c489dfb8c2c3d30ce6': Correct name of h5 hl compile script Add missing test file
| | * Correct name of h5 hl compile scriptAllen Byrne2018-03-281-2/+2
| | |
| | * Add missing test fileAllen Byrne2018-03-281-0/+2
| |/
| * Merge pull request #998 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-03-273-18/+145
| |\ | | | | | | | | | | | | | | | | | | * commit 'e1f937f14bbc38651bf72470d1c9f729437357e9': Add missing test which is in autotools Remove incorrect line Update unimplemented lists
| | * Add missing test which is in autotoolsAllen Byrne2018-03-271-0/+4
| | |
| | * Remove incorrect lineAllen Byrne2018-03-271-1/+0
| | |
| | * Update unimplemented listsAllen Byrne2018-03-261-17/+141
| |/
* | Expanded comments abuot H5CX_t fields.Quincey Koziol2018-03-291-12/+14
| |
* | Add an assert to verify that we don't write when between MPI_Barrier() callsQuincey Koziol2018-03-271-0/+3
| | | | | | | | during a flush.
* | Add comments for internal structs.Quincey Koziol2018-03-271-4/+44
| |
* | Merge remote-tracking branch 'origin/develop' into merge_func_enter_volQuincey Koziol2018-03-271-3/+5
|\ \ | |/
| * Merge pull request #992 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-03-231-3/+5
| |\ | | | | | | | | | | | | | | | * commit 'ef3e20d9880c7daf0d2ec68d261b94a6a6dbb642': Correct if block typo Correct VS version for readme
| | * Correct if block typoAllen Byrne2018-03-221-0/+1
| | |
| | * Correct VS version for readmeAllen Byrne2018-03-221-3/+4
| |/
* | Remove redundant 'is_collective' parameter from H5CX_set_loc.Quincey Koziol2018-03-2716-62/+58
| |
* | Correct typo in comment.Quincey Koziol2018-03-271-1/+1
| |
* | Revert some tangential code cleanups.Quincey Koziol2018-03-234-1/+469
| |
* | Merge remote-tracking branch 'origin/develop' into merge_func_enter_volQuincey Koziol2018-03-221-2/+2
|\ \ | |/
| * 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
| | * Couple fixes to the test routine for HDFFV-10425.Vailin Choi2018-03-211-2/+2
| | |
* | | Add API context source files to CMake configuration file.Quincey Koziol2018-03-211-2/+12
| | |
* | | Merge remote-tracking branch 'origin/develop' into merge_func_enter_volQuincey Koziol2018-03-212-0/+159
|\ \ \ | |/ /
| * | 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.
| | * Add test and release info for the fix to HDFFV-10425 test failure with ↵Vailin Choi2018-03-212-0/+159
| |/ | | | | | | H5DOwrite_chunk.
* | Merge remote-tracking branch 'origin/develop' into merge_func_enter_volQuincey Koziol2018-03-211-1/+1
|\ \ | |/
| * 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
| |/
* | 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
| | |