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
*
Fix HDFFV-10590
Binh-Minh Ribler
2020-10-26
27
-205/+125
*
Merge branch 'develop' of https://github.com/HDFGroup/hdf5 into develop
Binh-Minh Ribler
2020-10-26
49
-10579/+10674
|
\
|
*
Merge pull request #59 from derobins/trivial/HDprefix
Larry Knox
2020-10-24
4
-11/+11
|
|
\
|
|
*
Restores erroneously deleted key_id field from S3 VFD
Dana Robinson
2020-10-24
1
-1/+1
|
|
*
HD prefix updates in src/ and test/
Dana Robinson
2020-10-24
4
-12/+12
|
*
|
Removes -Wimplicit-fallthrough=5 from the gcc warnings
Dana Robinson
2020-10-22
6
-2/+39
|
|
/
|
*
Whitespace and url correction
Allen Byrne
2020-10-19
3
-15/+16
|
*
Update javadoc comments to reduce warnings (#41)
Allen Byrne
2020-10-16
1
-1/+1
|
*
More general message about using description for errno
Thomas Kluyver
2020-10-15
1
-2/+6
|
*
Note that the description for system errors may be used by h5py
Thomas Kluyver
2020-10-15
1
-0/+2
|
*
Comment adjustments
Allen Byrne
2020-10-08
3
-5/+4
|
*
Update reformatting settings, trace wrapping, and printf-format strings (#22)
Quincey Koziol
2020-10-06
30
-10538/+10588
|
*
Fix VFD h5repacktest (#20)
Allen Byrne
2020-10-06
1
-6/+6
|
*
Fix memory leak in H5PL__find_plugin_in_path
Michael Kuhn
2020-10-05
1
-1/+3
*
|
Fix HDFFV-10590
Binh-Minh Ribler
2020-10-26
27
-127/+212
|
/
*
Clang-format of source files
Allen Byrne
2020-09-30
489
-107614/+100931
*
Merge pull request #2650 in HDFFV/hdf5 from ~DYOUNG/werror:rebased-fprintf-ex...
David Young
2020-09-28
62
-855/+479
|
\
|
*
Use the right format string, "%zu", for size_t.
David Young
2020-09-27
1
-1/+1
|
*
Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experiment
David Young
2020-09-27
24
-5913/+6003
|
|
\
|
*
|
Repair more format strings.
David Young
2020-09-26
3
-18/+19
|
*
|
Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experiment
David Young
2020-09-25
2
-0/+51
|
|
\
\
|
*
|
|
Cast a non-void pointer to void pointer for "%p".
David Young
2020-09-03
1
-1/+1
|
*
|
|
Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experiment
David Young
2020-09-03
366
-12087/+10698
|
|
\
\
\
|
*
|
|
|
Use PRIu32 and "zu" formats. Delete some casts from `size_t`.
David Young
2020-07-31
2
-4/+4
|
*
|
|
|
Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experiment
David Young
2020-07-30
50
-1392/+1348
|
|
\
\
\
\
|
*
|
|
|
|
I'm taking a guess that this code intended to point the 2-digit wide
David Young
2020-07-30
1
-1/+1
|
*
|
|
|
|
%08p is not portable, it's a GNU-ism. Use %8p, instead. Squashes a GCC error.
David Young
2020-07-30
1
-1/+1
|
*
|
|
|
|
Add format string macros PRI[doxX]HID for hid_t and use PRIdHID.
David Young
2020-07-30
2
-1/+7
|
*
|
|
|
|
Use HDva_copy() and introduce a bunch of compatbility format-string constants
David Young
2020-07-30
3
-2/+12
|
*
|
|
|
|
Provide an HDvasprintf implementation only if it isn't #defined. This should
David Young
2020-07-07
1
-0/+2
|
*
|
|
|
|
Fix va_list usage in the vasprintf(3) implementation.
David Young
2020-07-07
1
-2/+7
|
*
|
|
|
|
Take pains to provide UINT64_MAX in all conditions.
David Young
2020-07-07
1
-0/+6
|
*
|
|
|
|
Fix fprintf arguments: "%p" expects a `void *` argument.
David Young
2020-07-07
1
-3/+3
|
*
|
|
|
|
Squash my changes on branch `fprintf-experiment` into one commit for
David Young
2020-07-07
56
-852/+445
*
|
|
|
|
|
OESS-98 merge with clang-format changes
Allen Byrne
2020-09-25
1
-22/+22
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
Merge pull request #2882 in HDFFV/hdf5 from ~BYRN/hdf5_adb:feature/cmakeV2-cl...
Allen Byrne
2020-09-25
24
-5918/+6009
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
Fix comment formatting due to tabs conversion
Allen Byrne
2020-09-24
8
-386/+384
|
*
|
|
|
Disable formatting for file
Allen Byrne
2020-09-05
1
-30/+4
|
*
|
|
|
File changes to affect formatting
Allen Byrne
2020-09-04
23
-5886/+5941
|
*
|
|
|
CMake and script changes for clang-format
Allen Byrne
2020-09-04
1
-2/+66
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Free selection type-specific info when resetting selection iterators
Jordan Henderson
2020-09-23
1
-0/+4
*
|
|
|
Add H5Ssel_iter_init API call to reset a selection iterator
Jordan Henderson
2020-09-18
2
-0/+47
|
/
/
/
*
|
|
Merge pull request #2866 in HDFFV/hdf5 from fix_nil_collective_metadata_write...
Quincey Koziol
2020-09-02
8
-232/+26
|
\
\
\
|
*
|
|
Update buffer count
Quincey Koziol
2020-08-28
1
-1/+8
|
*
|
|
Merge remote-tracking branch 'origin/develop' into fix_nil_collective_metadat...
Quincey Koziol
2020-08-28
27
-181/+201
|
|
\
\
\
|
*
|
|
|
Revert PR 405 (https://bitbucket.hdfgroup.org/projects/HDFFV/repos/hdf5/pull-...
Quincey Koziol
2020-08-27
1
-37/+18
|
*
|
|
|
Revert " Checkin of fix for CGNS bug"
Quincey Koziol
2020-08-27
8
-207/+8
|
*
|
|
|
Revert "Removed commeted out code from H5C_dump_coll_write_list()"
Quincey Koziol
2020-08-27
1
-0/+5
*
|
|
|
|
Merge pull request #2843 in HDFFV/hdf5 from vol_dataset_io_dxpl_fix to develop
Quincey Koziol
2020-09-02
2
-15/+13
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Bug fix to allow pass-through VOL connectors to set DXPL properties (like req...
Quincey Koziol
2020-08-25
2
-15/+13
|
|
/
/
/
[next]