summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2022-07-24 15:12:48 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2022-07-24 15:12:48 +0100
commit3c2ec8cccd115b85d5fc76b025bf81ede30834d4 (patch)
treec77f44ce4da822461881f6b12fd5f2922184b4f1 /Jamroot.jam
parentFix bracketting to return stream string by move (diff)
downloadlibadhocutil-3c2ec8cccd115b85d5fc76b025bf81ede30834d4.tar.bz2
libadhocutil-3c2ec8cccd115b85d5fc76b025bf81ede30834d4.tar.xz
libadhocutil-3c2ec8cccd115b85d5fc76b025bf81ede30834d4.zip
Enable all cppcheck checks and fixuplibadhocutil-0.9.0
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam7
1 files changed, 4 insertions, 3 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index 87fee9b..9da91b4 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -33,9 +33,10 @@ project
<toolset>gcc,<variant>debug:<cflags>-Wlogical-op
<toolset>gcc,<variant>debug:<cflags>-Wuseless-cast
<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:<enable>all
+ <toolset>tidy:<exclude>libadhocutil/bin/sys.h
+ <toolset>tidy:<exclude>libadhocutil/bin/net.h
+ <toolset>tidy:<exclude>libadhocutil/unittests/bin/lorem-ipsum.h
<toolset>tidy:<checkxx>boost-*
<toolset>tidy:<checkxx>bugprone-*
<toolset>tidy:<xcheckxx>bugprone-macro-parentheses