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
/
H5I.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor all the 'H5VL_*_optional' callbacks to move the type of operation out
Quincey Koziol
2019-12-20
1
-8/+7
*
Remove H5VL_NATIVE_FILE_GET_FILE_ID and add H5VL_OBJECT_GET_FILE
Jerome Soumagne
2019-11-27
1
-1/+8
*
Fixed the java assert issue with H5O cache corking calls.
Dana Robinson
2019-10-03
1
-3/+4
*
Converted H5O MD cache cork calls to use the VOL.
Dana Robinson
2019-09-27
1
-0/+50
*
Fix H5F_get_file_id and H5F__get_file_id to take app_ref parameter
Jerome Soumagne
2019-08-14
1
-1/+1
*
Added the map (H5M) API
Dana Robinson
2019-08-13
1
-0/+5
*
Add support for GCC9, update warnhist script, and clean up warnings.
Quincey Koziol
2019-07-03
1
-45/+45
*
Updated configure & CMake compiler flags for GCC 8.x, along with corresponding
Quincey Koziol
2019-06-28
1
-1/+1
*
Add support for GCC 7.x warnings, update warnhist script to account for them,
Quincey Koziol
2019-06-21
1
-1/+1
*
Rename H5VL_ID_GET_NAME to H5VL_OBJECT_GET_NAME
Jerome Soumagne
2019-05-23
1
-1/+1
*
Fix issue with H5Iiterate always stopping with an error after the first itera...
Jordan Henderson
2019-04-23
1
-0/+2
*
Add an 'unwrap' VOL callback, so that connectors can unwrap an underlying
Quincey Koziol
2019-04-21
1
-1/+1
*
Fixed HDFFV-10210 and HDFFV-10587
Binh-Minh Ribler
2019-03-20
1
-0/+3
*
Removed H5I_REFERENCE from the library. It has always been unused
Dana Robinson
2018-12-08
1
-1/+0
*
Switch loc_params to VOL callbacks to pass struct by pointer instead of by
Quincey Koziol
2018-11-22
1
-1/+1
*
Switch switch remainder of API routines to use VOL callbacks.
Quincey Koziol
2018-11-10
1
-15/+6
*
Switch driver | plugin => connector.
Quincey Koziol
2018-11-04
1
-6/+6
*
Checkpoint progress on stacking VOL plugins - all standalone regression tests
Quincey Koziol
2018-10-26
1
-9/+6
*
Updates after merging changes from develop.
Quincey Koziol
2018-10-26
1
-9/+7
*
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...
Quincey Koziol
2018-10-25
1
-27/+11
|
\
|
*
Updates to the VOL ID and object API calls.
Dana Robinson
2018-10-17
1
-29/+13
*
|
Squashed commit of private branch changes to support stackable VOL plugins.
Quincey Koziol
2018-10-25
1
-91/+87
|
/
*
VOL FEATURE
Dana Robinson
2018-10-10
1
-22/+283
*
Updated the H5I debug dump to not segfault when types are not initialized
Dana Robinson
2018-10-06
1
-9/+16
*
The H5I debug ID dump function is now always available instead
Dana Robinson
2018-10-06
1
-26/+15
*
Normalization with vol_integration (property lists, file drivers,
Dana Robinson
2018-09-21
1
-6/+7
*
Normalization with vol_integration (misc internal and datatype)
Dana Robinson
2018-09-20
1
-3/+3
*
Removed 'VOL' versions of FUNC_ENTER macros as well as empty functions
Dana Robinson
2018-09-18
1
-38/+2
*
Normalization with the vol_integration branch.
Dana Robinson
2018-06-06
1
-231/+238
*
Normalize with vol_integration.
Dana Robinson
2018-05-29
1
-58/+52
*
Cleanup API context function usage.
Quincey Koziol
2018-03-19
1
-15/+0
*
Add API context interface and use it throughout the library.
Quincey Koziol
2018-03-15
1
-5/+57
*
Normalization with VOL integration branch.
Dana Robinson
2017-12-01
1
-367/+290
*
Normalization with VOL integration branch.
Dana Robinson
2017-11-30
1
-44/+32
*
* Reverted removal of H5I_REFERENCE to avoid breaking binary
Dana Robinson
2017-07-03
1
-2/+2
*
* Made H5FD_driver_query() a private function instead of static.
Dana Robinson
2017-05-24
1
-2/+2
*
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...
Larry Knox
2017-04-25
1
-6/+4
*
[svn-r30075] Description:
Quincey Koziol
2016-06-14
1
-0/+67
*
[svn-r29081] - merge in the phdf5_metadata_opt/ branch with the collective me...
Mohamad Chaarawi
2016-02-10
1
-1/+1
*
[svn-r28950] - remove META_FLUSH_COLLECTIVELY property for delayed sanity che...
Mohamad Chaarawi
2016-01-21
1
-1/+1
*
[svn-r27768] Description:
Quincey Koziol
2015-09-14
1
-84/+60
*
[svn-r27415] Fix potential error with H5I_clear_type which could occur when a...
Neil Fortner
2015-07-20
1
-56/+82
*
[svn-r27133] - Add a new attribute function characterstic for format:
Mohamad Chaarawi
2015-06-01
1
-2/+2
*
[svn-r27045] Renamed H5_ASSIGN_OVERFLOW() to H5_CHECKED_ASSIGN() and re-ordered
Dana Robinson
2015-05-10
1
-3/+3
*
[svn-r26961] Description:
Quincey Koziol
2015-04-29
1
-48/+17
*
[svn-r26246] Corrects a regular expression in the bin/trace Perl script that ...
Dana Robinson
2015-02-20
1
-0/+3
*
[svn-r25496] Description:
Quincey Koziol
2014-07-30
1
-90/+12
*
[svn-r24869] Description:
Quincey Koziol
2014-03-23
1
-7/+5
*
[svn-r24261] Description:
Quincey Koziol
2013-10-07
1
-4/+4
*
[svn-r24255] Description:
Quincey Koziol
2013-10-04
1
-395/+362
[next]