summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2022-07-30 13:49:27 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2022-07-30 13:49:27 +0100
commit59d7b8228b450052bae636ef4f5bbe35caddcea0 (patch)
treeec5de304db773ae860a0b6854be978d5a58b6cb6
parentDisable recursion warnings (diff)
downloadlibjsonpp-59d7b8228b450052bae636ef4f5bbe35caddcea0.tar.bz2
libjsonpp-59d7b8228b450052bae636ef4f5bbe35caddcea0.tar.xz
libjsonpp-59d7b8228b450052bae636ef4f5bbe35caddcea0.zip
Enable all cppchecks, no fixes neededHEADlibjsonpp-0.12.2.2main
-rw-r--r--Jamroot.jam3
1 files changed, 3 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index 551fd3b..c7108fd 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -18,6 +18,7 @@ project
<variant>debug:<warnings>extra
<variant>debug:<warnings-as-errors>on
<variant>coverage:<coverage>on
+ <toolset>tidy:<enable>all
<toolset>tidy:<checkxx>boost-*
<toolset>tidy:<checkxx>bugprone-*
<toolset>tidy:<checkxx>clang-*
@@ -27,6 +28,8 @@ project
<toolset>tidy:<checkxx>hicpp-*
<toolset>tidy:<xcheckxx>hicpp-named-parameter
<toolset>tidy:<checkxx>performance-*
+ <toolset>tidy:<librarydef>std
+ <toolset>tidy:<librarydef>boost
;
build-project libjsonpp ;