This repository serve as a backup for my Maxwell-TD code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Qi Jian Lim 6c05defaa1 Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
..
batch Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
pkgscrpts Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
Makefile.am Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
Makefile.in Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
README.md Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
bbrelease Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
buildhdf5 Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
checkapi Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
checkposix Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
chkcopyright Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
cmakehdf5 Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
compile Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
config.guess Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
config.sub Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
debug-ohdr Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
depcomp Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
format_source Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
genparser Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
h5cc.in Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
h5redeploy.in Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
h5vers Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
install-sh Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
iostats Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
ltmain.sh Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
make_err Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
make_overflow Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
make_vers Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
makehelp Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
missing Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
output_filter.sh Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
release Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
restore.sh Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
runbkgprog Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
switch_maint_mode Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
test-driver Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
trace Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
warnhist Fix: add HybridMesher as normal source folder (not submodule) 3 months ago

README.md

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.