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-05-30 10:19:53 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-05-30 10:26:34 +0300
commit2fb75b853b6ccfe4ffb32ec33aab2522e4720fe4 (patch)
treee431b3a7b420d15c49d5c5fd31644bed898d7207 /Readme.md
parent56ff0dbe46619e7be40b835e33fd300e0a73e016 (diff)
wip new even more powerful test infrastructure
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/Readme.md b/Readme.md
index 67401aef..9da04778 100644
--- a/Readme.md
+++ b/Readme.md
@@ -2,6 +2,10 @@ This is the beginnings of the post-peer-review AFIO
v2 rewrite. You can view its documentation at https://ned14.github.io/boost.afio/
+- [ ] Poke C++ Modules support into BindLib and turn it on on MSVC once cmake
+build tooling is up (should be very straightforward assuming C++ Modules hasn't
+changed much since I designed BindLib)
+
Notes on experimental automatic unit test framework:
- kernel.cpp needs to be separate from runner.cpp
- kernel.cpp gets compiled using asan, lsan, msan and ubsan using AFIO as