summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam7
1 files changed, 7 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index 6fc8d34..8b18b94 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -15,6 +15,13 @@ project
<variant>debug:<cxxflags>"-W -Wall -Wextra -Werror -Wwrite-strings"
<variant>coverage:<cxxflags>"--coverage"
<variant>coverage:<linkflags>"--coverage"
+ <toolset>tidy:<checkxx>boost-*
+ <toolset>tidy:<checkxx>bugprone-*
+ <toolset>tidy:<checkxx>clang-*
+ <toolset>tidy:<checkxx>misc-*
+ <toolset>tidy:<checkxx>modernize-*
+ <toolset>tidy:<checkxx>hicpp-*
+ <toolset>tidy:<checkxx>performance-*
;
build-project icespider ;