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-07 11:03:51 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-10-07 11:03:51 +0300
commite5159ff8d077e13fc736eeb9df4c5b53829fae6f (patch)
treea53b96960029e450595ed5f918596a49c3740fdf /Readme.md
parente600dd9ad3b1be47f536c00acfca41cc13373492 (diff)
Fix bad headings markup in Readme
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/Readme.md b/Readme.md
index ef581372..e4f2cd1c 100644
--- a/Readme.md
+++ b/Readme.md
@@ -6,7 +6,7 @@ v2 rewrite. You can view its documentation at https://ned14.github.io/boost.afio
Tarballs of source and prebuilt binaries with all unit tests passing: https://dedi4.nedprod.com/static/files/
-=== Todos in order of priority:
+### Immediate todos in order of priority:
- [ ] 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.
@@ -49,7 +49,7 @@ fuzzed, coverage calculated, bloat calculated, ABI dumped etc
- [ ] Add missing functions on handle/file_handle from AFIO v1
-=== clang AST parser based todos:
+### clang AST parser based todos which await me getting back into the clang AST parser:
- [ ] Implement [[bindlib::make_free]] which injects member functions into the enclosing
namespace.
- [ ] C bindings for all AFIO v2 APIs. Write libclang parser which autogenerates
@@ -83,7 +83,7 @@ missing gaps.
-=== Known bugs and problems:
+### Known bugs and problems:
- [ ] algorithm::atomic_append needs improvements:
- Trap if append exceeds 2^63 and do something useful with that
- Fix the known inefficiencies in the implementation: