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-07-22 11:36:07 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-07-22 11:36:07 +0300
commit4db27aa78e42df91c93aa9736411a54ac693de96 (patch)
treeba2e2a6f91684990ad26921ef4ed684eb9899dd4
parent8ae8d8ce68c75e361e63a061a5a45e5c8dd221b7 (diff)
upd
-rw-r--r--Readme.md4
-rw-r--r--appveyor.yml2
2 files changed, 4 insertions, 2 deletions
diff --git a/Readme.md b/Readme.md
index 913fd734..9ea595bf 100644
--- a/Readme.md
+++ b/Readme.md
@@ -6,7 +6,9 @@ v2 rewrite. You can view its documentation at https://ned14.github.io/boost.afio
<b>CMake dashboard</b>: http://my.cdash.org/index.php?project=Boost.AFIO
CMake todos:
-- _sl and _dl need to encode their suffixes into the library outputs
+- Static library edition appears to not be encoding extended error code detail?
+- Precompiled header's custom target causes a PCH rebuild every build run, which
+sucks and should be fixed.
Later:
- Each test runner needs to be compiled into many sanitising build variants
diff --git a/appveyor.yml b/appveyor.yml
index 1a55f97e..d494c17e 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -34,7 +34,7 @@ before_test:
test_script:
- ctest -D Experimental -C Release
after_test:
- - copy bin\Release\*.xml results.xml
+ - copy bin\Release\*.xml results_all.xml
- type results.xml
on_success: