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
*
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 #2680 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor ...
Dana Robinson
2020-07-07
2
-5/+23
|
\
\
|
*
|
Fixes Autotools builds on Solaris after monotonic timer changes
Dana Robinson
2020-07-07
2
-5/+23
|
|
/
*
|
Merge pull request #2677 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
Larry Knox
2020-07-07
1
-1/+1
|
\
\
|
|
/
|
/
|
|
*
Change load path in libhdf5_java.dylib to unversioned libhdf5.dylib for
Larry Knox
2020-07-07
1
-1/+1
|
/
*
Merge pull request #2673 in HDFFV/hdf5 from monotonic_timer_fix_01 to develop
Quincey Koziol
2020-07-03
2
-2/+2
|
\
|
*
Address CMake and deprecated API build failures from monotonic timer patch.
Quincey Koziol
2020-07-03
2
-2/+2
|
/
*
Merge pull request #2672 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
Larry Knox
2020-07-02
1
-1/+1
|
\
|
*
Add missing '"'.
Larry Knox
2020-07-02
1
-1/+1
|
/
*
Merge pull request #2671 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
Allen Byrne
2020-07-02
6
-224/+222
|
\
|
*
Small changes discovered with mingw and windows defines moved
Allen Byrne
2020-07-02
6
-224/+222
*
|
Merge pull request #2670 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
Larry Knox
2020-07-02
3
-1/+20
|
\
\
|
|
/
|
/
|
|
*
Lib files needed are now copied to a subdirectory in the java/test
Larry Knox
2020-07-02
3
-1/+20
|
/
*
Merge pull request #2668 in HDFFV/hdf5 from monotonic_timer to develop
Quincey Koziol
2020-07-02
23
-909/+1817
|
\
|
*
Remove non-existent example
Quincey Koziol
2020-06-30
1
-2/+2
|
*
Merge remote-tracking branch 'origin/develop' into monotonic_timer
Quincey Koziol
2020-06-30
3
-7/+17
|
|
\
|
*
|
Add new source files to CMake build
Quincey Koziol
2020-06-28
2
-0/+2
|
*
|
Clean up warnings
Quincey Koziol
2020-06-28
7
-54/+53
|
*
|
va_arg -> HDva_arg
Quincey Koziol
2020-06-27
1
-1/+1
|
*
|
Merge remote-tracking branch 'origin/develop' into monotonic_timer
Quincey Koziol
2020-06-27
3
-54/+134
|
|
\
\
|
*
|
|
Refactor code to remove remaining checks for H5_HAVE_GETTIMEOFDAY scattered a...
Quincey Koziol
2020-06-27
6
-328/+190
|
*
|
|
Merge remote-tracking branch 'origin/develop' into monotonic_timer
Quincey Koziol
2020-06-26
1843
-181238/+348913
|
|
\
\
\
|
*
|
|
|
Correct mistake in H5_now_usec calculation for clock_gettime.
Quincey Koziol
2017-09-24
1
-1/+1
|
*
|
|
|
Remove detection for mach/mach/time.h, since we're no longer using the
Quincey Koziol
2017-09-24
3
-8/+0
|
*
|
|
|
Update H5_now_usec to prefer using clock_gettime.
Quincey Koziol
2017-09-24
1
-1/+8
|
*
|
|
|
Merge remote-tracking branch 'origin/develop' into monotonic_timer
Quincey Koziol
2017-09-03
21
-889/+846
|
|
\
\
\
\
|
*
|
|
|
|
Changes to make timers within the library monotonic.
Quincey Koziol
2017-09-03
15
-520/+1563
*
|
|
|
|
|
Merge pull request #2669 in HDFFV/hdf5 from ~JAKE.SMITH/hdf5:bugfix/HDftell_m...
Jake Smith
2020-06-30
1
-1/+1
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Fix typo in HDftell macro definition: 'ftello -> ftell'
Jacob Smith
2020-06-29
1
-1/+1
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #2609 in HDFFV/hdf5 from ~BMRIBLER/hdf5-bmr:develop to dev...
Binh-Minh Ribler
2020-06-30
2
-1/+15
|
\
\
\
\
\
|
*
|
|
|
|
Changed wording in comment.
Binh-Minh Ribler
2020-06-30
1
-2/+2
|
*
|
|
|
|
- added comment to explain a kluge
Binh-Minh Ribler
2020-06-29
2
-1/+11
|
*
|
|
|
|
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
Binh-Minh Ribler
2020-06-29
123
-4381/+5132
|
|
\
\
\
\
\
|
|
|
/
/
/
/
[next]