diff options
| author | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-08-07 15:01:00 +0100 | 
|---|---|---|
| committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-08-07 15:01:00 +0100 | 
| commit | 5f1e1a88c673c22b5fb5570a1a7948df213574f8 (patch) | |
| tree | 3f3983467d97cad5fa39db7eb04bff38e1bc379c | |
| parent | Use simplified XmlDocumentSerializer interface (diff) | |
| download | icespider-5f1e1a88c673c22b5fb5570a1a7948df213574f8.tar.bz2 icespider-5f1e1a88c673c22b5fb5570a1a7948df213574f8.tar.xz icespider-5f1e1a88c673c22b5fb5570a1a7948df213574f8.zip  | |
Enable all cppcheck checks and fixup config
| -rw-r--r-- | Jamroot.jam | 13 | 
1 files changed, 7 insertions, 6 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index 5a6f3b3..9ffa99c 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -31,6 +31,7 @@ project  			<toolset>gcc,<variant>debug:<cflags>-Wduplicated-branches  			<toolset>gcc,<variant>debug:<cflags>-Wlogical-op  			<variant>coverage:<coverage>on +			<toolset>tidy:<enable>all  			<toolset>tidy:<checkxx>boost-*  			<toolset>tidy:<checkxx>bugprone-*  			<toolset>tidy:<xcheckxx>bugprone-easily-swappable-parameters @@ -42,12 +43,12 @@ project  			<toolset>tidy:<checkxx>hicpp-*  			<toolset>tidy:<xcheckxx>hicpp-named-parameter  			<toolset>tidy:<checkxx>performance-* -			<toolset>tidy:<exclude>common/bin/http.h -			<toolset>tidy:<exclude>common/bin/session.h -			<toolset>tidy:<exclude>cxxstd-20-iso/routes.h -			<toolset>tidy:<exclude>core/bin/routeOptions.h -			<toolset>tidy:<exclude>unittests/bin/test-api.h -			<toolset>tidy:<exclude>unittests/bin/test-fcgi.h +			<toolset>tidy:<exclude>icespider/common/bin/http.h +			<toolset>tidy:<exclude>icespider/common/bin/session.h +			<toolset>tidy:<exclude>icespider/compile/bin/tidy/debug/checker-none/cxxstd-20-iso/routes.h +			<toolset>tidy:<exclude>icespider/core/bin/routeOptions.h +			<toolset>tidy:<exclude>icespider/unittests/bin/test-api.h +			<toolset>tidy:<exclude>icespider/unittests/bin/test-fcgi.h  			<toolset>tidy:<exclude>ice/cpp/*  			<toolset>tidy:<librarydef>boost  			<toolset>tidy:<librarydef>std  | 
