hdf5/bin
mattjala 966d7e1055
Add java options to build scripts (#3127)
* Add java options to build scripts

Previously, cmakehdf5 turned on compiling of the java interface
by default due to a value set in cacheinit.cmake.

Now, consistent with how Fortran and CPP interfaces are handled,
the script overwrites this default value to disable the libraries,
fixing #2958.

I also implemented the --enable-java/--disable java options for
cmakehdf5, and -java for buildhdf5.

Allen said these scripts should mention that
compilers are to be specified in environment variables, but missing
compilers causes errors at the CMake level, and
CMake's error messages are already pretty informative (See the one
in #2958 about JAVA_COMPILER).
2023-06-15 10:20:10 -07: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
bbrelease Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
buildhdf5 Add java options to build scripts (#3127) 2023-06-15 10:20:10 -07:00
checkapi Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
chkcopyright Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
cmakehdf5 Add java options to build scripts (#3127) 2023-06-15 10:20:10 -07:00
debug-ohdr Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
format_source Adds an optional version arg to bin/format_source (#3119) 2023-06-14 08:00:46 -07: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 Update windows worker compilers (#2286) 2022-12-14 08:58:20 -06:00
iostats Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
make_err Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
make_overflow Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
make_vers Make autogen.sh output message consistent (#3128) 2023-06-14 19:01:48 -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 Removes MPE instrumentation support. (#2245) 2022-11-09 11:06:26 -08:00
README.md Remove the checkposix script (#3122) 2023-06-14 07:59:49 -07:00
release Minor fixes for CMake code and install docs (#2623) 2023-04-03 14:38:10 -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 Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
trace Implement selection I/O with type conversion (#2823) 2023-04-28 16:58:25 -07:00
warnhist Update copyright headers (#2184) 2022-11-01 16:02:27 -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.