summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2019-03-27 22:22:08 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2019-03-27 22:22:08 +0000
commit232501140c2d6fba164aa6757a816c7da569830a (patch)
tree413dac0a4cf7f679fdd7dbe57733af7591a66ba1 /Jamroot.jam
parentEnable some clang-tidy checks and fix up accordingly (diff)
downloadicespider-232501140c2d6fba164aa6757a816c7da569830a.tar.bz2
icespider-232501140c2d6fba164aa6757a816c7da569830a.tar.xz
icespider-232501140c2d6fba164aa6757a816c7da569830a.zip
Add clang-tidy rules and fix all the things
Note: something in here appears to break linking in release build
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 ;