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
/
h5tools_dump.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup tools debug build warnings (#627)
Allen Byrne
2021-05-05
1
-30/+30
*
Tools long double updates (#522)
Allen Byrne
2021-04-15
1
-11/+8
*
Applied clang-tidy readability-non-const-parameter warning fixes auto… (#429)
Sean McBride
2021-03-09
1
-6/+6
*
Primary change is HDFFV-11212 - new refs and JNI (#372)
Allen Byrne
2021-02-25
1
-1/+4
*
Update license url part2 (#333)
Larry Knox
2021-02-17
1
-1/+1
*
Expand 'opt_query' VOL callback to return a bitfield instead of a flag (#136)
Quincey Koziol
2020-11-30
1
-5/+5
*
Clang-format of source files
Allen Byrne
2020-09-30
1
-1507/+1609
*
Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experiment
David Young
2020-07-30
1
-265/+266
|
\
|
*
Warnings reduction in tools
Allen Byrne
2020-07-30
1
-4/+2
|
*
Tools refactor
Allen Byrne
2020-07-15
1
-261/+264
*
|
Squash my changes on branch `fprintf-experiment` into one commit for
David Young
2020-07-07
1
-2/+2
|
/
*
Fix for passthrough VOL not passing tools tests due to incorrect
Dana Robinson
2020-04-08
1
-12/+3
*
Merge branch 'develop' into tools_vol_update
Dana Robinson
2020-04-06
1
-8/+8
|
\
|
*
Fixed unnecessary H5R casts in the tools that were raising warnings.
Dana Robinson
2020-04-02
1
-8/+8
*
|
Updated tools dump output when dataset offset is undefined.
Dana Robinson
2020-04-02
1
-1/+1
*
|
Added checks for native optional call support in some of the tools.
Dana Robinson
2020-04-02
1
-22/+40
*
|
Misc changes for h5dump VOL changes.
Dana Robinson
2020-03-30
1
-25/+35
|
/
*
Whitespace
Allen Byrne
2020-02-29
1
-14/+14
*
Change tools debug macros to not use error stack
Allen Byrne
2020-01-23
1
-28/+33
*
merge and fix
kmu
2020-01-21
1
-8/+13
|
\
|
*
Squashed commit of the token_refactoring branch:
Dana Robinson
2020-01-16
1
-10/+13
*
|
merge and fix conflict
kmu
2020-01-19
1
-14/+12
|
\
\
|
|
/
|
*
Update tools hid_t declarations with H5I_INVALID_HID
Allen Byrne
2020-01-13
1
-11/+11
*
|
merge and fix conflicts
kmu
2020-01-14
1
-734/+1065
|
\
\
|
|
/
|
*
Fix issue in h5dump where reference objects weren't being destroyed
Jordan Henderson
2019-12-31
1
-10/+3
|
*
Clean up tools warnings introduced by H5TOOLS_ERR_INIT macro
Jordan Henderson
2019-12-31
1
-169/+146
|
*
Refactor tools library error handling macros
Jordan Henderson
2019-12-28
1
-157/+162
|
*
HDFFV-10976,-10980 Init obj_type before calling H5Rget_obj_type3
Allen Byrne
2019-12-20
1
-1/+1
|
*
HDFFV-10980 - h5diff uses new ref APIs
Allen Byrne
2019-12-19
1
-1/+21
|
*
Revert and move declaration
Allen Byrne
2019-12-13
1
-3/+5
|
*
Correct struct access
Allen Byrne
2019-12-13
1
-2/+2
|
*
Fix duplicate and varname
Allen Byrne
2019-12-13
1
-4/+3
|
*
Fix compile and test issues from DT
Allen Byrne
2019-12-13
1
-1/+1
|
*
Address compile warnings
Allen Byrne
2019-12-06
1
-4/+3
|
*
HDFFV-10876 Update dump to match DDL spec
Allen Byrne
2019-12-05
1
-0/+2
|
*
Update h5ls help and rework dump_mem routines for attrs
Allen Byrne
2019-12-04
1
-163/+145
|
*
Update data output reference
Allen Byrne
2019-12-03
1
-7/+24
|
*
HDFFV-10876 Update h5dump and h5ls for new ref api.
Allen Byrne
2019-11-07
1
-696/+1031
*
|
fix unused related warnings
kmu
2020-01-13
1
-1/+1
|
/
*
Fix reference type comparison in h5dump
Jerome Soumagne
2019-10-08
1
-1/+5
*
Make wrappers, tests and tools use H5Treclaim() instead of H5Dvlen_reclaim()
Jerome Soumagne
2019-10-08
1
-3/+3
*
HDFFV-10919 merge synching
Allen Byrne
2019-10-02
1
-46/+46
*
HDFFV-10876 h5dump OPAQUE size should be optional
Allen Byrne
2019-08-27
1
-9/+17
*
TRILAB-81 coverity fixes
Allen Byrne
2018-10-17
1
-44/+44
*
Changes made based on feedback from pull request #1039.
Vailin Choi
2018-05-14
1
-1/+1
*
Fix for HDFFV-10180 Performance issues with H5Oget_info.
Vailin Choi
2018-04-24
1
-1/+1
*
HDFFV-10396 Eliminate overuse of h5tools_simple_prefix function
Allen Byrne
2018-01-25
1
-65/+0
*
HDFFV-10297 Cleanup, Initialize variables
Allen Byrne
2017-10-23
1
-5/+6
*
HDFFV-10297 Fix compiler compaliants
Allen Byrne
2017-10-16
1
-2/+1
*
HDFFV-10296 Update tools lib to use the error handling macros.
Allen Byrne
2017-10-13
1
-118/+59
[next]