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
...
*
Changed default dataset shared struct to initialize hid_t IDs to
Dana Robinson
2020-05-20
1
-0/+3
*
Remove tongue-in-cheek credit for Rusty Shackleford and Dale Alvin Gribble.
David Young
2020-05-20
1
-21/+0
*
Follow HDF5 conventions.
David Young
2020-05-20
1
-30/+89
*
Correct extra flags
Allen Byrne
2020-05-20
1
-2/+2
*
Minor renaming in the tools code.
Dana Robinson
2020-05-20
7
-106/+108
*
Fix for HDFFV-11065.
Gerd Heber
2020-05-20
1
-0/+2
*
Fix latent bug in h5repack options file reading
Jordan Henderson
2020-05-20
3
-46/+53
*
TRILAB-192 remove comment
Allen Byrne
2020-05-20
1
-1/+0
*
Refactor to reduce verbosity.
Quincey Koziol
2020-05-20
1
-55/+33
*
Minor renaming in h5dump (addr --> token)
Dana Robinson
2020-05-20
2
-30/+30
*
TRILAB-192 add comparable clang flags
Allen Byrne
2020-05-20
8
-5/+129
*
Fix some missing symbols issues in tools library
Jordan Henderson
2020-05-20
1
-2/+3
*
A few small tweaks to the tools from review
Jordan Henderson
2020-05-20
4
-135/+147
*
Replace usage of some standard library functions with HD- versions
Jordan Henderson
2020-05-20
2
-4/+4
*
Update Tools library to be better compatible with VOL connectors
Jordan Henderson
2020-05-20
24
-760/+1155
*
TRILAB-24 use CHECK_STRUCT_HAS_MEMBER
Allen Byrne
2020-05-20
3
-88/+20
*
Correct macro check
Quincey Koziol
2020-05-20
1
-1/+1
*
Add extensive warnings to tools executables
Allen Byrne
2020-05-20
8
-0/+22
*
Reorg comments
Allen Byrne
2020-05-20
1
-4/+22
*
Correct warning flag form
Allen Byrne
2020-05-20
1
-1/+1
*
Because of tools macro, this needs to be a warning
Allen Byrne
2020-05-20
1
-1/+3
*
unused set-variable in macro
Allen Byrne
2020-05-20
1
-0/+1
*
Fix Werror issues in JNI and tools
Allen Byrne
2020-05-20
6
-12/+13
*
TRILAB-192 fix JNI shadow warning
Allen Byrne
2020-05-20
5
-10/+1
*
TRILAB-192 restrict extensive warnings to libraries
Allen Byrne
2020-05-20
8
-144/+140
*
Correct failure when allocation tracking are disabled.
Quincey Koziol
2020-05-20
1
-0/+12
*
TRILAB-192 add release note
Allen Byrne
2020-05-20
1
-0/+15
*
TRILAB-192 Identify warnings that fail as errors
Allen Byrne
2020-05-20
2
-11/+72
*
Update the MANIFEST for the autoconf/cmake shared warnings files.
David Young
2020-05-20
1
-3/+34
*
Revise API for H5get_alloc_stats() to take a struct instead of separate values.
Quincey Koziol
2020-05-20
6
-99/+64
*
Add routines to query the library's free list sizes and allocation stats.
Quincey Koziol
2020-05-20
9
-212/+606
*
Correct syntax
Allen Byrne
2020-05-20
1
-2/+2
*
Update CMake compiler flags to use same set of warnings
Allen Byrne
2020-05-20
1
-31/+82
*
Move the GNU warnings configuration under config/gnu-warnings/ and trim
David Young
2020-05-20
36
-38/+38
*
By default, demote warnings promoted to errors back to warnings.
David Young
2020-05-20
1
-1/+19
*
Incorporate the H5_ECFLAGS into the library CFLAGS. Now a bunch of errors will
David Young
2020-05-20
3
-2/+6
*
Break out warnings into more files that autoconf and CMake can share. This
David Young
2020-05-20
34
-71/+177
*
Allow use of INTEL icl/icl++ for clang
Allen Byrne
2020-05-20
2
-59/+63
*
Fix threadsafe for new test
Allen Byrne
2020-05-20
1
-1/+20
*
Fixed the RELEASE.txt note for HDFFV-11057
Dana Robinson
2020-05-20
1
-9/+8
*
Fix shutdown errors when using the HDF5_VOL_CONNECTOR environment
Dana Robinson
2020-05-20
4
-2/+28
*
Very minor comment change in H5VLconnector.h.
Dana Robinson
2020-05-20
1
-1/+1
*
Use the correct error macro.
David Young
2020-05-20
1
-1/+1
*
Fix issues when deserializing point/all/none selection with version beyond th...
Vailin Choi
2020-05-20
5
-5/+23
*
Avoid a crash, don't check if we're flushing when the file is closing:
David Young
2020-05-20
1
-5/+5
*
Use a naked pthread_self() call in the HDF5 thread wrappers.
David Young
2020-05-20
2
-6/+2
*
Add semicolons to more PASSED() invocations.
David Young
2020-05-20
4
-5/+5
*
Remove system command from valgrind reports
Allen Byrne
2020-05-20
1
-2/+2
*
Fix incorrect FUNC_LEAVE macro (should match FUNC_ENTER_*_TAG).
Jacob Smith
2020-05-20
2
-3/+3
*
Whitespace
Allen Byrne
2020-05-20
1
-14/+14
[prev]
[next]