Lines Matching +full:- +full:dfruit_uses_boost

24 …L_ERROR "Please re-run CMake, specifying -DCMAKE_BUILD_TYPE=Debug , -DCMAKE_BUILD_TYPE=Release , -
29 …nerators default to multiple configurations, but Fruit doesn't support multi-configuration build d…
41 # - https://software.intel.com/en-us/forums/intel-c-compiler/topic/606048
42 # - https://software.intel.com/en-us/forums/intel-c-compiler/topic/606049
46 …PILE_FLAGS "${FRUIT_ADDITIONAL_COMPILE_FLAGS} -std=c++11 -W -Wall -Wno-unknown-warning-option -Wno
48 … the warning C4709 because MSVC emits it even when there is no reason to. Re-enable it when possib…
54 …# The warning C5205 is disabled, MSVC emits it for abstract classes in example code with non-virtu…
62 …PILE_FLAGS "${FRUIT_ADDITIONAL_COMPILE_FLAGS} -fprofile-arcs -ftest-coverage -fno-exceptions -fno-
63 …INKER_FLAGS "${FRUIT_ADDITIONAL_LINKER_FLAGS} -fprofile-arcs -ftest-coverage -fno-exceptions -fno-
81 … re-run CMake, specifying the boost library path as Boost_INCLUDE_DIR, e.g. -DBoost_INCLUDE_DIR=C:…
91 #set(FRUIT_ADDITIONAL_COMPILE_FLAGS "${FRUIT_ADDITIONAL_COMPILE_FLAGS} -DFRUIT_NO_LOOP_CHECK=1")
105-bugprone-reserved-identifier,-bugprone-exception-escape,clang-analyzer*,performance*,google*,-goo…
107 set(FRUIT_ENABLE_CLANG_TIDY FALSE CACHE BOOL "Whether to run clang-tidy on the Fruit codebase durin…
110 clang-tidy;
111 -header-filter=fruit;
112 -checks=${FRUIT_CLANG_TIDY_CHECKS};
113 -warnings-as-errors=*;)
119 # (debug-only) compile switch to get deep template instantiation stacktraces for errors (instead
120 # of the user-friendly default that hides Fruit internals).
121 #add_definitions(-DFRUIT_DEEP_TEMPLATE_INSTANTIATION_STACKTRACES_FOR_ERRORS=1)
147 set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Fruit - Dependency Injection Framework For C++")