summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2020-03-29 11:29:42 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2020-03-29 11:29:42 +0100
commitc830a78d7bae91619561c4e86b39572837453bbc (patch)
tree3f9c41825752f945dcfc10f7026c27d91b57d9dd /Jamroot.jam
parentImplement copy range (diff)
downloadnetfs-c830a78d7bae91619561c4e86b39572837453bbc.tar.bz2
netfs-c830a78d7bae91619561c4e86b39572837453bbc.tar.xz
netfs-c830a78d7bae91619561c4e86b39572837453bbc.zip
Modernize and tidy
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam9
1 files changed, 9 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index 69a042f..1dd6e98 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -26,11 +26,20 @@ project
<toolset>tidy:<checkxx>misc-*
<toolset>tidy:<checkxx>modernize-*
<toolset>tidy:<xcheckxx>modernize-use-trailing-return-type
+ <toolset>tidy:<xcheckxx>misc-non-private-member-variables-in-classes
<toolset>tidy:<checkxx>hicpp-*
<toolset>tidy:<xcheckxx>hicpp-vararg
<toolset>tidy:<xcheckxx>hicpp-signed-bitwise
<toolset>tidy:<xcheckxx>hicpp-no-array-decay
<toolset>tidy:<checkxx>performance-*
+ <toolset>tidy:<exclude>daemonConfig.h
+ <toolset>tidy:<exclude>fuseConfig.h
+ <toolset>tidy:<exclude>directory.h
+ <toolset>tidy:<exclude>exceptions.h
+ <toolset>tidy:<exclude>file.h
+ <toolset>tidy:<exclude>service.h
+ <toolset>tidy:<exclude>types.h
+ <toolset>tidy:<exclude>volume.h
;
build-project netfs ;