summaryrefslogtreecommitdiffstats
path: root/src/H5CX.c
Commit message (Expand)AuthorAgeFilesLines
* VFD SWMR: Merges from develop (#1670)Dana Robinson2022-04-211-4/+4
* VFD SWMR: normalization with develop (#1472)Dana Robinson2022-03-061-59/+35
* VFD SWMR: Normalization with develop (#1078)Dana Robinson2021-10-061-205/+248
* Brings atom-->ID and other ID-related changes from developDana Robinson2021-05-051-1/+1
* Brings H5CX_pop() changes from developDana Robinson2021-04-081-17/+23
* Fixes phdf5Dana Robinson2021-03-251-1/+1
* Updates license url and history docsDana Robinson2021-03-251-1/+1
* Formats the source and updates the gcc warning pragmasDana Robinson2021-03-251-614/+651
* 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
* | HDFFV-10658: 1. moving HDgetenv to dataset initialization stage to reduce the...Songyu Lu2019-03-221-223/+0
* | HDFFV-10658: setting and getting properties in API context:Songyu Lu2019-03-131-2/+340
|/
* Add API routines to retrieve, restore, reset, and free library state.Quincey Koziol2019-03-111-20/+246
* Fix typo.Quincey Koziol2019-03-051-1/+1
* Move 'minimize dataset object header flag' into API contextQuincey Koziol2019-03-051-0/+97
* Align develop with incoming hyperslab_updates branch changes.Quincey Koziol2019-02-131-1/+1
* Fix some collective metadata read issuesJordan Henderson2019-02-121-2/+2
* HDFFV-10625 -- Implemented a process-0 read and then broadcast for collective...Quincey Koziol2019-01-071-0/+92
* Corrected comment in src/H5VLint.c, fixed pass-through info size inQuincey Koziol2019-01-061-3/+75
* Squashed commit of private branch changes to support stackable VOL plugins.Quincey Koziol2018-10-251-1/+77
* VOL FEATUREDana Robinson2018-10-101-0/+4
* Normalization with vol_integration (misc internal and datatype)Dana Robinson2018-09-201-2/+4
* 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