diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-01-13 19:29:38 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-01-13 19:43:19 +0000 |
commit | 12ed39bf184c056dd103274773339e87c84e6476 (patch) | |
tree | f9ce1ede40c64e306ec258fa7242cbaf19628340 | |
parent | Ray Trace cursor clicks to terrain surface (diff) | |
download | ilt-12ed39bf184c056dd103274773339e87c84e6476.tar.bz2 ilt-12ed39bf184c056dd103274773339e87c84e6476.tar.xz ilt-12ed39bf184c056dd103274773339e87c84e6476.zip |
Configure cppcheck libraries
-rw-r--r-- | Jamroot.jam | 5 | ||||
-rw-r--r-- | test/Jamfile.jam | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index d4476e3..d0ae95f 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -38,6 +38,11 @@ project : requirements <toolset>tidy:<checkxx>performance-* <toolset>tidy:<comments>no <toolset>tidy:<mapping>iwyu.json + <toolset>tidy:<librarydef>gnu + <toolset>tidy:<librarydef>posix + <toolset>tidy:<librarydef>opengl + <toolset>tidy:<librarydef>sdl + <toolset>tidy:<librarydef>std <toolset>tidy:<define>TIDY ; diff --git a/test/Jamfile.jam b/test/Jamfile.jam index 4f5b920..afe58c8 100644 --- a/test/Jamfile.jam +++ b/test/Jamfile.jam @@ -14,9 +14,11 @@ project : requirements <library>..//ilt <toolset>tidy:<xcheckxx>hicpp-vararg <toolset>tidy:<suppress>accessMoved + <toolset>tidy:<suppress>assertWithSideEffect <toolset>tidy:<xcheckxx>bugprone-use-after-move <toolset>tidy:<xcheckxx>hicpp-invalid-access-moved <toolset>tidy:<xcheckxx>clang-analyzer-cplusplus.Move + <toolset>tidy:<librarydef>boost ; run test-collection.cpp ; |