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-08-10 10:28:37 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-08-10 10:28:37 +0300
commit730cdcd613f0de15b7f0f8402f02541516116614 (patch)
treec663d9131882bbdcf91e0ca888db689dbe868163 /Readme.md
parentdc8e780bb936ee2deb7acc997819caff16fb881c (diff)
Fix unused variable warnings
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/Readme.md b/Readme.md
index c27b4ac1..81d1abf6 100644
--- a/Readme.md
+++ b/Readme.md
@@ -4,12 +4,10 @@ v2 rewrite. You can view its documentation at https://ned14.github.io/boost.afio
<b>master branch test status</b> Linux: [![Build Status](https://travis-ci.org/ned14/boost.afio.svg?branch=master)](https://travis-ci.org/ned14/boost.afio) Windows: [![Build status](https://ci.appveyor.com/api/projects/status/ox59o2r276xbmef7/branch/master?svg=true)](https://ci.appveyor.com/project/ned14/boost-afio/branch/master) Coverage: Boost.KernelTest support for coveralls.io still todo <b>CMake dashboard</b>: http://my.cdash.org/index.php?project=Boost.AFIO
CMake todos:
-- Add doxygen generation support
- - Get travis to push latest doxygen docs to github for me
-- Push artifacts to:
- - curl --data-binary @test.txt https://dedi4.nedprod.com/static/files/upload
- For non-embedded config, cmake should stamp git submodule SHAs so I can
dispense with the upd method of submodule stamping
+ - ALSO delete embedded copies when sibling copies found, otherwise it gets
+confusing
- Any dependency .natvis need to be compiled in!
- Rename all ParseProjectVersionFromHpp etc to parse_project_version_from_hpp etc
- Static library edition appears to not be encoding extended error code detail?