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:
m---------doc/html8
-rw-r--r--include/afio/revision.hpp6
-rw-r--r--include/afio/v2.0/config.hpp2
-rw-r--r--include/afio/v2.0/handle.hpp1
m---------include/afio/v2.0/outcome0
m---------include/afio/v2.0/quickcpplib0
m---------test/kerneltest0
7 files changed, 9 insertions, 8 deletions
diff --git a/doc/html b/doc/html
-Subproject 77f4f30b302220d829fe7bcbae801a6e49b6e2f
+Subproject d3392c02444eebffea7d732f89f3a08c258d0f0
diff --git a/include/afio/revision.hpp b/include/afio/revision.hpp
index fd29fb15..f264f2eb 100644
--- a/include/afio/revision.hpp
+++ b/include/afio/revision.hpp
@@ -1,4 +1,4 @@
// Note the second line of this file must ALWAYS be the git SHA, third line ALWAYS the git SHA update time
-#define AFIO_PREVIOUS_COMMIT_REF 9d506aafbf0bead69a6b93fdb3096f5e5d4d3c1c
-#define AFIO_PREVIOUS_COMMIT_DATE "2017-08-26 01:28:05 +00:00"
-#define AFIO_PREVIOUS_COMMIT_UNIQUE 9d506aaf
+#define AFIO_PREVIOUS_COMMIT_REF bfda7e1ddc7acf17b03e5ebdda48e7798b17fb42
+#define AFIO_PREVIOUS_COMMIT_DATE "2017-08-26 01:51:37 +00:00"
+#define AFIO_PREVIOUS_COMMIT_UNIQUE bfda7e1d
diff --git a/include/afio/v2.0/config.hpp b/include/afio/v2.0/config.hpp
index e9ddacec..d592c775 100644
--- a/include/afio/v2.0/config.hpp
+++ b/include/afio/v2.0/config.hpp
@@ -45,7 +45,7 @@ Distributed under the Boost Software License, Version 1.0.
#endif
#ifndef AFIO_LOG_TO_OSTREAM
-#ifndef NDEBUG
+#if !defined(NDEBUG) && !defined(AFIO_DISABLE_LOG_TO_OSTREAM)
//! \brief Any `ostream` to also log to. If `NDEBUG` is not defined, `std::cerr` is the default.
#define AFIO_LOG_TO_OSTREAM std::cerr
#endif
diff --git a/include/afio/v2.0/handle.hpp b/include/afio/v2.0/handle.hpp
index 259683cf..a905704a 100644
--- a/include/afio/v2.0/handle.hpp
+++ b/include/afio/v2.0/handle.hpp
@@ -347,6 +347,7 @@ template <class T, class R> inline void hook_result_construction(OUTCOME_V2_NAME
native_handle_type nativeh;
if(currenth != nullptr)
{
+ //! \todo hook_result_construction() recurses into itself forever if current_path() fails
nativeh = currenth->native_handle();
auto currentpath_ = currenth->current_path();
if(currentpath_)
diff --git a/include/afio/v2.0/outcome b/include/afio/v2.0/outcome
-Subproject f863d85ca2fe8ad843636b5e0b1ec799934af33
+Subproject 7e716e8169507c3dcb50c508659e102c55178e6
diff --git a/include/afio/v2.0/quickcpplib b/include/afio/v2.0/quickcpplib
-Subproject ad4644b1b276caaab63d7479f5208f01865ddd4
+Subproject 66bbdf8e1971b287250f270a11b0ccbaed5bf4e
diff --git a/test/kerneltest b/test/kerneltest
-Subproject aaa4eff38254324d5337660b0dd8c6e0e51e6bc
+Subproject 0743e1f00be9116e96492d37847b05c9c8a18ef