diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2020-05-08 17:52:16 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2020-05-08 17:52:16 +0100 |
commit | 4f2da64fd3accc1ef41cffb2865edb98cfe68ef2 (patch) | |
tree | 27f64d01c2a61d97e9bf61ecfc1bd45368ccedaf /Jamroot.jam | |
parent | Fix for compile with GCC 10 (diff) | |
parent | Move test import to root (diff) | |
download | libadhocutil-4f2da64fd3accc1ef41cffb2865edb98cfe68ef2.tar.bz2 libadhocutil-4f2da64fd3accc1ef41cffb2865edb98cfe68ef2.tar.xz libadhocutil-4f2da64fd3accc1ef41cffb2865edb98cfe68ef2.zip |
Psycho-rebased branch libadhocutil-0.8 on top of master
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index 46fe187..69b3aca 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -1,5 +1,6 @@ import os ; import slice ; +import testing ; using gcc : : [ os.environ CXX ] ; using pkg-config ; @@ -20,16 +21,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-* ; |