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-10-08 02:54:10 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-10-08 02:54:10 +0300
commite4c574af3a035757557825f1f06476a3f261460f (patch)
treecfb6152e6767a4f9757e4f83658e1e22b6a604b0 /Readme.md
parente5159ff8d077e13fc736eeb9df4c5b53829fae6f (diff)
upd
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/Readme.md b/Readme.md
index e4f2cd1c..8f03d242 100644
--- a/Readme.md
+++ b/Readme.md
@@ -7,9 +7,9 @@ Tarballs of source and prebuilt binaries with all unit tests passing: https://de
### Immediate todos in order of priority:
-- [ ] Get Outcome to work perfectly with exceptions and RTTI disabled, this makes
+- [x] Get Outcome to work perfectly with exceptions and RTTI disabled, this makes
Outcome useful in the games/audio world.
- - [ ] Add unit tests proving it for all platforms.
+ - [x] Add unit tests proving it for all platforms.
- [ ] Move AFIO to being tested with exceptions and RTTI disabled. Where AFIO
throws, have it detect __cpp_exceptions and skip those implementations.
- [ ] Add macro helpers to Outcome for returning outcomes out of things
@@ -33,7 +33,6 @@ with a very simple engine based on atomic renames and send it to Boost for peer
- [ ] All time based kernel tests need to use soak test based API and auto adjust to
valgrind.
- [ ] Raise the sanitisers on per-commit CI via ctest.
- - ubsan needs to be fused with the others i.e. asan + ubsan
- [ ] Rename all ParseProjectVersionFromHpp etc to parse_project_version_from_hpp etc
- [ ] In DEBUG builds, have io_handle always not fill buffers passed to remind
people to use pointers returned!