Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-07-23 20:17:48 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-07-23 20:17:48 +0300
commit052fc5564a63af26e5447246710070f4272668c5 (patch)
treea5fa925a7c6504bdadc3d2f6d9824d2469a6999f /Readme.md
parentc97015f5c133ddb278e3f47f0298c58aa7c1fa2d (diff)
Stop updating revision.hpp every commit
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/Readme.md b/Readme.md
index 9ea595bf..db997e77 100644
--- a/Readme.md
+++ b/Readme.md
@@ -7,8 +7,12 @@ v2 rewrite. You can view its documentation at https://ned14.github.io/boost.afio
CMake todos:
- Static library edition appears to not be encoding extended error code detail?
-- Precompiled header's custom target causes a PCH rebuild every build run, which
-sucks and should be fixed.
+ - Add a unit test!
+- CDash needs to display all the unit test results ideally
+ - ctest should combine the XML from the tests into a single XML
+ - ctest also needs to figure out if these binaries are using CATCH
+- Make updating revision.hpp a non-default target and have the pre-commit git
+hook call it
Later:
- Each test runner needs to be compiled into many sanitising build variants