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
...
*
Update index test
Jerome Soumagne
2016-11-29
2
-172/+34
*
Update FastBit plugin and use H5Oopen_by_addr
Jerome Soumagne
2016-11-29
1
-172/+100
*
Update dummy plugin and use H5Oopen_by_addr
Jerome Soumagne
2016-11-29
1
-52/+25
*
Update H5X and remove FF-related routines
Jerome Soumagne
2016-11-29
3
-263/+68
*
Fix encoding / decoding of index metadata size
Jerome Soumagne
2016-11-29
2
-5/+6
*
Remove FF-related index properties and cleanup H5P
Jerome Soumagne
2016-11-29
4
-37/+4
*
Add H5Dquery and H5D_set_index
Jerome Soumagne
2016-11-29
5
-2/+202
*
Add H5Oidxinfo and H5O_IDXINFO_ID header message
Jerome Soumagne
2016-11-29
5
-4/+313
*
Update H5X trace
Jerome Soumagne
2016-11-29
1
-0/+4
*
Bringing H5X on top of trunk
Jerome Soumagne
2016-11-29
6
-359/+225
*
Fix warning in H5X__alacrity_scatter_cb and H5X__fastbit_scatter_cb
Jerome Soumagne
2016-11-29
2
-14/+14
*
update index example
Jerome Soumagne
2016-11-29
1
-20/+29
*
Add post_update and refresh to FastBit plugin
Jerome Soumagne
2016-11-29
1
-9/+244
*
H5X_alacrity: Just create new index datasets instead of modifying dimensions
Jerome Soumagne
2016-11-29
1
-4/+42
*
Add refresh callback to H5X plugins
Jerome Soumagne
2016-11-29
3
-6/+148
*
Update client index example
Jerome Soumagne
2016-11-29
1
-7/+8
*
Update FastBit plugin to temporarily use different column name
Jerome Soumagne
2016-11-29
1
-30/+26
*
First working version of FastBit plugin
Jerome Soumagne
2016-11-29
1
-88/+238
*
make some changes to index program.
Mohamad Chaarawi
2016-11-29
1
-30/+11
*
Update index test to use incremental update
Jerome Soumagne
2016-11-29
1
-49/+174
*
Fix wrong property list in H5Xalacrity
Jerome Soumagne
2016-11-29
1
-4/+4
*
Add H5X__alacrity_update_index
Jerome Soumagne
2016-11-29
1
-8/+94
*
Implement FastBit index plugin up to r724 of fastbit subversion repo
Jerome Soumagne
2016-11-29
1
-9/+761
*
Add timing in index test and add option to choose plugin ID
Jerome Soumagne
2016-11-29
1
-6/+19
*
Update H5Xdummy to build index on create and fix hyperslab selection
Jerome Soumagne
2016-11-29
1
-3/+89
*
Update ALACRITY plugin to use min/max values and start changes to post_update
Jerome Soumagne
2016-11-29
1
-14/+167
*
Include H5Sprivate.h in ALACRITY plugin
Jerome Soumagne
2016-11-29
1
-0/+1
*
Fix client index container name
Jerome Soumagne
2016-11-29
1
-1/+3
*
Add support for FastBit index plugin
Jerome Soumagne
2016-11-29
9
-7/+451
*
Missing header in H5Xdummy
Jerome Soumagne
2016-11-29
1
-0/+1
*
Fix index property lists
Jerome Soumagne
2016-11-29
3
-9/+12
*
Update ALACRITY to support compressed index (not working)
Jerome Soumagne
2016-11-29
4
-3/+101
*
Clean up ALACRITY plugin
Jerome Soumagne
2016-11-29
2
-210/+417
*
Clean up ALACRITY plugin / debug output
Jerome Soumagne
2016-11-29
1
-505/+414
*
First working version of H5X_Alacrity
Jerome Soumagne
2016-11-29
2
-36/+328
*
Modify indexing example to first write dataset / create index / do query
Jerome Soumagne
2016-11-29
2
-214/+390
*
Update index test for ALACRITY
Jerome Soumagne
2016-11-29
1
-5/+13
*
Removed getchar used in test to attach gdb
Jerome Soumagne
2016-11-29
1
-1/+0
*
Fixes for tr_id/rcxt_id in xapl/xcpl/xxpl properties
Jerome Soumagne
2016-11-29
3
-1/+36
*
Add H5Xpublic to hdf5.h
Jerome Soumagne
2016-11-29
1
-0/+1
*
Add support for ALACRITY indexing package
Jerome Soumagne
2016-11-29
8
-7/+717
*
Use H5X_PLUGIN_DUMMY instead of number
Jerome Soumagne
2016-11-29
1
-1/+1
*
Last fixes and demo updates for H5X
Jerome Soumagne
2016-11-29
2
-35/+25
*
Minor fixes and cleanup for H5Xdummy
Jerome Soumagne
2016-11-29
2
-23/+41
*
Remove printf and fix index write
Jerome Soumagne
2016-11-29
1
-2/+2
*
More update to H5Xdummy and add printfs
Jerome Soumagne
2016-11-29
1
-7/+24
*
More progress on post_update/query for H5Xdummy
Jerome Soumagne
2016-11-29
3
-1/+136
*
More dummy index implementation
Jerome Soumagne
2016-11-29
4
-15/+98
*
Modify client_index to create one dataset per process
Jerome Soumagne
2016-11-29
4
-192/+232
*
More fixes to H5X
Jerome Soumagne
2016-11-29
1
-1/+1
[prev]
[next]