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
/
H5M.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify function enter macros for performance benefits (#1024)
David Young
2021-11-08
1
-55/+9
*
Fix map open to use correct VOL argument structure (#1116)
jhendersonHDF
2021-10-21
1
-1/+3
*
Removes obsolete equivalents of C99's __func__ (#800)
Dana Robinson
2021-06-29
1
-5/+5
*
Combo set of async and other changes (#161)
Quincey Koziol
2021-06-02
1
-98/+248
*
Update license url (#332)
Larry Knox
2021-02-17
1
-1/+1
*
Reformat source (#244)
Quincey Koziol
2021-01-07
1
-5/+5
*
Fix error is H5Mclose_async. (#240)
Neil Fortner
2021-01-05
1
-2/+2
*
Turns off clang formatter for H5ARGS_TRACE (#184)
Dana Robinson
2020-12-16
1
-8/+14
*
Bring async branch to develop (#166)
Quincey Koziol
2020-12-14
1
-89/+447
*
Expand ID dec_ref and close callbacks to allow for asynchronous close operati...
Quincey Koziol
2020-12-01
1
-3/+3
*
Replace H5E_ATOM major error category with H5E_ID (#121)
Dana Robinson
2020-11-30
1
-6/+6
*
Enhance API tracing (#120)
Quincey Koziol
2020-11-26
1
-4/+4
*
Basic alignment with async branch (#115)
Quincey Koziol
2020-11-23
1
-2/+1
*
Clang-format of source files
Allen Byrne
2020-09-30
1
-201/+163
*
Trim trailing whitespace
Quincey Koziol
2020-04-20
1
-2/+2
*
Squashed commit of the token_refactoring branch:
Dana Robinson
2020-01-16
1
-5/+5
*
Refactor all the 'H5VL_*_optional' callbacks to move the type of operation out
Quincey Koziol
2019-12-20
1
-20/+20
*
Modify H5VL initialization routines to initialize all VOL-managed object
Neil Fortner
2019-12-12
1
-0/+23
*
Renamed H5Mdelete_key to H5Mdelete and H5Mset to H5Mput.
Dana Robinson
2019-08-13
1
-13/+13
*
Added the map (H5M) API
Dana Robinson
2019-08-13
1
-0/+1032
*
[svn-r319] Removed H5M API from code
Quincey Koziol
1998-03-12
1
-763/+0
*
[svn-r303] Changes since 19980228
Robb Matzke
1998-03-04
1
-2/+1
*
[svn-r297] Switched templates to "property lists" and changed API prefix from...
Quincey Koziol
1998-02-25
1
-8/+8
*
[svn-r296] Switched prefix for dataspaces from H5P to H5S
Quincey Koziol
1998-02-25
1
-3/+3
*
[svn-r224] Initial implementation of the upper levels of PHDF5. The
Albert Cheng
1998-02-06
1
-0/+17
*
[svn-r193] Changes since 19980128
Robb Matzke
1998-01-28
1
-29/+13
*
[svn-r164] Changes since 19980122
Robb Matzke
1998-01-22
1
-13/+14
*
[svn-r157] Reformatted code with indent...
Quincey Koziol
1998-01-16
1
-389/+358
*
[svn-r145] ./src/H5Osdtyp.c -> H5Odtype.c
Robb Matzke
1997-12-11
1
-26/+31
*
[svn-r139] ./src/*.[ch]
Robb Matzke
1997-12-10
1
-275/+233
*
[svn-r108] Changed all hatom_t types to hid_t. (Isn't 'sed' nifty.. :-)
Quincey Koziol
1997-09-24
1
-44/+44
*
[svn-r89] ./src/H5Apublic.h
Robb Matzke
1997-09-16
1
-18/+1
*
[svn-r87] Moved an auto init after the FUNC_ENTER()
Robb Matzke
1997-09-15
1
-1/+4
*
[svn-r78] Checkpointing dataset code. Everything is currently working, excep...
Quincey Koziol
1997-09-15
1
-1/+27
*
[svn-r73] Lots of added code for dataset I/O. Its now writing out datasets t...
Quincey Koziol
1997-09-12
1
-2/+2
*
[svn-r70] Added clarifying comments from code review meeting to H5Mflush and ...
Quincey Koziol
1997-09-05
1
-3/+5
*
[svn-r61] ./src/H5.c
Robb Matzke
1997-09-02
1
-14/+14
*
[svn-r47] Finished flashing out the H5M* functions calls. Cleaned up non-com...
Quincey Koziol
1997-08-28
1
-1/+406
*
[svn-r35] ./src/H5ACproto.h
Robb Matzke
1997-08-15
1
-6/+79
*
[svn-r31] Added code for H5Mget_file & H5Mflush and re-targeted some of the H...
Quincey Koziol
1997-08-15
1
-0/+87
*
[svn-r13] ./src/H5.c
Robb Matzke
1997-08-05
1
-23/+17
*
[svn-r2] Oops...
Quincey Koziol
1997-07-30
1
-0/+257