hdf5/bin
2024-09-27 07:30:27 -05:00
..
batch Remove H5detect and H5make_libsettings (#3104) 2023-06-13 08:16:41 -07:00
pkgscrpts Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
buildhdf5 Remove programmer/date from comments (#3210) 2023-06-29 12:13:29 -07:00
checkapi Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
chkcopyright Replace support.hdfgroup.org URLs for alternative COPYING file (#3228) 2023-07-12 17:33:58 -05:00
cmakehdf5 Change osx refs to macos (#4707) 2024-08-13 14:43:28 -05:00
debug-ohdr Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
format_source Pause recording errors instead of clearing the error stack (#4475) 2024-06-18 14:17:43 -07:00
genparser Improve grammar and style of comment block in bin/genparser (#4879) 2024-09-27 07:30:27 -05:00
h5cc.in Removed duplicate entries in compile line for h5* compiler wrappers (#4360) 2024-04-09 17:01:00 -07:00
h5redeploy.in Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
h5vers Refactor error handling code to eliminate internal ID calls (#4453) 2024-05-09 07:41:57 -07:00
iostats Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
make_err Refactor error handling code to eliminate internal ID calls (#4453) 2024-05-09 07:41:57 -07:00
make_overflow Remove programmer/date from comments (#3210) 2023-06-29 12:13:29 -07:00
make_vers Remove programmer/date from comments (#3210) 2023-06-29 12:13:29 -07: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 Remove programmer/date from comments (#3210) 2023-06-29 12:13:29 -07:00
README.md Remove TRACE macros (#4341) 2024-04-12 09:16:41 -07:00
release Updates for release_docs/NEWSLETTER.txt. (#4423) 2024-04-19 09:03:07 -07: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 Remove programmer/date from comments (#3210) 2023-06-29 12:13:29 -07:00
trace Change type of offset arg in H5Pset_external to HDoff_t (#3505) 2024-06-04 14:16:27 -07:00
warnhist Add 'warning density' computation to the warnhist script (#3910) 2023-12-29 08:42:35 -06: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 Updates H5ARG_TRACE macros in H5ES_insert() calls (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.