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-09-12 10:22:55 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-09-12 10:22:55 +0300
commiteca88f4db5dc8638fc7283a877a4befe31929b02 (patch)
treee80224cfa69814b503042cee199019c7cdf4f322 /Readme.md
parent47ce04266cfa69f094f63522e32311392bb557d8 (diff)
Minor fixes from writing CppCon slides
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Readme.md b/Readme.md
index d1d8b187..ef3ef88c 100644
--- a/Readme.md
+++ b/Readme.md
@@ -7,13 +7,13 @@ Tarballs of source and prebuilt binaries with all unit tests passing: https://de
CppCon 2016 todos:
-- Fix remaining test failures.
+- All time based kernel tests need to use soak test based API.
- Raise the sanitisers on per-commit CI via ctest.
- Rename all ParseProjectVersionFromHpp etc to parse_project_version_from_hpp etc
- DLL library edition appears to not be encoding extended error code detail because
it's not sharing a single ringbuffer_log. Hard to fix given Outcome could be being
used by multiple libraries as a header only library, need to figure out some global
-fix e.g. named shared memory.
+fix e.g. named shared memory. Make log disc stored while we are at it.