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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Making a testing branch of Q&I functionality available for testing
Richard Warren
2019-09-23
9
-1127/+223
*
Reintroduce a commented out memory free which had been in the original code
Richard Warren
2018-12-26
1
-2/+2
*
Remove some minor debugging variables and start to add basic query optimizati...
Richard Warren
2018-12-20
2
-5/+264
*
Updated the non-zero MPI rank point references to have the base file offsets....
Richard Warren
2018-12-12
1
-27/+12
*
Fixed a bug in the examples/vpic-query.c code and also added a restriction in...
Richard Warren
2018-12-10
1
-1/+8
*
Lots of bug fixes, almost working with examples/vpic-query.c
Richard Warren
2018-12-08
8
-325/+630
*
A few debugging updates
Richard Warren
2018-11-08
1
-23/+63
*
Code re-org along with several bug fixes. Still need to address parallel ran...
Richard Warren
2018-11-07
2
-281/+226
*
Create a parallel indexing branch
Richard Warren
2018-10-26
13
-49/+1484
*
Add first support for MDHIM metadata index plugin
Jerome Soumagne
2016-11-29
5
-0/+1797
*
Modify H5R_decode to return number of decoded bytes
Jerome Soumagne
2016-11-29
2
-3/+9
*
Update DB plugin to use public H5Rdecode
Jerome Soumagne
2016-11-29
1
-2/+2
*
Add support for db_join() in H5Xmeta_db
Jerome Soumagne
2016-11-29
1
-281/+847
*
Add H5R_cast()
Jerome Soumagne
2016-11-29
2
-0/+41
*
A few fixes to DB plugin
Jerome Soumagne
2016-11-29
1
-12/+18
*
Add Berkeley DB metadata index plugin
Jerome Soumagne
2016-11-29
5
-1/+1520
*
Warning fixes to H5Tref
Jerome Soumagne
2016-11-29
1
-2/+2
*
Rework H5X_class_t to make idx_class separate and fix initialization
Jerome Soumagne
2016-11-29
11
-67/+85
*
Add H5Rencode/H5Rdecode
Jerome Soumagne
2016-11-29
3
-0/+148
*
Keep ID of dataset in shared struct when dereferencing
Jerome Soumagne
2016-11-29
1
-1/+4
*
Add H5Rcopy to copy an existing reference
Jerome Soumagne
2016-11-29
2
-0/+83
*
Temporary fix for fastbit plugin
Jerome Soumagne
2016-11-29
1
-3/+3
*
Add support for metadata query in H5Q
Jerome Soumagne
2016-11-29
14
-100/+2200
*
Modify key type in metadata index interface to use H5Q_elem_t
Jerome Soumagne
2016-11-29
2
-2/+11
*
Use memcmp in H5Requal
Jerome Soumagne
2016-11-29
1
-1/+1
*
Start modifications to H5X to support metadata indexing
Jerome Soumagne
2016-11-29
7
-47/+73
*
Use struct href instead of struct href_t in H5Rpkg
Jerome Soumagne
2016-11-29
4
-44/+44
*
Update H5vers after new H5R routines
Jerome Soumagne
2016-11-29
1
-1/+2
*
Fix size returned from H5Rget_obj/attr/filename when buf is NULL
Jerome Soumagne
2016-11-29
1
-3/+6
*
Fix H5Rget_obj_name
Jerome Soumagne
2016-11-29
1
-1/+1
*
Fix tracing after H5Q changes
Jerome Soumagne
2016-11-29
1
-0/+1
*
Fix tracing after H5R changes
Jerome Soumagne
2016-11-29
2
-0/+21
*
Some more fixes to H5R to separate int/ext refs
Jerome Soumagne
2016-11-29
1
-6/+8
*
Some fixes to H5R to separate int/ext refs
Jerome Soumagne
2016-11-29
1
-11/+22
*
Remove loc_id parameter from H5R__get_obj_name
Jerome Soumagne
2016-11-29
3
-5/+5
*
(Tmp) Do not enter infinite loop
Jerome Soumagne
2016-11-29
1
-9/+9
*
Update H5Q after reference changes
Jerome Soumagne
2016-11-29
2
-39/+25
*
Add H5Rget_attr() and H5Rget_obj() / Remove H5Rdereference3()
Jerome Soumagne
2016-11-29
5
-342/+528
*
Several fixes to H5R API and reference type conversion
Jerome Soumagne
2016-11-29
16
-803/+1382
*
Add H5Qapply_multi for cross container queries
Jerome Soumagne
2016-11-29
3
-55/+212
*
Add external references
Jerome Soumagne
2016-11-29
21
-1120/+1402
*
Force conversion when H5T_REFERENCE type is decoded
Jerome Soumagne
2016-11-29
1
-1/+3
*
Fix attribute name allocation in H5R_dereference
Jerome Soumagne
2016-11-29
1
-1/+1
*
Clean up H5Rpublic.h
Jerome Soumagne
2016-11-29
1
-2/+2
*
Fix H5Rget_name with H5R_ATTR to return size if buf is NULL
Jerome Soumagne
2016-11-29
1
-2/+4
*
Fix FastBit plugin to use hash values instead of strings for defining
Jerome Soumagne
2016-11-29
1
-2/+33
*
Fix H5Q after attribute ref changes
Jerome Soumagne
2016-11-29
1
-30/+54
*
Modify attribute references to use variable length ref type
Jerome Soumagne
2016-11-29
10
-147/+331
*
Use core VFD to store H5Q view
Jerome Soumagne
2016-11-29
1
-30/+92
*
Add H5R_REGION reference type
Jerome Soumagne
2016-11-29
11
-23/+675
[next]