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
/
tools
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix unused related warnings
kmu
2020-05-20
2
-4/+4
*
more fix and address comments
kmu
2020-05-20
1
-2/+2
*
remove unsed var,function,macro, etc
kmu
2020-05-20
1
-3/+3
*
Correct standalone function attributes
Allen Byrne
2020-05-20
1
-4/+9
*
Standalone should not use import/export attributes
Allen Byrne
2020-05-20
1
-0/+5
*
Squashed commit of the token_refactoring branch:
Dana Robinson
2020-05-20
13
-212/+338
*
Update tools hid_t declarations with H5I_INVALID_HID
Allen Byrne
2020-05-20
9
-55/+55
*
Fix standalone compile issues
Allen Byrne
2020-05-20
1
-46/+39
*
fix and address comments
kmu
2020-05-20
2
-18/+6
*
fix intel compile warnings
kmu
2020-05-20
2
-4/+16
*
Revert "fix warnings from Intel compiler"
kmu
2020-05-20
2
-16/+4
*
fix warnings from Intel compiler
kmu
2020-05-20
2
-4/+16
*
Small changes from the token_refactoring branch, to reduce the delta to develop
Quincey Koziol
2020-05-20
1
-3/+3
*
Fix issue in h5dump where reference objects weren't being destroyed
Jordan Henderson
2020-05-20
1
-10/+3
*
Clean up tools warnings introduced by H5TOOLS_ERR_INIT macro
Jordan Henderson
2020-05-20
12
-552/+485
*
Refactor tools library error handling macros
Jordan Henderson
2020-05-20
13
-843/+934
*
Fix compile statement order
Allen Byrne
2020-05-20
3
-4/+5
*
HDFFV-10976,-10980 Init obj_type before calling H5Rget_obj_type3
Allen Byrne
2020-05-20
3
-4/+4
*
Add unknown define for h5dump ref objects
Allen Byrne
2020-05-20
2
-1/+3
*
HDFFV-10980 - h5diff uses new ref APIs
Allen Byrne
2020-05-20
13
-425/+820
*
Revert and move declaration
Allen Byrne
2020-05-20
1
-3/+5
*
Correct struct access
Allen Byrne
2020-05-20
1
-2/+2
*
Fix duplicate and varname
Allen Byrne
2020-05-20
1
-4/+3
*
Fix compile and test issues from DT
Allen Byrne
2020-05-20
1
-1/+1
*
Fix issues found with ONLY_SHARED_LIBS option
Allen Byrne
2020-05-20
1
-14/+14
*
Revert declaration used in macro.
Allen Byrne
2020-05-20
1
-0/+1
*
Revert declaration deletion.
Allen Byrne
2020-05-20
1
-0/+1
*
Address compile warnings
Allen Byrne
2020-05-20
3
-6/+3
*
Fix compile errors - mostly in jni
Allen Byrne
2020-05-20
2
-22/+23
*
HDFFV-10876 Update dump to match DDL spec
Allen Byrne
2020-05-20
2
-1/+4
*
Update h5ls help and rework dump_mem routines for attrs
Allen Byrne
2020-05-20
4
-169/+150
*
Update data output reference
Allen Byrne
2020-05-20
1
-7/+24
*
Update reference files and fix int as string
Allen Byrne
2020-05-20
1
-1/+7
*
Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings le...
David Young
2020-05-20
3
-8/+1
*
Demote errors to warnings for a couple of unused-but-set variables that
David Young
2020-05-20
2
-0/+7
*
Mark an unused parameter H5_ATTR_UNUSED.
David Young
2020-05-20
1
-1/+1
*
Comment correction
Allen Byrne
2020-05-20
1
-1/+1
*
HDFFV-10876 Update h5dump and h5ls for new ref api.
Allen Byrne
2020-05-20
17
-1136/+1701
*
Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1,
David Young
2019-12-09
15
-199/+685
*
Modifications for the following items in the punch list:
Vailin Choi
2019-11-14
1
-4/+1
*
First, reduce code duplication in h5tools_fopen(). Then, stop h5tools_fopen()
David Young
2019-10-21
1
-33/+22
*
Fix some tools: try all other VFDs before SWMR.
David Young
2019-10-18
1
-3/+3
*
Introduce PRI*HADDR and PRI*HSIZE for printing haddr_t and hsize_t.
David Young
2019-10-03
1
-3/+3
*
Use calloc instead of malloc so that the VFD SWMR configuration
David Young
2019-09-17
1
-1/+1
*
Enable h5ls to use VFD SWMR.
David Young
2019-09-12
1
-17/+79
*
HD prefix and whitespace
Allen Byrne
2018-08-28
1
-1/+1
*
Add quotes to places where MPI_C_LIBRARIES are linked against
Jordan Henderson
2018-07-27
1
-2/+2
*
Changes made based on feedback from pull request #1039.
Vailin Choi
2018-05-14
8
-24/+24
*
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
Vailin Choi
2018-05-14
1
-31/+25
|
\
|
*
TRILABS-19 remove add_defintions and use generator expressions
Allen Byrne
2018-04-26
1
-31/+25
[next]