diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-07-30 13:49:27 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-07-30 13:49:27 +0100 |
commit | 59d7b8228b450052bae636ef4f5bbe35caddcea0 (patch) | |
tree | ec5de304db773ae860a0b6854be978d5a58b6cb6 /Jamroot.jam | |
parent | Disable recursion warnings (diff) | |
download | libjsonpp-main.tar.bz2 libjsonpp-main.tar.xz libjsonpp-main.zip |
Enable all cppchecks, no fixes neededHEADlibjsonpp-0.12.2.2main
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 3 |
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 ; |