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-08-16 18:14:11 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-08-16 18:14:11 +0300
commitaee33f4d9673ba8bfbec397d99d941887d2b9816 (patch)
treea3619024f56a31ff4c308f8e204027717c0df7da
parent17983cd690ba9ff222926af5849abb665d13ac23 (diff)
upd
-rw-r--r--CMakeLists.txt18
m---------doc/html8
m---------include/afio/outcome0
m---------include/afio/quickcpplib0
-rw-r--r--include/afio/revision.hpp6
m---------test/kerneltest0
6 files changed, 15 insertions, 17 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3f125adf..c2046a1d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -70,18 +70,16 @@ foreach(lib afio_sl afio_dl)
target_compile_definitions(${lib} PRIVATE AFIO_SOURCE=1)
endforeach()
-if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/test" AND NOT PROJECT_IS_DEPENDENCY)
- # For all possible configurations of this library, add each test
- include(QuickCppLibMakeStandardTests)
- # For each test target, link to kerneltest
+# For all possible configurations of this library, add each test
+include(QuickCppLibMakeStandardTests)
+# For each test target, link to kerneltest
+foreach(test_target ${afio_TEST_TARGETS})
+ target_link_libraries(${test_target} PRIVATE kerneltest::hl)
+endforeach()
+if(MSVC)
foreach(test_target ${afio_TEST_TARGETS})
- target_link_libraries(${test_target} PRIVATE kerneltest::hl)
+ target_compile_options(${test_target} PRIVATE /wd4503) ## decorated name length exceeded
endforeach()
- if(MSVC)
- foreach(test_target ${afio_TEST_TARGETS})
- target_compile_options(${test_target} PRIVATE /wd4503) ## decorated name length exceeded
- endforeach()
- endif()
endif()
# Cache this library's auto scanned sources for later reuse
diff --git a/doc/html b/doc/html
-Subproject 1d0d1f374fb16fd4b5f084b6b8448e601379889
+Subproject bcf85068d01422afce67b6dcbab14559529d34a
diff --git a/include/afio/outcome b/include/afio/outcome
-Subproject 65907125604da827b911fd5e9da616a910da4f1
+Subproject d5af8b23e07c1140d97de8017d50ba97174a4e6
diff --git a/include/afio/quickcpplib b/include/afio/quickcpplib
-Subproject e43d94ddc538653f377a7351fac852ebcebff4f
+Subproject a24674dfcb914b649bbbfe1981ffb155fc915ef
diff --git a/include/afio/revision.hpp b/include/afio/revision.hpp
index 744f0612..45bbf389 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 dfc571c48eb92720b5c45a3662a655093839e5aa
-#define AFIO_PREVIOUS_COMMIT_DATE "2017-08-15 01:08:34 +00:00"
-#define AFIO_PREVIOUS_COMMIT_UNIQUE dfc571c4
+#define AFIO_PREVIOUS_COMMIT_REF 17983cd690ba9ff222926af5849abb665d13ac23
+#define AFIO_PREVIOUS_COMMIT_DATE "2017-08-16 02:14:39 +00:00"
+#define AFIO_PREVIOUS_COMMIT_UNIQUE 17983cd6
diff --git a/test/kerneltest b/test/kerneltest
-Subproject feebe5fb9e5fb255f1b2e6e1e9bfdaeac8b7cff
+Subproject 0c6d41474302e83e411a91d5f704e06da457770