Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated the 'const memory free' changes based on PR feedback. | Dana Robinson | 2020-05-20 | 1 | -4/+2 |
| | |||||
* | Added a free wrapper that lets us free constant pointers without | Dana Robinson | 2020-05-20 | 1 | -2/+4 |
| | | | | | | | generating warnings. Also, brought the const-ness of the VOL connector info in line with the VFD info (not visible externally). | ||||
* | more cleanup | kmu | 2020-05-20 | 1 | -1/+1 |
| | |||||
* | fix unused related warnings | kmu | 2020-05-20 | 1 | -1/+3 |
| | |||||
* | Add documentation for H5CX_get_ohdr_flags | Chris Hogan | 2020-05-20 | 1 | -0/+13 |
| | |||||
* | Add object header flags to API context | Chris Hogan | 2020-05-20 | 1 | -1/+50 |
| | | | | | Add missing DCPL to API context state Replace a couple LCPL H5P_get calls with H5CX_get_* | ||||
* | Handle H5CX_state_t for lcpl | Chris Hogan | 2020-05-20 | 1 | -0/+21 |
| | |||||
* | Add character encoding to lcpl context | Chris Hogan | 2020-05-20 | 1 | -39/+48 |
| | |||||
* | Change LC property name from 'create_intermediate_group' to 'intermediate_group' | Chris Hogan | 2020-05-20 | 1 | -9/+9 |
| | |||||
* | Use API context to store/retrieve LCPL when creating intermediate groups | Chris Hogan | 2020-05-20 | 1 | -0/+130 |
| | |||||
* | Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1, | David Young | 2019-12-09 | 1 | -26/+862 |
| | | | | | | | | including the merge of `hdffv/hdf5/develop`, back to the branch that Vailin and I share. Now I need to put this branch on a fork with a less confusing name than vchoi_fork! | ||||
* | Normalization with vol_integration (misc internal and datatype) | Dana Robinson | 2018-09-20 | 1 | -2/+4 |
| | |||||
* | Finished move of H5DOread/write_chunk calls to H5D. | Dana Robinson | 2018-04-30 | 1 | -280/+0 |
| | |||||
* | Fix non-threadsafe API context head pointer handling. | Quincey Koziol | 2018-04-19 | 1 | -11/+2 |
| | |||||
* | Resolve memory leak of last API context, by freeing it in H5CX terminate | Quincey Koziol | 2018-04-18 | 1 | -32/+10 |
| | | | | routine. | ||||
* | Revert "Close memory leak of last API context when shutting library down." | Quincey Koziol | 2018-04-18 | 1 | -19/+16 |
| | | | | This reverts commit 0bd3634dc5747d88582a966050896bad57acb892. | ||||
* | Close memory leak of last API context when shutting library down. | Quincey Koziol | 2018-04-17 | 1 | -16/+19 |
| | |||||
* | Remove vestiges of H5_DEBUG_BUILD macro, switching it to the more | Quincey Koziol | 2018-04-06 | 1 | -2/+2 |
| | | | | standard H5CX_DEBUG form. | ||||
* | Correct errors with non-"instrumented library" builds (production & parallel, | Quincey Koziol | 2018-04-05 | 1 | -0/+6 |
| | | | | generally speaking). | ||||
* | Expanded comments abuot H5CX_t fields. | Quincey Koziol | 2018-03-29 | 1 | -12/+14 |
| | |||||
* | Add comments for internal structs. | Quincey Koziol | 2018-03-27 | 1 | -4/+44 |
| | |||||
* | Remove redundant 'is_collective' parameter from H5CX_set_loc. | Quincey Koziol | 2018-03-27 | 1 | -26/+22 |
| | |||||
* | Correct typo in comment. | Quincey Koziol | 2018-03-27 | 1 | -1/+1 |
| | |||||
* | Corrections for parallel I/O & tests. | Quincey Koziol | 2018-03-21 | 1 | -0/+1 |
| | |||||
* | Update handling of reporting for breaking collective I/O when the default | Quincey Koziol | 2018-03-20 | 1 | -10/+14 |
| | | | | DXPL is used. | ||||
* | Correct typo for error checking malloc return value. | Quincey Koziol | 2018-03-20 | 1 | -1/+1 |
| | |||||
* | Refactor H5CX code to reduce duplication. | Quincey Koziol | 2018-03-20 | 1 | -684/+116 |
| | |||||
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵ | Quincey Koziol | 2018-03-18 | 1 | -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 Koziol | 2018-03-15 | 1 | -0/+3308 |