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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add private H5D_write function
Jerome Soumagne
2016-11-29
2
-2/+33
*
Make H5D__create_named private and rename to H5D_create_named
Jerome Soumagne
2016-11-29
5
-9/+9
*
Add H5G_create_anon private routine
Jerome Soumagne
2016-11-29
3
-7/+39
*
Add H5R_ATTR case in H5trace
Jerome Soumagne
2016-11-29
1
-0/+4
*
Fix warnings after adding H5I_QUERY type and update H5trace after H5Q changes
Jerome Soumagne
2016-11-29
9
-0/+26
*
Make H5A_read/H5A_write and H5A_get_name private routines
Jerome Soumagne
2016-11-29
4
-17/+17
*
Fix mistakenly removed H5I_object_verify of dset_id in H5Dclose
Jerome Soumagne
2016-11-29
1
-0/+4
*
Use var args for H5Rcreate and make H5R_create private
Jerome Soumagne
2016-11-29
4
-79/+81
*
Description:
Quincey Koziol
2016-11-29
1
-2/+5
*
Description:
Quincey Koziol
2016-11-29
12
-96/+648
*
Add test for new H5Qapply
Jerome Soumagne
2016-11-29
1
-0/+166
*
Start adding H5Qapply to create view from loc_id
Jerome Soumagne
2016-11-29
5
-4/+182
*
Save dset_id within H5D_t shared struct
Jerome Soumagne
2016-11-29
5
-37/+106
*
Clean up H5X and H5Q APIs
Jerome Soumagne
2016-11-29
13
-182/+401
*
Update CMake to pickup ALACRITY/FastBit shared libs
Jerome Soumagne
2016-11-29
1
-0/+2
*
Fix for latest fastbit revision
Jerome Soumagne
2016-11-29
1
-1/+1
*
Fixes after changes from UNUSED to H5_ATTR_UNUSED
Jerome Soumagne
2016-11-29
5
-24/+24
*
Add H5Oidxinfo.c to makefile rules
Jerome Soumagne
2016-11-29
2
-2/+2
*
Update trace and run reconfigure
Jerome Soumagne
2016-11-29
5
-0/+10
*
Fix default index plugin value to H5X_PLUGIN_NONE
Jerome Soumagne
2016-11-29
2
-9/+11
*
Update index test
Jerome Soumagne
2016-11-29
1
-9/+74
*
Cleanup FastBit plugin
Jerome Soumagne
2016-11-29
1
-127/+113
*
Add H5X_can_create and H5X_CRT_READ_ON_CREATE_NAME property to H5X
Jerome Soumagne
2016-11-29
3
-20/+138
*
Add support for H5Xget_size
Jerome Soumagne
2016-11-29
6
-8/+176
*
Refresh index plugin metadata after post-update
Jerome Soumagne
2016-11-29
1
-5/+18
*
Add H5Pget/set_index_read_on_create routines for XCPL property
Jerome Soumagne
2016-11-29
2
-0/+90
*
Close index before dataset gets deleted
Jerome Soumagne
2016-11-29
1
-10/+10
*
Add H5Pset_index_plugin and H5Pget_index_plugin for H5Pdcpl
Jerome Soumagne
2016-11-29
3
-0/+87
*
Update copy callback to use file IDs instead of dataset IDs
Jerome Soumagne
2016-11-29
1
-1/+1
*
Update index test
Jerome Soumagne
2016-11-29
1
-20/+71
*
Add H5D_set_index/H5D_get_index/H5D_remove_index
Jerome Soumagne
2016-11-29
8
-155/+361
*
Update query test
Jerome Soumagne
2016-11-29
1
-95/+146
*
Call H5O_msg_create instead of H5O_msg_append_oh
Jerome Soumagne
2016-11-29
1
-15/+2
*
Fix missing H5X_term_interface declaration and call H5X_init
Jerome Soumagne
2016-11-29
2
-0/+4
*
Remove file_id from indexing routines
Jerome Soumagne
2016-11-29
8
-98/+103
*
Close index from H5D_close
Jerome Soumagne
2016-11-29
2
-19/+10
*
Fix HDassert in H5Oidxinfo
Jerome Soumagne
2016-11-29
1
-1/+1
*
Fix typo in configure.ac
Jerome Soumagne
2016-11-29
1
-1/+1
*
Update indexing test
Jerome Soumagne
2016-11-29
1
-219/+227
*
Fix H5Dquery return value
Jerome Soumagne
2016-11-29
1
-1/+1
*
Update H5Xfastbit to no longer read data when attaching the index
Jerome Soumagne
2016-11-29
1
-20/+50
*
Remove debug in H5Xalacrity
Jerome Soumagne
2016-11-29
1
-1/+1
*
Remove H5_HAVE_INDEXING ifdef
Jerome Soumagne
2016-11-29
2
-5/+0
*
Move call to index post_update to H5Dwrite
Jerome Soumagne
2016-11-29
1
-14/+17
*
Do a H5O_msg_copy in H5D_set_index and release idx_info in H5D_close
Jerome Soumagne
2016-11-29
1
-1/+6
*
Formatting in ALACRITY plugin
Jerome Soumagne
2016-11-29
1
-1/+1
*
Fix typos in FastBit plugin
Jerome Soumagne
2016-11-29
1
-5/+5
*
Update ALACRITY plugin and use H5Oopen_by_addr
Jerome Soumagne
2016-11-29
1
-146/+77
*
Tweak index test
Jerome Soumagne
2016-11-29
1
-4/+13
*
Add back index pre/post_update callbacks
Jerome Soumagne
2016-11-29
1
-0/+25
[next]