summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2020-06-27 16:23:18 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2020-06-27 16:23:18 +0100
commit064a44e571f2bf2593571fc42f808129f8c447c5 (patch)
tree2b52f31301b2b0ac636a19eaaa14d008d451de83 /Jamroot.jam
parentClang format and tidy (diff)
downloadslicer-064a44e571f2bf2593571fc42f808129f8c447c5.tar.bz2
slicer-064a44e571f2bf2593571fc42f808129f8c447c5.tar.xz
slicer-064a44e571f2bf2593571fc42f808129f8c447c5.zip
Pass clang-tidy and cppcheckslicer-1.10.1
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam33
1 files changed, 18 insertions, 15 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index 9d1aa16..b350916 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -34,22 +34,25 @@ project
<toolset>tidy:<xcheckxx>hicpp-no-array-decay
<toolset>tidy:<xcheckxx>hicpp-vararg
<toolset>tidy:<checkxx>performance-*
- <toolset>tidy:<exclude>test/bin/tidy/debug/cxxstd-17-iso/classes.h
- <toolset>tidy:<exclude>test/bin/tidy/debug/cxxstd-17-iso/classtype.h
- <toolset>tidy:<exclude>test/bin/tidy/debug/cxxstd-17-iso/collections.h
- <toolset>tidy:<exclude>test/bin/tidy/debug/cxxstd-17-iso/enums.h
- <toolset>tidy:<exclude>test/bin/tidy/debug/cxxstd-17-iso/inheritance.h
- <toolset>tidy:<exclude>test/bin/tidy/debug/cxxstd-17-iso/interfaces.h
- <toolset>tidy:<exclude>test/bin/tidy/debug/cxxstd-17-iso/json.h
- <toolset>tidy:<exclude>test/bin/tidy/debug/cxxstd-17-iso/locals.h
- <toolset>tidy:<exclude>test/bin/tidy/debug/cxxstd-17-iso/optionals.h
- <toolset>tidy:<exclude>test/bin/tidy/debug/cxxstd-17-iso/structs.h
- <toolset>tidy:<exclude>test/bin/tidy/debug/cxxstd-17-iso/types.h
- <toolset>tidy:<exclude>test/bin/tidy/debug/cxxstd-17-iso/xml.h
+ <toolset>tidy:<exclude>test/bin/tidy/debug/checker-none/cxxstd-17-iso/classes.h
+ <toolset>tidy:<exclude>test/bin/tidy/debug/checker-none/cxxstd-17-iso/classtype.h
+ <toolset>tidy:<exclude>test/bin/tidy/debug/checker-none/cxxstd-17-iso/collections.h
+ <toolset>tidy:<exclude>test/bin/tidy/debug/checker-none/cxxstd-17-iso/enums.h
+ <toolset>tidy:<exclude>test/bin/tidy/debug/checker-none/cxxstd-17-iso/inheritance.h
+ <toolset>tidy:<exclude>test/bin/tidy/debug/checker-none/cxxstd-17-iso/interfaces.h
+ <toolset>tidy:<exclude>test/bin/tidy/debug/checker-none/cxxstd-17-iso/json.h
+ <toolset>tidy:<exclude>test/bin/tidy/debug/checker-none/cxxstd-17-iso/locals.h
+ <toolset>tidy:<exclude>test/bin/tidy/debug/checker-none/cxxstd-17-iso/optionals.h
+ <toolset>tidy:<exclude>test/bin/tidy/debug/checker-none/cxxstd-17-iso/structs.h
+ <toolset>tidy:<exclude>test/bin/tidy/debug/checker-none/cxxstd-17-iso/types.h
+ <toolset>tidy:<exclude>test/bin/tidy/debug/checker-none/cxxstd-17-iso/xml.h
<toolset>tidy:<exclude>slicer/bin/common.h
- <toolset>tidy:<exclude>xml/bin/tidy/debug/cxxstd-17-iso/xmlExceptions.h
- <toolset>tidy:<exclude>db/bin/tidy/debug/cxxstd-17-iso/sqlExceptions.h
- <toolset>tidy:<exclude>db/bin/tidy/debug/cxxstd-17-iso/testModels.h
+ <toolset>tidy:<exclude>xml/bin/tidy/debug/checker-none/cxxstd-17-iso/xmlExceptions.h
+ <toolset>tidy:<exclude>db/bin/tidy/debug/checker-none/cxxstd-17-iso/sqlExceptions.h
+ <toolset>tidy:<exclude>db/bin/tidy/debug/checker-none/cxxstd-17-iso/testModels.h
+ <toolset>tidy:<exclude>ice/cpp/*
+ <toolset>tidy:<define>ICE_IGNORE_VERSION
+ <toolset>tidy:<define>__x86_64
;
build-project slicer ;