diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2020-07-04 13:33:52 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2020-07-04 13:33:52 +0100 |
commit | 7d110b5ac6fb841e8364d6ce497dd45e88bd02f1 (patch) | |
tree | 37a561a3922339f8fe6a6dc49f22fc801b7db103 /Jamroot.jam | |
parent | xwwwFormUrlEncoded improvements (diff) | |
download | icespider-7d110b5ac6fb841e8364d6ce497dd45e88bd02f1.tar.bz2 icespider-7d110b5ac6fb841e8364d6ce497dd45e88bd02f1.tar.xz icespider-7d110b5ac6fb841e8364d6ce497dd45e88bd02f1.zip |
Pass clang-tidy and cppcheckicespider-0.6.3
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index da57267..7a4718d 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -29,10 +29,11 @@ project <toolset>tidy:<checkxx>performance-* <toolset>tidy:<exclude>common/bin/http.h <toolset>tidy:<exclude>common/bin/session.h - <toolset>tidy:<exclude>compile/bin/tidy/debug/cxxstd-17-iso/routes.h + <toolset>tidy:<exclude>cxxstd-17-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>ice/cpp/* ; build-project icespider ; |