summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #991 in HDFFV/hdf5 from merge_func_enter_vol to developQuincey Koziol2018-04-05331-20748/+23400
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit API context and related changes * commit '01a783dbee8160641a5a682f2116ffbd1ac123fe': Correct errors with non-"instrumented library" builds (production & parallel, generally speaking). Update java error stack tests Revert using H5MF_sect_small_can_shrink and H5MF_sect_small_shrink for the file's free space manager (and add a comment about them). Add comment for the file flush when the file low / high bounds are changed after a file is open. Expanded comments abuot H5CX_t fields. Add an assert to verify that we don't write when between MPI_Barrier() calls during a flush. Add comments for internal structs. Remove redundant 'is_collective' parameter from H5CX_set_loc. Correct typo in comment. Revert some tangential code cleanups. Add API context source files to CMake configuration file. Corrections for parallel I/O & tests. Update handling of reporting for breaking collective I/O when the default DXPL is used. Update encoded DXPLs to reflect changes in properties. Correct typo for error checking malloc return value. Refactor H5CX code to reduce duplication. Cleanup API context function usage. Add API context interface and use it throughout the library.
| * Merge pull request #1015 in HDFFV/hdf5 from ↵Allen Byrne2018-04-053-43/+49
| |\ | | | | | | | | | | | | | | | | | | ~BYRN/hdf5_adb:merge_func_enter_vol to merge_func_enter_vol * commit '8c9661ce4d42090fb12c26bedc01af9ecc10b8e2': Update java error stack tests
| | * Update java error stack testsAllen Byrne2018-04-033-43/+49
| | |
| * | Merge remote-tracking branch 'origin/develop' into merge_func_enter_volQuincey Koziol2018-04-055-981/+1452
| |\ \ | |/ / |/| |
* | | Merge pull request #1017 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2018-04-045-981/+1452
|\ \ \ | | | | | | | | | | | | | | | | * commit 'fa0d7aec1030567f3daa5bd433c86f4dc326cb89': Update RELEASE.txt, HISTORY-1_10.txt and INSTALL files with changes from HDF5-1.10.2 release.
| * | | Update RELEASE.txt, HISTORY-1_10.txt and INSTALL files with changes fromlrknox2018-04-035-981/+1452
|/ / / | | | | | | | | | HDF5-1.10.2 release.
| * | Correct errors with non-"instrumented library" builds (production & parallel,Quincey Koziol2018-04-052-0/+8
| |/ | | | | | | generally speaking).
| * Revert using H5MF_sect_small_can_shrink and H5MF_sect_small_shrink for theQuincey Koziol2018-04-021-2/+14
| | | | | | | | file's free space manager (and add a comment about them).
| * Add comment for the file flush when the file low / high bounds are changedQuincey Koziol2018-04-011-0/+19
| | | | | | | | after a file is open.
| * Merge remote-tracking branch 'origin/develop' into merge_func_enter_volQuincey Koziol2018-04-014-133/+171
| |\ | |/ |/|
* | Merge pull request #1013 in HDFFV/hdf5 from ↵Dana Robinson2018-03-303-248/+334
|\ \ | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:vol_normalization to develop * commit 'b8f56d22dfd754715d10accc5997fe923bdb7593': Created internal functions for a couple of H5F calls.
| * | Created internal functions for a couple of H5F calls.Dana Robinson2018-03-303-248/+334
|/ /
| * Merge remote-tracking branch 'origin/develop' into merge_func_enter_volQuincey Koziol2018-03-294-36/+56
| |\ | |/ |/|
* | Merge pull request #1006 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-03-294-35/+55
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'ba043154e989fce8737df0f2e8999d32bf38e303': Correct email Update URLs Correct hdf5 reference Update CDash info Update CMake reference and check CDash reference Update URLs Update section on using CMake source package
| * | Correct emailAllen Byrne2018-03-291-1/+1
| | |
| * | Update URLsAllen Byrne2018-03-292-4/+4
| | |
| * | Correct hdf5 referenceAllen Byrne2018-03-291-1/+1
| | |
| * | Update CDash infoAllen Byrne2018-03-292-4/+16
| | |
| * | Update CMake reference and check CDash referenceAllen Byrne2018-03-291-2/+2
| | |
| * | Update URLsAllen Byrne2018-03-291-3/+3
| | |
| * | Update section on using CMake source packageAllen Byrne2018-03-291-24/+32
| | |
* | | Merge pull request #1009 in HDFFV/hdf5 from ~LKURZ/hdf5_lck:develop to developAllen Byrne2018-03-291-1/+1
|\ \ \ | |/ / |/| | | | | | | | * commit '8bfa19a8b53e7bf63605efc4c1fdb8aeff97ebce': update email address
| * | update email addressL Kurz2018-03-291-1/+1
|/ /
| * 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
| |\ | |/ |/|