This website requires JavaScript.
Explore
Help
Sign In
walkero
/
cppcheck
Watch
1
Star
0
Fork
You've already forked cppcheck
0
Code
Issues
Pull Requests
Projects
Releases
1
Wiki
Activity
88c1e42bdb
cppcheck
/
test
History
Daniel Marjamäki
88c1e42bdb
VS2010: Added cli/cppcheckexecutor.cpp to testrunner project
2012-12-13 18:43:45 +01:00
..
options.cpp
…
options.h
Changed the order of some structures in order to improve, even if for a bit, their padding.
2012-05-14 20:49:03 +02:00
redirect.h
…
test.cxx
…
test.pro
…
test64bit.cpp
…
testassignif.cpp
…
testautovariables.cpp
…
testboost.cpp
…
testbufferoverrun.cpp
…
testcharvar.cpp
…
testclass.cpp
Fixed
#4391
(False positive: ctor not detected after variable declaration)
2012-12-10 06:01:29 +01:00
testcmdlineparser.cpp
…
testconstructors.cpp
…
testcppcheck.cpp
Removed --doc formating hack that removes more than three newlines and added format testing of Check::classInfo instead.
2012-08-26 16:22:46 +02:00
testdivision.cpp
…
testerrorlogger.cpp
…
testexceptionsafety.cpp
…
testfilelister.cpp
…
testfiles.pri
…
testincompletestatement.cpp
…
testinternal.cpp
…
testio.cpp
Fixed regression
#4368
.
2012-12-08 00:26:10 -08:00
testleakautovar.cpp
…
testmathlib.cpp
…
testmemleak.cpp
Fix
#4045
: memory leak not reported after usage of " + p[]"
2012-12-09 08:59:21 +01:00
testnonreentrantfunctions.cpp
…
testnullpointer.cpp
…
testobsoletefunctions.cpp
Refactorized CheckObsoleteFunctions:
2012-12-08 02:46:30 -08:00
testoptions.cpp
…
testother.cpp
Fixed false positive when ternary operator is used: case A&&B?B:A:
2012-12-07 12:44:30 -08:00
testpath.cpp
…
testpathmatch.cpp
…
testpostfixoperator.cpp
…
testpreprocessor.cpp
…
testrunner.cpp
…
testrunner.vcproj
…
testrunner.vcxproj
VS2010: Added cli/cppcheckexecutor.cpp to testrunner project
2012-12-13 18:43:45 +01:00
testrunner.vcxproj.filters
VS2010: Added cli/cppcheckexecutor.cpp to testrunner project
2012-12-13 18:43:45 +01:00
testsimplifytokens.cpp
Unit test cleanup: Removed some empty lines and whitespaces before \n.
2012-12-06 10:19:22 -08:00
teststl.cpp
…
testsuite.cpp
…
testsuite.h
test: tabs to spaces, remove trailing spaces and extra empty lines at the end of files
2012-09-17 13:51:40 +02:00
testsuppressions.cpp
…
testsymboldatabase.cpp
…
testthreadexecutor.cpp
…
testtimer.cpp
…
testtoken.cpp
…
testtokenize.cpp
Fixed
#4395
(Wrong simplification of known variables in nested assignment)
2012-12-10 06:08:33 +01:00
testuninitvar.cpp
…
testunusedfunctions.cpp
…
testunusedprivfunc.cpp
…
testunusedvar.cpp
…
testutils.h
Refactorizations in test suite:
2012-05-16 09:04:03 -07:00