hdf5/bin
Allen Byrne 874c473f34
Suggested header footer for NEWSLETTER (#4204)
* Suggested header footer for NEWSLETTER

* Updates

* Add NEWSLETTER.txt to h5vers script
2024-03-21 09:11:10 -07:00
..
batch
pkgscrpts
buildhdf5 Remove programmer/date from comments (#3210) 2023-06-29 12:13:29 -07:00
checkapi
chkcopyright Replace support.hdfgroup.org URLs for alternative COPYING file (#3228) 2023-07-12 17:33:58 -05:00
cmakehdf5 Deprecate bin/cmakehdf5 (#4127) 2024-03-13 08:02:47 -07:00
debug-ohdr
format_source
genparser
h5cc.in Don't set the rpath when linking statically (#4125) 2024-03-13 08:03:21 -07:00
h5redeploy.in
h5vers Suggested header footer for NEWSLETTER (#4204) 2024-03-21 09:11:10 -07:00
iostats
make_err Convert hbool_t --> bool in src (#3496) 2023-09-05 14:52:30 -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
makehelp
output_filter.sh Remove programmer/date from comments (#3210) 2023-06-29 12:13:29 -07:00
README.md
release Don't add files and directories with names that begin with ., or that match *autom4te* to release tar & zip files. (#4009) 2024-02-13 08:42:39 -06:00
restore.sh
runbkgprog
switch_maint_mode Remove programmer/date from comments (#3210) 2023-06-29 12:13:29 -07:00
trace Fix bin/trace script w/ out params (#4074) 2024-03-07 13:04:14 -08: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 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.