summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-08-17 17:45:05 (GMT)
committerGitHub <noreply@github.com>2022-08-17 17:45:05 (GMT)
commite4de06057aa90c7240e7a5241780413db463f2af (patch)
treeafb5faaa6a6ea6d974735f95caa787f41e38044d /bin
parent07efecd9f485c60b2eb6df1f57133b5bf0aee4e9 (diff)
downloadhdf5-e4de06057aa90c7240e7a5241780413db463f2af.zip
hdf5-e4de06057aa90c7240e7a5241780413db463f2af.tar.gz
hdf5-e4de06057aa90c7240e7a5241780413db463f2af.tar.bz2
Adds a TODO section to bin/README.md (#2028)
Mainly to address the semi-broken state of chkcopyright
Diffstat (limited to 'bin')
-rw-r--r--bin/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/README.md b/bin/README.md
index e9a4456..3ddb71f 100644
--- a/bin/README.md
+++ b/bin/README.md
@@ -25,3 +25,8 @@ Programs run via `autogen.sh` (or the equivalent in CMake) are indicated.
|`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.