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
*
Merge pull request #2905 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
Allen Byrne
2020-09-30
8
-35/+28
|
\
|
*
Fix jni with %Lg instead of %Lf
Allen Byrne
2020-09-29
4
-9/+7
|
*
Pre-format fixes for warnings as errors
Allen Byrne
2020-09-29
5
-28/+23
|
/
*
Merge pull request #2650 in HDFFV/hdf5 from ~DYOUNG/werror:rebased-fprintf-ex...
David Young
2020-09-28
105
-1089/+758
|
\
|
*
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
98
-8187/+9687
|
|
\
|
*
|
Repair more format strings.
David Young
2020-09-26
6
-48/+49
|
*
|
Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experiment
David Young
2020-09-25
7
-2/+249
|
|
\
\
|
*
|
|
Fix a bunch of format string errors reported by Larry.
David Young
2020-09-25
2
-32/+38
|
*
|
|
Fix some HDfprintf compilation errors: use the right format strings
David Young
2020-09-24
3
-20/+34
|
*
|
|
Test the format string "ll" before "l", "L", and "q", like the
David Young
2020-09-17
1
-1/+1
|
*
|
|
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
588
-16919/+18831
|
|
\
\
\
|
*
|
|
|
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
131
-6114/+5975
|
|
\
\
\
\
|
*
|
|
|
|
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
|
*
|
|
|
|
Merge branch 'rebased-fprintf-experiment' into fprintf-develop
David Young
2020-07-09
91
-1035/+666
|
|
\
\
\
\
\
|
|
*
|
|
|
|
Always #define HDfprintf as fprintf in this header. I believe this will fix
David Young
2020-07-07
1
-1/+1
|
|
*
|
|
|
|
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
|
|
*
|
|
|
|
Promote format-string warnings to errors.
David Young
2020-07-07
1
-1/+1
|
|
*
|
|
|
|
Use the portable `-eq` operator instead of the bash-ism `==`. Fixes the
David Young
2020-07-07
1
-1/+1
|
|
*
|
|
|
|
Restore a literal percent sign ("%%") that I accidentally deleted.
David Young
2020-07-07
1
-1/+1
|
|
*
|
|
|
|
Fix code that made GCC complain about a NULL or `unsigned char *` arguments for
David Young
2020-07-07
2
-28/+47
|
|
*
|
|
|
|
Take pains to provide UINT64_MAX in all conditions.
David Young
2020-07-07
1
-0/+6
|
|
*
|
|
|
|
Correct a couple of format strings.
David Young
2020-07-07
1
-2/+4
|
|
*
|
|
|
|
Use PRIuHSIZE and PRIXHSIZE for portability.
David Young
2020-07-07
1
-2/+2
|
|
*
|
|
|
|
Delete extra argument, there is no formatting for it.
David Young
2020-07-07
1
-1/+1
|
|
*
|
|
|
|
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
83
-996/+593
*
|
|
|
|
|
|
Merge pull request #2902 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
Allen Byrne
2020-09-28
60
-177/+685
|
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
More info for building plugins with library
Allen Byrne
2020-09-28
3
-11/+125
|
*
|
|
|
|
|
Remove setting from cacheinit file
Allen Byrne
2020-09-28
1
-2/+0
|
*
|
|
|
|
|
OESS-98 add release note for option
Allen Byrne
2020-09-27
1
-3/+12
|
*
|
|
|
|
|
OESS-98 merge with clang-format changes
Allen Byrne
2020-09-25
57
-166/+553
|
/
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #2882 in HDFFV/hdf5 from ~BYRN/hdf5_adb:feature/cmakeV2-cl...
Allen Byrne
2020-09-25
98
-8192/+9693
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Add h5ls test plugin format target
Allen Byrne
2020-09-25
1
-0/+8
|
*
|
|
|
|
Fix manifest
Allen Byrne
2020-09-24
1
-1/+2
|
*
|
|
|
|
Add code owners file
Allen Byrne
2020-09-24
2
-0/+43
|
*
|
|
|
|
Update actions - split push/pull-request commits
Allen Byrne
2020-09-24
4
-3/+138
|
*
|
|
|
|
Change to executable
Allen Byrne
2020-09-24
2
-0/+0
|
*
|
|
|
|
Change to based on LLVM format
Allen Byrne
2020-09-24
1
-101/+1
|
*
|
|
|
|
Fix comment formatting due to tabs conversion
Allen Byrne
2020-09-24
13
-837/+840
|
*
|
|
|
|
Disable formatting for file
Allen Byrne
2020-09-05
1
-30/+4
|
*
|
|
|
|
File changes to affect formatting
Allen Byrne
2020-09-04
40
-8105/+8252
|
*
|
|
|
|
CMake and script changes for clang-format
Allen Byrne
2020-09-04
55
-45/+1335
*
|
|
|
|
|
Merge pull request #2898 in HDFFV/hdf5 from ~JHENDERSON/hdf52:develop to develop
Jordan Henderson
2020-09-24
1
-1/+1
|
\
\
\
\
\
\
[next]