index
:
hdf5.git
architecture_docs
develop
develop-readme
feature/1_12_recursive_ts_rw_lock
feature/alignment
feature/async2
feature/ccio
feature/coding_standards
feature/de-hd
feature/h5detect
feature/h5f_get_obj_rework
feature/indexing
feature/new_datatypes
feature/onion_vfd
feature/parallel_h5repack
feature/refactor-h5t-cmp
feature/select_io_chunk_cache
feature/select_io_tconv
feature/vfd_swmr
feature/vfd_swmr_beta_2
feature/vol_cap_flags
feature/vol_tools_tests
feature/werror-restrict
gh-pages
hdf5_1_10
hdf5_1_10_10
hdf5_1_10_11
hdf5_1_10_9
hdf5_1_12
hdf5_1_12_2
hdf5_1_12_3
hdf5_1_13_2
hdf5_1_13_3
hdf5_1_14
hdf5_1_14_0
hdf5_1_14_1
hdf5_1_14_2
hdf5_1_14_3
hdf5_1_6
hdf5_1_8
hdf5_1_8_23
inactive/110_HDFFV-10808-h5pset_file_space_strategy
inactive/H5Ocompare
inactive/NPOESS
inactive/aio_vfd
inactive/avoid_truncate
inactive/cu_dev
inactive/develop_subfiling
inactive/develop_subfiling_v1
inactive/direct_io_2
inactive/h5ocompare
inactive/hdf5_daosm
inactive/hdf5_ff
inactive/hdf5_ff_compactor
inactive/hdf5_rados
inactive/jpeg_converter
inactive/json_vol
inactive/json_vol_old
inactive/mdc_sl_opt
inactive/mds
inactive/merge_metadata_journaling
inactive/metadata_journaling
inactive/modify_dtype_filter
inactive/multi_rd_wd_coll_io
inactive/multi_rd_wd_coll_io_merge
inactive/null_vfd
inactive/parallel_vds
inactive/parallel_vds_develop
inactive/parallel_vds_testing
inactive/phdf5_metadata_opt
inactive/post_open_fix
inactive/rados_vol
inactive/selection_io
inactive/selection_io_with_subfiling_vfd
inactive/trunk_merge_coverity
loricooperhdf-patch-1
metadata_cache_macro_cleanup
ossf-scorecard
pr_484
reduce-h5f-duplication
sel_io_chunk_cache
shell_script
zzz-gitlab-ci
Mirror from: https://github.com/HDFGroup/hdf5.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
H5CX.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify function enter macros for performance benefits (#1024)
David Young
2021-11-08
1
-43/+27
*
Fix several warnings (#747)
jhendersonHDF
2021-06-16
1
-6/+18
*
Combo set of async and other changes (#161)
Quincey Koziol
2021-06-02
1
-202/+233
*
Update license url (#332)
Larry Knox
2021-02-17
1
-1/+1
*
develop revert source to clang-format version 11 (#293)
Allen Byrne
2021-01-29
1
-15/+15
*
Bring async branch to develop (#166)
Quincey Koziol
2020-12-14
1
-3/+3
*
Add flag to H5CX_pop that allow setting the properties to return to applicati...
Quincey Koziol
2020-12-01
1
-16/+18
*
Replace H5E_ATOM major error category with H5E_ID (#121)
Dana Robinson
2020-11-30
1
-1/+1
*
Basic alignment with async branch (#115)
Quincey Koziol
2020-11-23
1
-12/+16
*
Clang-format of source files
Allen Byrne
2020-09-30
1
-614/+651
*
Clean up private / package / static namespace issues (function naming, which
Quincey Koziol
2020-08-06
1
-1/+1
*
Normalizations with 1.10 branch.
Dana Robinson
2020-06-02
1
-2/+2
*
Normalization with hdf5_1_10
Dana Robinson
2020-06-01
1
-3/+4
*
Trim trailing whitespace
Quincey Koziol
2020-04-20
1
-11/+11
*
more cleanup
kmu
2020-01-23
1
-1/+1
*
fix unused related warnings
kmu
2020-01-13
1
-1/+3
*
Add documentation for H5CX_get_ohdr_flags
Chris Hogan
2019-11-15
1
-0/+13
*
Add object header flags to API context
Chris Hogan
2019-11-14
1
-1/+50
*
Handle H5CX_state_t for lcpl
Chris Hogan
2019-11-04
1
-0/+21
*
Add character encoding to lcpl context
Chris Hogan
2019-11-04
1
-39/+48
*
Change LC property name from 'create_intermediate_group' to 'intermediate_group'
Chris Hogan
2019-10-30
1
-9/+9
*
Use API context to store/retrieve LCPL when creating intermediate groups
Chris Hogan
2019-10-29
1
-0/+130
*
Updated configure & CMake compiler flags for GCC 8.x, along with corresponding
Quincey Koziol
2019-06-28
1
-6/+6
*
Fixed a warning in H5CX.c concerning incorrect use of freeing
Dana Robinson
2019-06-18
1
-11/+2
*
Adding some comments.
Songyu Lu
2019-04-11
1
-6/+6
*
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~songyulu/hdf5_r...
Songyu Lu
2019-04-08
1
-1/+118
|
\
|
*
Setting API context for fapl and libver_bounnds in preparation for the H5Senc...
Vailin Choi
2019-04-04
1
-0/+119
*
|
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~songyulu/hdf5_r...
Songyu Lu
2019-04-04
1
-6/+6
|
\
\
|
|
/
|
*
Added an H5MM_memcpy call that checks for buffer overlap.
Dana Robinson
2019-03-16
1
-6/+6
*
|
This commit basically has the following changes:
Songyu Lu
2019-04-04
1
-4/+50
*
|
HDFFV-10658: 1. moving HDgetenv to dataset initialization stage to reduce the...
Songyu Lu
2019-03-22
1
-223/+0
*
|
HDFFV-10658: setting and getting properties in API context:
Songyu Lu
2019-03-13
1
-2/+340
|
/
*
Add API routines to retrieve, restore, reset, and free library state.
Quincey Koziol
2019-03-11
1
-20/+246
*
Fix typo.
Quincey Koziol
2019-03-05
1
-1/+1
*
Move 'minimize dataset object header flag' into API context
Quincey Koziol
2019-03-05
1
-0/+97
*
Align develop with incoming hyperslab_updates branch changes.
Quincey Koziol
2019-02-13
1
-1/+1
*
Fix some collective metadata read issues
Jordan Henderson
2019-02-12
1
-2/+2
*
HDFFV-10625 -- Implemented a process-0 read and then broadcast for collective...
Quincey Koziol
2019-01-07
1
-0/+92
*
Corrected comment in src/H5VLint.c, fixed pass-through info size in
Quincey Koziol
2019-01-06
1
-3/+75
*
Squashed commit of private branch changes to support stackable VOL plugins.
Quincey Koziol
2018-10-25
1
-1/+77
*
VOL FEATURE
Dana Robinson
2018-10-10
1
-0/+4
*
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
*
Revert "Close memory leak of last API context when shutting library down."
Quincey Koziol
2018-04-18
1
-19/+16
*
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
*
Correct errors with non-"instrumented library" builds (production & parallel,
Quincey Koziol
2018-04-05
1
-0/+6
*
Expanded comments abuot H5CX_t fields.
Quincey Koziol
2018-03-29
1
-12/+14
[next]