summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam35
1 files changed, 34 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index 6fb1bd3..1bd4766 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -35,8 +35,41 @@ project
<variant>coverage:<coverage>on
<toolset>tidy:<define>ICE_IGNORE_VERSION
<toolset>tidy:<define>ICE_MEMBER_IMPORT_EXPORT
- <toolset>tidy:<exclude>cxxstd-20-iso/maintenance.h
+ <toolset>tidy:<exclude>users.cpp
+ <toolset>tidy:<exclude>user-models.cpp
+ <toolset>tidy:<exclude>news-models.cpp
+ <toolset>tidy:<exclude>extended-models.cpp
+ <toolset>tidy:<exclude>portage-models.cpp
+ <toolset>tidy:<exclude>portage.cpp
+ <toolset>tidy:<exclude>maintenance.h
+ <toolset>tidy:<exclude>maintenance.cpp
+ <toolset>tidy:<exclude>notifications.h
+ <toolset>tidy:<exclude>notifications.cpp
+ <toolset>tidy:<exclude>notifications/xslt/base.h
+ <toolset>tidy:<exclude>notifications/xslt/base.cpp
+ <toolset>tidy:<exclude>notifications/xslt/news.h
+ <toolset>tidy:<exclude>notifications/xslt/news.cpp
+ <toolset>tidy:<exclude>notifications/xslt/signup.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:<checkxx>boost-*
+ <toolset>tidy:<checkxx>bugprone-*
+ <toolset>tidy:<xcheckxx>bugprone-implicit-widening-of-multiplication-result
+ <toolset>tidy:<xcheckxx>bugprone-easily-swappable-parameters
+ <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>hicpp-*
+ <toolset>tidy:<xcheckxx>hicpp-vararg
+ <toolset>tidy:<xcheckxx>hicpp-signed-bitwise
+ <toolset>tidy:<xcheckxx>hicpp-named-parameter
+ <toolset>tidy:<xcheckxx>hicpp-no-array-decay
+ <toolset>tidy:<checkxx>performance-*
<toolset>tidy:<librarydef>boost
<toolset>tidy:<librarydef>std
;