cppcheck/test
DGarry82 77716ee398
fix w64-mingw32-ld linking error (#3184)
* fix w64-mingw32-ld linking error

use shlwapi instead of Shlwapi.lib in mingw-w64 build environment
(prevents "/usr/bin/x86_64-w64-mingw32-ld: cannot find -lShlwapi" error)

* same MinGW shlwapi fix for {tests,tools}/CMakeLists.txt

Co-authored-by: Igor Rondarev <igor.rondarev@gmail.com>
2021-03-29 17:04:42 +02:00
..
bug-hunting some Python cleanups based on PyCharm inspections (#2999) 2021-01-31 14:27:11 +01:00
cfg astyle formatting 2021-02-20 13:33:57 +01:00
cli Suggested implementation for rule 8.2 (#3169) 2021-03-25 08:25:43 +01:00
synthetic fixed/excluded some shellcheck warnings and actually fail the build when something is found (#3068) 2021-01-20 18:43:49 +01:00
testsuites
CMakeLists.txt fix w64-mingw32-ld linking error (#3184) 2021-03-29 17:04:42 +02:00
options.cpp
options.h
precompiled.h Update Copyright year 2021-03-21 20:58:32 +01:00
redirect.h Update copyright year 2020-05-10 11:16:32 +02:00
test.cxx
test64bit.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
testassert.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
testastutils.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
testautovariables.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
testbool.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
testboost.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
testbufferoverrun.cpp #4750 Added a regression test 2021-03-28 09:29:46 +02:00
testbughuntingchecks.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
testcharvar.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
testclangimport.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
testclass.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
testcmdlineparser.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
testcondition.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
testconstructors.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
testcppcheck.cpp made check.h less heavy (#2633) 2020-05-23 07:16:49 +02:00
testerrorlogger.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
testexceptionsafety.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
testexprengine.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
testfilelister.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
testfunctions.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
testgarbage.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
testimportproject.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
testincompletestatement.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
testinternal.cpp Update copyright year 2020-05-10 11:16:32 +02:00
testio.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
testleakautovar.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
testlibrary.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
testmathlib.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
testmemleak.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
testnullpointer.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
testoptions.cpp
testother.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
testpath.cpp Update copyright year 2019-02-09 07:24:06 +01:00
testpathmatch.cpp Update copyright year 2020-05-10 11:16:32 +02:00
testplatform.cpp Update copyright year 2020-05-10 11:16:32 +02:00
testpostfixoperator.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
testpreprocessor.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
testrunner.cpp
testrunner.vcxproj Set language compatibility to C++14 in Visual Studio (#2967) 2020-12-22 10:24:25 +01:00
testrunner.vcxproj.filters Visual Studio; Try to fix compilation 2020-12-20 21:01:45 +01:00
testsamples.cpp added validateCFG and checkcfg targets to CMake / some refactorings (#2687) 2020-11-02 20:16:15 +01:00
testsimplifytemplate.cpp Suggested implementation for rule 8.2 (#3169) 2021-03-25 08:25:43 +01:00
testsimplifytokens.cpp Suggested implementation for rule 8.2 (#3169) 2021-03-25 08:25:43 +01:00
testsimplifytypedef.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
testsimplifyusing.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
testsizeof.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
teststl.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
teststring.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
testsuite.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
testsuite.h Update Copyright year 2021-03-21 20:58:32 +01:00
testsummaries.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
testsuppressions.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
testsymboldatabase.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
testthreadexecutor.cpp
testtimer.cpp
testtoken.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
testtokenize.cpp Suggested implementation for rule 8.2 (#3169) 2021-03-25 08:25:43 +01:00
testtokenlist.cpp Fixed Token::isKeyword: Actually set this flag to a reasonable value in all code paths 2020-05-19 13:47:25 +02:00
testtype.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
testuninitvar.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
testunusedfunctions.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
testunusedprivfunc.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
testunusedvar.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
testutils.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
testutils.h Update Copyright year 2021-03-21 20:58:32 +01:00
testvaarg.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
testvalueflow.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
testvarid.cpp 10221: Fix setVarId in template code (#3187) 2021-03-29 12:16:02 +02:00