hdf5/bin
2022-09-20 17:21:15 -05:00
..
batch Trim trailing whitespace 2020-04-20 18:12:00 -05:00
pkgscrpts Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
bbrelease Replace obsolete docver arg with arg to supply branch name (#1771) 2022-05-13 18:00:46 -05:00
buildhdf5 Fixed Spelling Errors (#1166) 2021-12-07 08:27:29 -06:00
checkapi Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
checkposix Removes Windows getlogin() equivalents (#1958) 2022-08-01 09:55:54 -07:00
chkcopyright Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
cmakehdf5 Fixed Spelling Errors (#1166) 2021-12-07 08:27:29 -06:00
debug-ohdr Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
format_source Develop clang format java (#1653) 2022-04-19 13:08:09 -05:00
genparser Fix typos found in the rest of the hdf5 code-base (#1985) 2022-08-10 13:57:26 -07:00
h5cc.in Minor things discovered while preparing 1.12.2 (#1620) 2022-04-08 09:50:20 -05:00
h5redeploy.in Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
h5vers Updated README.txt to README.md (#1375) 2022-01-14 17:28:04 -06:00
iostats Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
make_err Fixed many -Wreserved-id-macro warnings by fixing header guard spelling (#361) 2021-02-22 22:29:56 -06:00
make_overflow Fixed many -Wreserved-id-macro warnings by fixing header guard spelling (#361) 2021-02-22 22:29:56 -06:00
make_vers Minor things discovered while preparing 1.12.2 (#1620) 2022-04-08 09:50:20 -05:00
Makefile.am Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
makehelp Add support for "make check-vol", along with a few minor cleanups, etc. 2018-11-28 19:07:30 -06:00
output_filter.sh Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
README.md Removes bin/deploy, which just calls h5redeploy under the hood (#2027) 2022-08-19 09:11:22 -05:00
release Update examples reference to single-source version 2.0.1 (#2107) 2022-09-20 17:21:15 -05:00
restore.sh Updates bin/restore.sh to clean up src/H5config.h.in (#1605) 2022-04-07 09:14:47 -05:00
runbkgprog Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
switch_maint_mode Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
trace Subfiling updates for release (#1963) 2022-08-04 10:56:48 -07:00
warnhist Updates the warnist script to report gfortran generic warnings (#2040) 2022-08-19 09:09:59 -05:00

Scripts in bin and their purpose

Programs run via autogen.sh (or the equivalent in CMake) are indicated.

Program Purpose
buildhdf5 Convenience script to build HDF5 using the Autotools
checkapi Checks if public API calls are used in internal functions
checkposix Checks if C/POSIX calls are prefixed with HD
chkcopyright Checks if files have appropriate copyright statements
cmakehdf5 Convenience script to build HDF5 using CMake
debug-ohdr Examines debug output from H5O_open/close to look for open objects
format_source Runs clang-format over the source files, applying our rules
genparser Creates the flex/bison-based parser files in the high-level library
h5cc.in Input file from which h5cc is created
h5redeploy.in Input file from which h5redeploy is created
h5vers Updates the library version number
make_err Generates the H5E header files (called in autogen.sh)
make_vers Generates H5version.h (called in autogen.sh)
make_overflow Generates H5overflow.h (called in autogen.sh)
output_filter Used in the tools test code to strip extraneous output before we diff files
restore.sh Removes files generated by autogen.sh
runbkprog Used by CMake to run test programs in the background
switch_maint_mode Switches maintainer mode on/off in configure.ac
trace Adds TRACE macros to HDF5 C library source files (run by autogen.sh)
warnhist Generates compiler warning statistics for gcc/clang when fed output of make

TODO

  • chkcopyright is currently semi-broken as it doesn't handle the full variety of copyright headers we need. We're leaving it in place, though, in the hopes that someone will update it in the future.
  • Extending warnhist to better understand the output of additional compilers/languages would be nice.