summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge pull request #1013 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_normalizat...Dana Robinson2018-03-303-248/+334
| |\ \ \
| | * | | 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
| |\ \ \
| | * | | 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
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | 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
| |\ \ \
| | * | | 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
| |\ \ \
| | * | | 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
| | * | 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
| |\ \ \
| | * | | 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
| | |\ \ | | |/ / | |/| |
| | * | 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 remote-tracking branch 'origin/develop' into merge_func_enter_volQuincey Koziol2018-03-211-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
| | * | | | 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
| | |\ \ \ \
| | * | | | | 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 branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-03-18457-18927/+26272
| | |\ \ \ \ \ \
| | * | | | | | | Add API context interface and use it throughout the library.Quincey Koziol2018-03-15310-20317/+24250
| | | | | | | | * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2017-04-1135-828/+2897
| | | | | | | | |\
| | | | | | | | * | Further minor cleanupsQuincey Koziol2017-03-283-39/+35
| | | | | | | | * | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2017-03-28105-970/+4151
| | | | | | | | |\ \
| | | | | | | | * | | Checkpoint normalization against incoming hyperslab / selection / dataspaceQuincey Koziol2017-03-2830-2040/+2008
* | | | | | | | | | | Merge pull request #1042 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_10 to hd...Larry Knox2018-04-306-7/+7
|\ \ \ \ \ \ \ \ \ \ \