summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2020-02-15 11:56:16 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2020-02-15 12:32:25 +0000
commitb8a7c3d7814ca8594ab14e497d143d9e3e2193ad (patch)
tree0e9cfccf44734dc1d873f891e0999ae741587956 /Jamroot.jam
parentAdd Nagios passive check helpers (diff)
downloadlibadhocutil-b8a7c3d7814ca8594ab14e497d143d9e3e2193ad.tar.bz2
libadhocutil-b8a7c3d7814ca8594ab14e497d143d9e3e2193ad.tar.xz
libadhocutil-b8a7c3d7814ca8594ab14e497d143d9e3e2193ad.zip
Big modernize and tidy
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam7
1 files changed, 6 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index 46fe187..5df7f6e 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -20,16 +20,21 @@ project
<variant>debug:<warnings>extra
<variant>debug:<warnings-as-errors>on
<variant>coverage:<coverage>on
+ <toolset>tidy:<exclude>bin/sys.h
+ <toolset>tidy:<exclude>bin/net.h
+ <toolset>tidy:<exclude>unittests/bin/lorem-ipsum.h
<toolset>tidy:<checkxx>boost-*
<toolset>tidy:<checkxx>bugprone-*
+ <toolset>tidy:<xcheckxx>bugprone-macro-parentheses
<toolset>tidy:<checkxx>clang-*
<toolset>tidy:<checkxx>misc-*
+ <toolset>tidy:<xcheckxx>misc-non-private-member-variables-in-classes
<toolset>tidy:<checkxx>modernize-*
<toolset>tidy:<xcheckxx>modernize-use-trailing-return-type
-#<toolset>tidy:<checkxx>cppcoreguidelines-*
<toolset>tidy:<checkxx>hicpp-*
<toolset>tidy:<xcheckxx>hicpp-vararg
<toolset>tidy:<xcheckxx>hicpp-signed-bitwise
+ <toolset>tidy:<xcheckxx>hicpp-no-array-decay
<toolset>tidy:<checkxx>performance-*
;