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>2017-07-30 01:06:25 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-07-30 01:06:25 +0300
commit7bdbe98195af49bea11e5c08283142bc2d9898da (patch)
treee22c68f9806b0e8719d1d4af4caf43ade3bf22f2 /release_notes.md
parent83100b6c32ebb37ecb758298b509c342ce15ed7c (diff)
doxygen fixes, reenabled Appveyor but with clang/LLVM
Diffstat (limited to 'release_notes.md')
-rw-r--r--release_notes.md23
1 files changed, 16 insertions, 7 deletions
diff --git a/release_notes.md b/release_notes.md
index 851d6081..b2efa43d 100644
--- a/release_notes.md
+++ b/release_notes.md
@@ -1,15 +1,24 @@
-Herein lies the beginnings of the proposed AFIO v2 post-peer-review rewrite. Its github
-source code repository lives at https://github.com/ned14/boost.afio.
+<center><table border="0" cellpadding="4">
+<tr>
+<td align="center"> <a href="https://github.com/ned14/afio">AFIO</a><br><a href="https://github.com/ned14/afio">on GitHub</a> </td>
+<td align="center"> <a href="http://my.cdash.org/index.php?project=Boost.AFIO">CTest summary</a><br><a href="http://my.cdash.org/index.php?project=Boost.AFIO">dashboard</a> </td>
+<td align="center"> <a href="https://travis-ci.org/ned14/boost.outcome">Linux and MacOS CI:</a><img src="https://travis-ci.org/ned14/afio.svg?branch=master"/> </td>
+<td align="center"> <a href="https://ci.appveyor.com/project/ned14/afio/branch/master">Windows CI:</a><img src="https://ci.appveyor.com/api/projects/status/680b1pt9srnoprs3/branch/master?svg=true"/> </td>
+</tr>
+</table></center>
-<b>master branch test status</b> Linux: <a href="https://travis-ci.org/ned14/afio"><img src="https://travis-ci.org/ned14/afio.svg?branch=master"></a> Windows: <em>disabled due to lack of VS2017.3 on CI</em> <b>CMake dashboard</b>: http://my.cdash.org/index.php?project=AFIO
+Herein lies my proposed async file i/o and filesystem library for Boost and the C++ standard.
+It is a complete rewrite after a Boost peer review in August 2015. Its github
+source code repository lives at https://github.com/ned14/boost.afio.
-\note Note that this code is of late alpha quality. Be careful when using it!
+\note Note that this code is of late alpha quality. It's quite reliable, but be careful when using it!
You need these compilers or better:
-- GCC 7.0
-- clang 4.0
-- VS2017 Update 3
+- GCC 7.0 (Linux)
+- clang 4.0 (Linux, Windows)
+- VS2017 Update 3 (Windows)
+Todo list for already implemented parts: https://ned14.github.io/afio/todo.html
## v2 architecture and design implemented: