hdf5/bin
2023-08-03 07:57:29 -05:00
..
batch Use ctest_test and APPEND to correctly report passed and failed test numbers in CDash (#2208) 2022-11-02 09:02:47 -07:00
pkgscrpts Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
buildhdf5 sync bin dir with develop (#3269) 2023-07-24 16:48:11 -05:00
checkapi Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
chkcopyright sync bin dir with develop (#3269) 2023-07-24 16:48:11 -05:00
cmakehdf5 sync bin dir with develop (#3269) 2023-07-24 16:48:11 -05:00
debug-ohdr Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
format_source sync bin dir with develop (#3269) 2023-07-24 16:48:11 -05:00
genparser Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
h5cc.in Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
h5redeploy.in Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
h5vers sync bin dir with develop (#3269) 2023-07-24 16:48:11 -05:00
iostats Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
make_err Merge Made HGOTO_ERROR a do-while loop changes from develop (#3334) 2023-08-03 07:57:29 -05:00
make_overflow sync bin dir with develop (#3269) 2023-07-24 16:48:11 -05:00
make_vers sync bin dir with develop (#3269) 2023-07-24 16:48:11 -05:00
Makefile.am Update copyright headers (#2184) 2022-11-01 16:02:27 -05: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 sync bin dir with develop (#3269) 2023-07-24 16:48:11 -05:00
README.md Remove unused files (#3276) 2023-07-27 09:14:32 -07:00
release Merge Made HGOTO_ERROR a do-while loop changes from develop (#3334) 2023-08-03 07:57:29 -05:00
restore.sh Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
runbkgprog Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
switch_maint_mode sync bin dir with develop (#3269) 2023-07-24 16:48:11 -05:00
trace Sync with develop (#2871) 2023-05-01 22:25:48 -07:00
warnhist sync bin dir with develop (#3269) 2023-07-24 16:48:11 -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
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.