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:
-rw-r--r--.travis.yml9
-rw-r--r--Readme.md1
2 files changed, 5 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 7870ec3b..7d703649 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,7 +26,6 @@ addons:
- python3
- cmake
- cmake-data
- - doxygen
env:
- __="cmake tests" NAME=TravisLinuxWorker
@@ -51,13 +50,13 @@ cache:
- doxygen-1.8.13
before_install:
- -
+ - rm -rf doxygen-1.8.13;
DOXYGEN_VERSION=1.8.13;
if [ "${TRAVIS_OS_NAME}" = "linux" ]; then
if [ -z "$(ls -A doxygen-$DOXYGEN_VERSION)" ]; then
wget -O doxygen-$DOXYGEN_VERSION.tar.gz http://ftp.stack.nl/pub/users/dimitri/doxygen-$DOXYGEN_VERSION.linux.bin.tar.gz;
- mkdir doxygen-$DOXYGEN_VERSION;
- xzcat doxygen-$DOXYGEN_VERSION.tar.gz | tar -xvf - --strip 1 -C doxygen-$DOXYGEN_VERSION;
+ mkdir -p doxygen-$DOXYGEN_VERSION;
+ tar -xvf doxygen-$DOXYGEN_VERSION.tar.gz --strip 1 -C doxygen-$DOXYGEN_VERSION;
fi;
export PATH="$PWD/doxygen-$DOXYGEN_VERSION/bin:$PATH";
fi
@@ -79,7 +78,7 @@ script:
cd doc/html;
git checkout gh-pages;
cd ../..;
- CXX=g++-7 ctest -S .docs.cmake -VV;
+ CXX=g++-7 ctest -S .docs.cmake -V;
cd doc/html;
git add . || true;
git commit -a -m "Travis CI updates documentation" || true;
diff --git a/Readme.md b/Readme.md
index d125dbb7..bccb0fe8 100644
--- a/Readme.md
+++ b/Readme.md
@@ -6,6 +6,7 @@ Tarballs of source and prebuilt binaries for Linux x64 and Windows x64: http://m
### Immediate todos in order of priority:
+- [ ] Implement file/directory handle reopening.
- [ ] `atomic_append` isn't actually being tested in shared_fs_mutex
- [ ] Implement a non-toy ACID key-value BLOB store and send it to Boost for peer review.
- [ ] All time based kernel tests need to use soak test based API and auto adjust to