summaryrefslogtreecommitdiffstats
path: root/src/H5CX.c
Commit message (Expand)AuthorAgeFilesLines
* 1.10: Add spelling check to CI and fix errors. (#2442)Allen Byrne2023-02-161-3/+3
* 1.10 clang 13 format #1933 (#1940)Allen Byrne2022-07-291-7/+7
* Hdf5 1 10 merges (#1633)jhendersonHDF2022-04-141-6/+2
* Unify handling of collective metadata reads status (#1206) (#1418)jhendersonHDF2022-02-041-1/+1
* Hdf5 1 10 Update license url (#403)Larry Knox2021-03-011-1/+1
* Source formattedAllen Byrne2020-10-011-549/+582
* Removes email and Modifications sectionsDana Robinson2020-08-171-1/+1
* Normalization with develop in H5D and H5CX.Dana Robinson2020-06-021-26/+40
* Many normalizations with develop.Dana Robinson2020-05-301-10/+10
* Removed trailing whitespace from source files.Dana Robinson2020-05-261-11/+11
* Moved H5MM_memcpy and H5MM_xfree_const from developDana Robinson2020-05-151-2/+2
* Add DCPL to H5CXChris Hogan2019-11-271-0/+138
* Use H5CX for LCPL property retrievalChris Hogan2019-11-271-0/+138
* HDFFV-10658: setting and getting properties in API context. Porting the chan...Songyu Lu2019-07-261-0/+159
* Make corresponding changes for setting API context for fapl and libver_bounds...Vailin Choi2019-04-101-0/+120
* Fix some collective metadata read issuesJordan Henderson2019-02-121-2/+2
* merged:M. Scot Breitenfeld2019-01-101-0/+92
* Finished move of H5DOread/write_chunk calls to H5D.Dana Robinson2018-04-301-280/+0
* Fix non-threadsafe API context head pointer handling.Quincey Koziol2018-04-191-11/+2
* Resolve memory leak of last API context, by freeing it in H5CX terminateQuincey Koziol2018-04-181-32/+10
* Revert "Close memory leak of last API context when shutting library down."Quincey Koziol2018-04-181-19/+16
* Close memory leak of last API context when shutting library down.Quincey Koziol2018-04-171-16/+19
* Remove vestiges of H5_DEBUG_BUILD macro, switching it to the moreQuincey Koziol2018-04-061-2/+2
* Correct errors with non-"instrumented library" builds (production & parallel,Quincey Koziol2018-04-051-0/+6
* Expanded comments abuot H5CX_t fields.Quincey Koziol2018-03-291-12/+14
* Add comments for internal structs.Quincey Koziol2018-03-271-4/+44
* 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
* 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
* Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-0/+3308