diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-08-11 20:57:43 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-08-11 20:57:43 +0100 |
commit | 5aeb8407bddc80d0c57ab30b22ced823eca1d29a (patch) | |
tree | 369a5f293eec1968404b521592617650660618b5 /Jamroot.jam | |
parent | Don't define function in header, also use string_view to avoid copying (diff) | |
download | gentoobrowse-api-5aeb8407bddc80d0c57ab30b22ced823eca1d29a.tar.bz2 gentoobrowse-api-5aeb8407bddc80d0c57ab30b22ced823eca1d29a.tar.xz gentoobrowse-api-5aeb8407bddc80d0c57ab30b22ced823eca1d29a.zip |
Enable all cppcheck checks and fixupgentoobrowse-api-0.12.2
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 38 |
1 files changed, 21 insertions, 17 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index 8a29f49..43ac49b 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -33,32 +33,36 @@ project <toolset>gcc,<variant>debug:<cflags>-Wlogical-op <toolset>gcc,<variant>debug:<cflags>-Wuseless-cast <variant>coverage:<coverage>on + <toolset>tidy:<enable>all <toolset>tidy:<define>ICE_IGNORE_VERSION <toolset>tidy:<define>ICE_MEMBER_IMPORT_EXPORT - <toolset>tidy:<exclude>users.cpp - <toolset>tidy:<exclude>user-models.cpp - <toolset>tidy:<exclude>slicer-user-models.cpp - <toolset>tidy:<exclude>news-models.cpp - <toolset>tidy:<exclude>slicer-news-models.cpp <toolset>tidy:<exclude>extended-models.cpp - <toolset>tidy:<exclude>slicer-extended-models.cpp - <toolset>tidy:<exclude>portage-models.cpp - <toolset>tidy:<exclude>slicer-portage-models.cpp - <toolset>tidy:<exclude>portage.cpp <toolset>tidy:<exclude>gb-base.cpp - <toolset>tidy:<exclude>maintenance.h + <toolset>tidy:<exclude>gentoobrowse-api/api/bin/tidy/debug/checker-cppcheck/cxxstd-20-iso/maintenance.h + <toolset>tidy:<exclude>gentoobrowse-api/domain/bin/slicer-yes/extended-models.h + <toolset>tidy:<exclude>gentoobrowse-api/domain/bin/slicer-yes/portage-models.h + <toolset>tidy:<exclude>gentoobrowse-api/domain/bin/slicer-yes/user-models.h + <toolset>tidy:<exclude>gentoobrowse-api/domain/bin/unpackPqTextArray.cpp <toolset>tidy:<exclude>maintenance.cpp - <toolset>tidy:<exclude>notifications.h + <toolset>tidy:<exclude>news-models.cpp <toolset>tidy:<exclude>notifications.cpp - <toolset>tidy:<exclude>notifications/xslt/base.h + <toolset>tidy:<exclude>notifications/css/style.cpp + <toolset>tidy:<exclude>notifications/css/style.h + <toolset>tidy:<exclude>notifications.h <toolset>tidy:<exclude>notifications/xslt/base.cpp - <toolset>tidy:<exclude>notifications/xslt/news.h + <toolset>tidy:<exclude>notifications/xslt/base.h <toolset>tidy:<exclude>notifications/xslt/news.cpp - <toolset>tidy:<exclude>notifications/xslt/signup.h + <toolset>tidy:<exclude>notifications/xslt/news.h <toolset>tidy:<exclude>notifications/xslt/signup.cpp - <toolset>tidy:<exclude>notifications/css/style.h - <toolset>tidy:<exclude>notifications/css/style.cpp - <toolset>tidy:<exclude>unpackPqTextArray.cpp + <toolset>tidy:<exclude>notifications/xslt/signup.h + <toolset>tidy:<exclude>portage.cpp + <toolset>tidy:<exclude>portage-models.cpp + <toolset>tidy:<exclude>slicer-extended-models.cpp + <toolset>tidy:<exclude>slicer-news-models.cpp + <toolset>tidy:<exclude>slicer-portage-models.cpp + <toolset>tidy:<exclude>slicer-user-models.cpp + <toolset>tidy:<exclude>user-models.cpp + <toolset>tidy:<exclude>users.cpp <toolset>tidy:<checkxx>boost-* <toolset>tidy:<checkxx>bugprone-* <toolset>tidy:<xcheckxx>bugprone-implicit-widening-of-multiplication-result |