summaryrefslogtreecommitdiffstats
path: root/tools/src/h5repack
Commit message (Expand)AuthorAgeFilesLines
* hbool_t/TRUE/FALSE --> bool/true/false in tools (#3491)Dana Robinson2023-09-057-50/+50
* Avoid H5Ocopy in h5repack for variable-length string types (#3419)jhendersonHDF2023-08-241-0/+4
* Fix h5repack for variable-length datatyped datasets (#3331)jhendersonHDF2023-08-021-1/+12
* Remove HD from HDis* (e.g., isalpha) (#3212)Dana Robinson2023-06-291-6/+6
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-295-23/+23
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-4/+0
* Remove HD from C std lib file ops (#3206)Dana Robinson2023-06-291-6/+6
* Remove HD from strto* calls (#3204)Dana Robinson2023-06-292-10/+10
* Rename HDexit() and related to exit(), etc. (#3202)Dana Robinson2023-06-293-28/+28
* Rename HDato*() to ato*() (#3201)Dana Robinson2023-06-292-18/+18
* Remove HD from memory allocate/free calls (#3195)Dana Robinson2023-06-285-97/+96
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-284-83/+83
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-3/+3
* Many fixes to various compiler warnings (#3124)Sean McBride2023-06-191-4/+4
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-165-13/+13
* Make sure that ONLY_SHARED_LIBS option is correctly set (#2544)Allen Byrne2023-03-131-2/+2
* GH issue #1142, print must have verbose on first (#2540)Allen Byrne2023-03-131-4/+6
* H5F_LIBVER_LATEST changes for move to 1.15 (#2288)Allen Byrne2022-12-211-1/+2
* Output should only be printed if verbose. (#2273)Allen Byrne2022-12-021-26/+36
* Update copyright headers (#2184)Larry Knox2022-11-0110-10/+0
* Update CMake code to 3.18 minimum version (#2080)Allen Byrne2022-09-031-1/+1
* Fix typos found in the rest of the hdf5 code-base (#1985)luzpaz2022-08-101-1/+1
* Onion VFD (#1953)Dana Robinson2022-08-021-0/+28
* Develop clang 13 format (#1933)Allen Byrne2022-07-266-31/+31
* Subfiling VFD (#1883)jhendersonHDF2022-07-221-2/+2
* sprintf to snprintf (#1815)Sean McBride2022-06-221-3/+3
* Move error-stack text to top of usage display (#1564)Allen Byrne2022-04-011-6/+11
* Sprinkle H5_ATTR_FORMAT over printf(3)-like functions in tools and fix issues...David Young2022-02-211-2/+2
* Remove const from the argv tools/tests main sig. (#1390)Allen Byrne2022-01-281-4/+4
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-076-31/+31
* Add option for h5repack timing (#1142)Allen Byrne2021-11-085-50/+166
* VFD plugins (#602)jhendersonHDF2021-09-294-20/+84
* Add support for parallel filters to h5repack (#832)jhendersonHDF2021-07-141-4/+21
* Brings the tools getopt(3) replacement into the main library (#803)Dana Robinson2021-06-291-78/+78
* Cleans up POSIX/C bits in H5private.h (#804)Dana Robinson2021-06-291-3/+3
* Ubsan fixes (#498)Sean McBride2021-05-031-10/+8
* File locks now work on Windows (#480)Dana Robinson2021-03-221-21/+46
* Update clang config (#473)Quincey Koziol2021-03-171-1/+4
* Fixed all clang-tidy bugprone-suspicious-string-compare warnings (#451)Sean McBride2021-03-102-2/+2
* Applied clang-tidy readability-non-const-parameter warning fixes auto… (#429)Sean McBride2021-03-093-17/+17
* Changes found during merge to 1.12 (#414)Allen Byrne2021-03-041-3/+3
* Primary change is HDFFV-11212 - new refs and JNI (#372)Allen Byrne2021-02-252-6/+8
* Update license url part2 (#333)Larry Knox2021-02-1710-10/+10
* 11099 Add help text line (#259)Allen Byrne2021-01-151-0/+1
* Clang-format of source filesAllen Byrne2020-09-309-1947/+2015
* Merge pull request #2650 in HDFFV/hdf5 from ~DYOUNG/werror:rebased-fprintf-ex...David Young2020-09-281-1/+1
|\
| * Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-09-271-0/+12
| |\
| * \ Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-09-035-51/+127
| |\ \
| * \ \ Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-07-301-16/+2
| |\ \ \
| * | | | Delete extra argument, there is no formatting for it.David Young2020-07-071-1/+1