From cc991871a9a4a429b29ef3f78fb871e36344e1af Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 1 Aug 2020 19:57:15 +0300 Subject: Add TODO file --- TODO | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..a8292a7 --- /dev/null +++ b/TODO @@ -0,0 +1,25 @@ +On the revision: + +- Make the .def file a prerequisite of the libs type target and only for + Windows. + +- Canonicalize the license in the package manifest. + +- Normalize C comments in the tests source code: + + Replace + + /* + * ... + */ + + with + + /* ... + */ + +On the release: + +- Use legal{} target type for legal documentation (LICENSE, AUTHORS, etc). + + Note that this requires bumping build2 version requirement to 0.13.0. -- cgit v1.1