hdf5/bin
Dana Robinson 6db28d6f9f Remove bin/cmakehdf5
This was an unsupported build script to make building the library
with CMake look like building it with the Autotools. It hasn't been
maintained in a long time and we've had it marked as deprecated for
years.
2024-10-22 14:42:56 -05:00
..
batch Remove H5detect and H5make_libsettings (#3104) 2023-06-13 08:16:41 -07:00
pkgscrpts Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
buildhdf5 Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
checkapi Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
chkcopyright Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
debug-ohdr Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
format_source Pause recording errors instead of clearing the error stack (#4475) 2024-06-18 14:17:43 -07:00
genparser Remove some Solaris Studio work-arounds (#4979) 2024-10-20 12:47:52 -07:00
h5cc.in Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
h5redeploy.in Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
h5vers Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
iostats Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
make_err Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
make_overflow Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
make_vers Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
Makefile.am Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07: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 Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
README.md Remove bin/cmakehdf5 2024-10-22 14:42:56 -05:00
release Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
restore.sh Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
runbkgprog Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
switch_maint_mode Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
trace Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
warnhist Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07: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
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.