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
/
H5VLprivate.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add maps implementation (based on a patch supplied by Mohamad
Neil Fortner
2017-05-11
1
-0/+1
*
[svn-r27959] - merge from trunk (pre-VDS)
Mohamad Chaarawi
2015-10-05
1
-5/+5
*
[svn-r25575] cleanup H5I usage in VOL by removing the use of the aux pointer and
Mohamad Chaarawi
2014-09-05
1
-16/+23
*
[svn-r25555] - rework the public H5VL wrappers to not use H5VL_t* and use a p...
Mohamad Chaarawi
2014-08-26
1
-54/+68
*
[svn-r25549] Implement 4 new routines:
Mohamad Chaarawi
2014-08-25
1
-1/+0
*
[svn-r25537] VOL framework changes.
Mohamad Chaarawi
2014-08-19
1
-56/+54
*
[svn-r25521] major rework of the internal setup of VOL plugins to make it more
Mohamad Chaarawi
2014-08-08
1
-5/+7
*
[svn-r25481] - remove unsigned char * from trace
Mohamad Chaarawi
2014-07-24
1
-1/+1
*
[svn-r24311] change event queue to event stack (just variable names)
Mohamad Chaarawi
2013-10-17
1
-55/+55
*
[svn-r23803] Add VOL callback for H5Aiterate
Mohamad Chaarawi
2013-06-21
1
-0/+4
*
[svn-r23473] Update the VOL plugin callbacks with better async I/O support:
Mohamad Chaarawi
2013-03-28
1
-49/+54
*
[svn-r22565] change OH id registration to original way, and re-register the I...
Mohamad Chaarawi
2012-07-12
1
-1/+1
*
[svn-r22558] add fapl copy & free callbacks to the VOL class as they are need...
Mohamad Chaarawi
2012-07-11
1
-1/+2
*
[svn-r22549]
Mohamad Chaarawi
2012-07-10
1
-2/+2
*
[svn-r22511] - remove the internal file type and use the file ID created at t...
Mohamad Chaarawi
2012-07-03
1
-0/+1
*
[svn-r22502] implement named datatypes solution in object headers
Mohamad Chaarawi
2012-06-29
1
-3/+2
*
[svn-r22501] change the interface callbacks for the VOL to use objects pointe...
Mohamad Chaarawi
2012-06-28
1
-54/+63
*
[svn-r22465] add a vol_info parameter to the fapl and update some of the rout...
Mohamad Chaarawi
2012-06-15
1
-2/+2
*
[svn-r22457] rename location types for objects at the VOL level
Mohamad Chaarawi
2012-06-12
1
-1/+1
*
[svn-r22456] change all usage of lookup/free VOL callback in H5G,O,A and us...
Mohamad Chaarawi
2012-06-12
1
-2/+2
*
[svn-r22452] - remove nrefs param
Mohamad Chaarawi
2012-06-11
1
-2/+2
*
[svn-r22436] add a public routine to get the name of the VOL plugin associate...
Mohamad Chaarawi
2012-06-05
1
-1/+1
*
[svn-r22423] add link and object iterate callbacks
Mohamad Chaarawi
2012-06-01
1
-0/+5
*
[svn-r22404] split the generic callback into a misc and optional callback for...
Mohamad Chaarawi
2012-05-24
1
-2/+4
*
[svn-r22401] remove ID from object open callback since location token is suff...
Mohamad Chaarawi
2012-05-23
1
-1/+1
*
[svn-r22399] move location token out of va_list on lookup callback
Mohamad Chaarawi
2012-05-23
1
-1/+1
*
[svn-r22395] remove the high level ID implementation that wraps the actual ID...
Mohamad Chaarawi
2012-05-23
1
-9/+1
*
[svn-r22384] - fix type in CMake file
Mohamad Chaarawi
2012-05-21
1
-2/+2
*
[svn-r22381] add a VL free location callback and use it as appropriate
Mohamad Chaarawi
2012-05-18
1
-0/+1
*
[svn-r22380] - attribute and object exist callbacks should be part of get str...
Mohamad Chaarawi
2012-05-18
1
-0/+1
*
[svn-r22306] add a request id to each of the VOL callbacks and update the native
Mohamad Chaarawi
2012-04-20
1
-40/+42
*
[svn-r22285] make H5Ocopy use VOL
Mohamad Chaarawi
2012-04-13
1
-1/+3
*
[svn-r22283] H5Lget routines through VOL
Mohamad Chaarawi
2012-04-12
1
-2/+3
*
[svn-r22279] implement the attribute delete VOL callback
Mohamad Chaarawi
2012-04-11
1
-0/+1
*
[svn-r22278] make get_vfd go through a generic file callback
Mohamad Chaarawi
2012-04-11
1
-6/+7
*
[svn-r22273] H5Ldelete goes thorugh VOL
Mohamad Chaarawi
2012-04-10
1
-0/+1
*
[svn-r22258] links and attributes VOL routines
Mohamad Chaarawi
2012-04-08
1
-0/+8
*
[svn-r22250] - fix most of issues from code review
Mohamad Chaarawi
2012-04-04
1
-3/+8
*
[svn-r22194] - fix bug in set_vol_fapl to fix case when a vol is set explicit...
Mohamad Chaarawi
2012-03-29
1
-5/+5
*
[svn-r22193] - add VOL callback for H5Dset_extent
Mohamad Chaarawi
2012-03-29
1
-0/+1
*
[svn-r22192] - change VOL callback for file open to be the same as the API call
Mohamad Chaarawi
2012-03-29
1
-2/+1
*
[svn-r22184] - make the H5I inc and dec ref count routines independent of the...
Mohamad Chaarawi
2012-03-29
1
-1/+1
*
[svn-r22168] - switch VOL property to be a pointer rather than an ID
Mohamad Chaarawi
2012-03-28
1
-3/+5
*
[svn-r22153] renaming some VL public variables and wrapper ID type
Mohamad Chaarawi
2012-03-26
1
-1/+5
*
[svn-r22125] add get callback for datasets
Mohamad Chaarawi
2012-03-22
1
-0/+1
*
[svn-r22123] update the VOL GET callbacks to use var_args instead of argc & argv
Mohamad Chaarawi
2012-03-22
1
-4/+4
*
[svn-r22119] Changes:
Mohamad Chaarawi
2012-03-22
1
-0/+21
*
[svn-r22065] fix a typo
Mohamad Chaarawi
2012-03-14
1
-6/+6
*
[svn-r22032] - move all HDF5 library access for H5F routines to the native la...
Mohamad Chaarawi
2012-03-07
1
-1/+3
*
[svn-r21964] a working version that works with the entire test suite
Mohamad Chaarawi
2012-02-20
1
-4/+6
[next]