summaryrefslogtreecommitdiffstats
path: root/src/H5CX.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove redundant 'is_collective' parameter from H5CX_set_loc.Quincey Koziol2018-03-271-26/+22
|
* Correct typo in comment.Quincey Koziol2018-03-271-1/+1
|
* Corrections for parallel I/O & tests.Quincey Koziol2018-03-211-0/+1
|
* Update handling of reporting for breaking collective I/O when the defaultQuincey Koziol2018-03-201-10/+14
| | | | DXPL is used.
* 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-181-1/+56
| | | | | | merge_func_enter_vol Plus initial steps toward merging API context push into FUNC_ENTER_API* macros
* Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-0/+3308