mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
Update version to 2.1 and derive version information from H5public.h, removing h5vers script and updating CMake and Java configurations. Versioning: Update version to 2.1 in H5public.h. Derive version strings in H5public.h using macros. CMake: Extract version from H5public.h in HDF5config.cmake and HDF5AsSubdirMacros.cmake. Configure README.md and CHANGELOG.md using CMakeLists.txt. Java: Generate H5Version.java from H5public.h for version consistency. Update H5.java to use H5Version for version constants. Removals: Delete bin/h5vers script, previously used for version management.
24 lines
1.3 KiB
Markdown
24 lines
1.3 KiB
Markdown
# Scripts in `bin` and their purpose
|
|
|
|
|Program|Purpose|
|
|
|-------|-------|
|
|
|`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|
|
|
|`make_err`|Generates the H5E header files|
|
|
|`make_vers`|Generates H5version.h|
|
|
|`make_overflow`|Generates H5overflow.h|
|
|
|`output_filter`|Used in the tools test code to strip extraneous output before we diff files|
|
|
|`runbkprog`|Used by CMake to run test programs in the background|
|
|
|`trace`|Updates `H5ARG_TRACE` macros in H5ES\_insert() calls|
|
|
|`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.
|