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
*
Improve performance of multiple calls to H5Sget_select_elem_pointlist (#270)
Neil Fortner
2021-01-20
2
-7/+31
*
Fixes naked pthread usage in H5TS code added for async (#260)
Dana Robinson
2021-01-14
1
-4/+8
*
Removes lock/unlock callbacks from ros3 and hdfs VFDs (#258)
Dana Robinson
2021-01-14
4
-16/+164
*
Reclassify CMake messages - HDFFV-11144 (#253)
Allen Byrne
2021-01-13
1
-2/+2
*
Allow read-only VFD registration (#257)
Dana Robinson
2021-01-13
4
-280/+19
*
Keep doxygen comment length under 100 char line length (#247)
Allen Byrne
2021-01-08
1
-31/+39
*
Reformat source (#244)
Quincey Koziol
2021-01-07
19
-785/+740
*
Fix error is H5Mclose_async. (#240)
Neil Fortner
2021-01-05
2
-3/+3
*
Switch bool/true/false to hbool_t/TRUE/FALSE in a few places (#229)
Dana Robinson
2020-12-24
1
-1/+1
*
Doxygen: Added more H5P RM entries (#226)
bljhdf
2020-12-24
1
-40/+1058
*
RM blocks for H5R (#219)
bmribler
2020-12-23
4
-8/+749
*
Transferred RM blocks in H5D and H5G to develop (#213)
bmribler
2020-12-21
4
-18/+1598
*
Avoid aligned access for references by decoding into temporary buffer and the...
Quincey Koziol
2020-12-19
2
-7/+14
*
H5FD__mpio_read: Fix MPI_Bcast datatype (#205)
Evan Ramos
2020-12-18
1
-1/+5
*
Fix datatype lookup in named datatype flush/refresh code and detect more core...
hdf5-1_13_0-rc3
Quincey Koziol
2020-12-17
1
-2/+2
*
Turns off clang formatter for H5ARGS_TRACE (#184)
Dana Robinson
2020-12-16
10
-94/+160
*
Enable H5Fopen to probe list of available VOL connectors when opening a (#182)
jhendersonHDF
2020-12-16
10
-49/+479
*
Transfer doxygen H5O RM blocks from doxygen branch to develop. (#174)
vchoi-hdfgroup
2020-12-16
2
-0/+2502
*
Doxygen - RM entries for H5A, H5S, and H5P APIs (#181)
bljhdf
2020-12-16
4
-325/+6673
*
Removes debug statement from H5R__open_attr_api_common() (#183)
Dana Robinson
2020-12-16
1
-1/+0
*
Revise async hard link creation to have a real H5VL_object_t (#175)
Quincey Koziol
2020-12-15
1
-3/+10
*
Pass LAPL correctly through VOL in H5Lcreate_soft (#170)
hdf5-1_13_0-rc2
jhendersonHDF
2020-12-14
1
-0/+4
*
BUG: Missing output dependency shared/H5init.c (#165)
hdf5-1_13_0-rc1
Hans Johnson
2020-12-14
1
-1/+2
*
Bring async branch to develop (#166)
Quincey Koziol
2020-12-14
119
-2108/+9283
*
Minor normalization with the async branch (#159)
Dana Robinson
2020-12-12
14
-36/+45
*
Enforce VOL framework version compatibility when registering connectors. Als...
Quincey Koziol
2020-12-10
9
-39/+109
*
(fix) Segmentation fault when using a compound type. (#143)
Jan-Willem Blokland
2020-12-02
1
-11/+14
*
(fix) H5Z_xform_create function and scientific notation (#144)
jwsblokland
2020-12-02
1
-16/+26
*
Add H5atclose and H5is_library_terminating routines. (#139)
Quincey Koziol
2020-12-01
2
-8/+165
*
Break single loop with interleaved sends and receives into two separate loops...
Quincey Koziol
2020-12-01
1
-12/+20
*
Expand ID dec_ref and close callbacks to allow for asynchronous close operati...
Quincey Koziol
2020-12-01
19
-79/+311
*
Add flag to H5CX_pop that allow setting the properties to return to applicati...
Quincey Koziol
2020-12-01
9
-37/+39
*
Expand 'opt_query' VOL callback to return a bitfield instead of a flag (#136)
Quincey Koziol
2020-11-30
13
-47/+258
*
Move API routines for VOL objects to main source file. (#133)
Quincey Koziol
2020-11-30
12
-996/+1000
*
Replace H5E_ATOM major error category with H5E_ID (#121)
Dana Robinson
2020-11-30
71
-430/+428
*
Removed H5_ECXXFLAGS from libhdf5.settings (#140)
Dana Robinson
2020-11-30
1
-1/+1
*
Minor cleanups (#132)
Quincey Koziol
2020-11-26
3
-27/+27
*
Enhance API tracing (#120)
Quincey Koziol
2020-11-26
58
-2564/+3091
*
Update H5TS code to reflect library's coding style (#123)
Quincey Koziol
2020-11-25
2
-42/+178
*
Move package initialization code for H5A and H5G to internal source file. (#125)
Quincey Koziol
2020-11-25
5
-353/+343
*
Adds a configure/CMake option to control -Werror behavior (#119)
Dana Robinson
2020-11-25
1
-1/+1
*
Doxygen - added (mostly) beginner functions (#112)
bljhdf
2020-11-23
6
-27/+1551
*
Basic alignment with async branch (#115)
Quincey Koziol
2020-11-23
108
-1169/+1171
*
Full set of current H5F documentation. (#105)
Gerd Heber
2020-11-21
1
-13/+855
*
Minor/id code cleanup (#114)
Dana Robinson
2020-11-21
10
-1692/+1852
*
Revert "Switch ID code to use a hash table instead of a skip list (#52)" (#104)
Dana Robinson
2020-11-20
2
-1287/+28
*
Add new files to CMake and MANIFEST (#100)
Allen Byrne
2020-11-19
1
-0/+1
*
First cut of the H5 public API documentation. (#80)
Gerd Heber
2020-11-18
24
-557/+6919
*
Switch ID code to use a hash table instead of a skip list (#52)
Dana Robinson
2020-11-17
2
-28/+1287
*
Fix spelling of metadata
Kyle Sunden
2020-11-13
1
-1/+1
[next]