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
/
src
/
h5repack
/
h5repack_main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove HD from HDmem* calls (#3211)
Dana Robinson
2023-06-29
1
-5/+5
*
Remove HD from C std lib file ops (#3206)
Dana Robinson
2023-06-29
1
-6/+6
*
Remove HD from strto* calls (#3204)
Dana Robinson
2023-06-29
1
-4/+4
*
Rename HDexit() and related to exit(), etc. (#3202)
Dana Robinson
2023-06-29
1
-1/+1
*
Rename HDato*() to ato*() (#3201)
Dana Robinson
2023-06-29
1
-17/+17
*
Rename HD(f)printf() to (f)printf() (#3194)
Dana Robinson
2023-06-28
1
-5/+5
*
Many fixes to various compiler warnings (#3124)
Sean McBride
2023-06-19
1
-4/+4
*
H5F_LIBVER_LATEST changes for move to 1.15 (#2288)
Allen Byrne
2022-12-21
1
-1/+2
*
Update copyright headers (#2184)
Larry Knox
2022-11-01
1
-1/+0
*
Onion VFD (#1953)
Dana Robinson
2022-08-02
1
-0/+28
*
Move error-stack text to top of usage display (#1564)
Allen Byrne
2022-04-01
1
-6/+11
*
Sprinkle H5_ATTR_FORMAT over printf(3)-like functions in tools and fix issues...
David Young
2022-02-21
1
-2/+2
*
Remove const from the argv tools/tests main sig. (#1390)
Allen Byrne
2022-01-28
1
-4/+4
*
Fixed Spelling Errors (#1166)
Scot Breitenfeld
2021-12-07
1
-3/+3
*
Add option for h5repack timing (#1142)
Allen Byrne
2021-11-08
1
-4/+10
*
VFD plugins (#602)
jhendersonHDF
2021-09-29
1
-12/+76
*
Brings the tools getopt(3) replacement into the main library (#803)
Dana Robinson
2021-06-29
1
-78/+78
*
Cleans up POSIX/C bits in H5private.h (#804)
Dana Robinson
2021-06-29
1
-3/+3
*
Fixed all clang-tidy bugprone-suspicious-string-compare warnings (#451)
Sean McBride
2021-03-10
1
-1/+1
*
Update license url part2 (#333)
Larry Knox
2021-02-17
1
-1/+1
*
11099 Add help text line (#259)
Allen Byrne
2021-01-15
1
-0/+1
*
Clang-format of source files
Allen Byrne
2020-09-30
1
-184/+226
*
HDFFV-9984 Add options to merge/prune external links during repack
Allen Byrne
2020-08-14
1
-20/+33
*
Tools refactor
Allen Byrne
2020-07-15
1
-16/+2
*
Added VOL command-line options to (p)h5diff, h5ls, h5dump, and h5mkgrp.
Dana Robinson
2020-04-21
1
-0/+1
*
Separated VFD and VOL parameters in tools.
Dana Robinson
2020-04-21
1
-6/+6
*
Update h5repack long arguments for id-->value changes.
Dana Robinson
2020-04-14
1
-2/+2
*
Changed identifiers and command-line options from "id" to "value" in tools
Dana Robinson
2020-04-14
1
-8/+8
*
Added support for passing connector info strings via the command
Dana Robinson
2020-04-09
1
-2/+2
*
Minor renaming in the tools code.
Dana Robinson
2020-03-31
1
-16/+16
*
Fix latent bug in h5repack options file reading
Jordan Henderson
2020-03-29
1
-0/+2
*
Replace usage of some standard library functions with HD- versions
Jordan Henderson
2020-03-26
1
-2/+2
*
Update Tools library to be better compatible with VOL connectors
Jordan Henderson
2020-03-17
1
-39/+169
*
testpar/t_2Gio.c: Fix a typo that I think was introduced by a
David Young
2020-01-29
1
-5/+7
*
remove unsed var,function,macro, etc
kmu
2019-12-06
1
-1/+1
*
Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings le...
David Young
2019-11-27
1
-8/+6
*
Change some GCC warnings to errors. Fix code to quiet some warnings.
David Young
2019-11-05
1
-6/+8
*
HDFFV-10919 merge synching
Allen Byrne
2019-10-02
1
-5/+5
*
Update versioning to next major version
Allen Byrne
2019-09-25
1
-1/+2
*
Revert else-if to single line.
Jacob Smith
2019-09-24
1
-22/+12
*
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5...
Jacob Smith
2019-09-23
1
-1/+2
|
\
|
*
Update libvers usage
Allen Byrne
2019-07-28
1
-1/+2
*
|
Add copyright/disclaimer to repack gentest.
Jacob Smith
2019-07-22
1
-7/+0
*
|
Minor formatting adjustments.
Jacob Smith
2019-07-22
1
-4/+4
*
|
Undo some formatting modifications.
Jacob Smith
2019-06-21
1
-3/+9
*
|
refactor h5repack_main.c -- remove some redundancy, formatting
Jacob Smith
2019-05-24
1
-173/+134
*
|
Fit help message to 80 character width and clarify some details.
Jacob Smith
2019-05-14
1
-27/+44
|
/
*
TRILAB-81 coverity fixes
Allen Byrne
2018-10-17
1
-0/+2
*
Fix indentation
Allen Byrne
2018-02-19
1
-2/+2
*
HDFFV-10384 Add optional arg to enable-error-stack
Allen Byrne
2018-02-14
1
-2/+2
[next]