diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-09-23 19:33:42 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-09-24 23:13:15 +0100 |
commit | c4cc5b556ce79e55fda1dd1e4a46bc23448306fb (patch) | |
tree | 12877c0fb921b059fce5a9c24130b208e64cd173 /Jamroot.jam | |
parent | Add option terminator to test run command lines (diff) | |
download | netfs-c4cc5b556ce79e55fda1dd1e4a46bc23448306fb.tar.bz2 netfs-c4cc5b556ce79e55fda1dd1e4a46bc23448306fb.tar.xz netfs-c4cc5b556ce79e55fda1dd1e4a46bc23448306fb.zip |
Fuse separation
First swing at separating the fuse library interface with the fuse operations
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index cd93e3c..7c6a0bd 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -25,9 +25,11 @@ project <toolset>tidy:<checkxx>clang-* <toolset>tidy:<checkxx>misc-* <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-no-array-decay <toolset>tidy:<checkxx>performance-* ; |