summaryrefslogtreecommitdiffstats
path: root/src/H5CX.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up some hbool_t/TRUE/FALSE stragglers (#4143)Dana Robinson2024-03-151-3/+3
* Implement ID creation optimization for container datatype conversions (#4113)jhendersonHDF2024-03-121-0/+22
* Add new API function H5Pget_actual_select_io_mode() (#2974)Neil Fortner2023-10-201-3/+98
* Initialize API context MPI types to MPI_BYTE (#3688)jhendersonHDF2023-10-171-0/+5
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-051-123/+120
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-81/+83
* Another round of fixing -Wextra-semi-stmt warnings (#3264)Sean McBride2023-07-241-2/+2
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-7/+7
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-243/+0
* Remove HD from memory allocate/free calls (#3195)Dana Robinson2023-06-281-5/+5
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-158/+158
* Implement selection I/O with type conversion (#2823)Neil Fortner2023-04-281-34/+190
* Bug Fix: Segfault in H5CX_get_vol_wrap_ctx when H5VLwrap_register is called f...raylu-hdf2022-11-171-2/+11
* Fix typos found in src/ subdirectory (#1983)luzpaz2022-08-101-2/+2
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-10/+10
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-4/+4
* Unify handling of collective metadata reads status (#1206)jhendersonHDF2022-01-291-1/+1
* Parallel rank0 deadlock fixes (#1183)jhendersonHDF2022-01-221-6/+2
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-1/+1
* Fix a few H5CX warnings from recent init changes (#1224)jhendersonHDF2021-11-241-8/+4
* Simplify function enter macros for performance benefits (#1024)David Young2021-11-081-43/+27
* Fix several warnings (#747)jhendersonHDF2021-06-161-6/+18
* Combo set of async and other changes (#161)Quincey Koziol2021-06-021-202/+233
* Update license url (#332)Larry Knox2021-02-171-1/+1
* develop revert source to clang-format version 11 (#293)Allen Byrne2021-01-291-15/+15
* Bring async branch to develop (#166)Quincey Koziol2020-12-141-3/+3
* Add flag to H5CX_pop that allow setting the properties to return to applicati...Quincey Koziol2020-12-011-16/+18
* Replace H5E_ATOM major error category with H5E_ID (#121)Dana Robinson2020-11-301-1/+1
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-12/+16
* Clang-format of source filesAllen Byrne2020-09-301-614/+651
* Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-1/+1
* Normalizations with 1.10 branch.Dana Robinson2020-06-021-2/+2
* Normalization with hdf5_1_10Dana Robinson2020-06-011-3/+4
* Trim trailing whitespaceQuincey Koziol2020-04-201-11/+11
* more cleanupkmu2020-01-231-1/+1
* fix unused related warningskmu2020-01-131-1/+3
* Add documentation for H5CX_get_ohdr_flagsChris Hogan2019-11-151-0/+13
* Add object header flags to API contextChris Hogan2019-11-141-1/+50
* Handle H5CX_state_t for lcplChris Hogan2019-11-041-0/+21
* Add character encoding to lcpl contextChris Hogan2019-11-041-39/+48
* Change LC property name from 'create_intermediate_group' to 'intermediate_group'Chris Hogan2019-10-301-9/+9
* Use API context to store/retrieve LCPL when creating intermediate groupsChris Hogan2019-10-291-0/+130
* Updated configure & CMake compiler flags for GCC 8.x, along with correspondingQuincey Koziol2019-06-281-6/+6
* Fixed a warning in H5CX.c concerning incorrect use of freeingDana Robinson2019-06-181-11/+2
* Adding some comments.Songyu Lu2019-04-111-6/+6
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~songyulu/hdf5_r...Songyu Lu2019-04-081-1/+118
|\
| * Setting API context for fapl and libver_bounnds in preparation for the H5Senc...Vailin Choi2019-04-041-0/+119
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~songyulu/hdf5_r...Songyu Lu2019-04-041-6/+6
|\ \ | |/
| * Added an H5MM_memcpy call that checks for buffer overlap.Dana Robinson2019-03-161-6/+6
* | This commit basically has the following changes:Songyu Lu2019-04-041-4/+50