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
64a70fa51c
cppcheck
/
test
History
Zachary Blair
daa04872a0
Merge branch 'master' of github.com:danmar/cppcheck
2011-02-06 01:31:09 -08:00
..
options.cpp
…
options.h
…
redirect.h
…
test.cxx
…
test.pro
Add testsymboldatabase.cpp to test.pro.
2011-02-02 22:52:47 +02:00
test.vcproj
Update VS 2008/2010 project files for tests.
2011-02-03 17:53:50 +02:00
test.vcxproj
Update VS 2008/2010 project files for tests.
2011-02-03 17:53:50 +02:00
test.vcxproj.filters
Update VS 2008/2010 project files for tests.
2011-02-03 17:53:50 +02:00
testautovariables.cpp
…
testbufferoverrun.cpp
…
testcharvar.cpp
…
testclass.cpp
scripts: added tabs.pl - in my opinion it is bad to use tabs inside string constants. spaces or \t should be used instead.
2011-02-05 12:53:28 +01:00
testcmdlineparser.cpp
Allow to exclude filenames (with paths).
2011-02-03 14:43:42 +02:00
testconstructors.cpp
…
testcppcheck.cpp
astyle formatting
2011-02-03 22:20:59 +01:00
testdivision.cpp
…
testerrorlogger.cpp
Fixed
#2544
(XML output does not specify encoding used)
2011-02-04 20:14:19 +01:00
testexceptionsafety.cpp
Fixed
#2388
(Use throw without argument to rethrow exceptions)
2011-02-05 01:11:09 -08:00
testfilelister_unix.cpp
…
testincompletestatement.cpp
…
testmathlib.cpp
scripts: added tabs.pl - in my opinion it is bad to use tabs inside string constants. spaces or \t should be used instead.
2011-02-05 12:53:28 +01:00
testmemleak.cpp
Fixed
#2503
(false positive: memory leak (struct member, address is taken))
2011-02-04 20:41:35 +01:00
testnullpointer.cpp
scripts: added tabs.pl - in my opinion it is bad to use tabs inside string constants. spaces or \t should be used instead.
2011-02-05 12:53:28 +01:00
testobsoletefunctions.cpp
…
testoptions.cpp
…
testother.cpp
Fixed
#2498
(False positive: redundant assignment)
2011-02-04 21:08:42 +01:00
testpath.cpp
…
testpathmatch.cpp
Allow to exclude filenames (with paths).
2011-02-03 14:43:42 +02:00
testpostfixoperator.cpp
…
testpreprocessor.cpp
…
testrunner.cpp
…
testsettings.cpp
…
testsimplifytokens.cpp
Fixed
#2536
(cppcheck hangs with 100% cpu load)
2011-02-03 07:58:49 +01:00
teststl.cpp
…
testsuite.cpp
…
testsuite.h
…
testsymboldatabase.cpp
…
testthreadexecutor.cpp
…
testtoken.cpp
…
testtokenize.cpp
Tokenizer: Replace __null with 0 (gcc constant)
2011-02-05 09:03:31 +01:00
testuninitvar.cpp
scripts: added tabs.pl - in my opinion it is bad to use tabs inside string constants. spaces or \t should be used instead.
2011-02-05 12:53:28 +01:00
testunusedfunctions.cpp
…
testunusedprivfunc.cpp
…
testunusedvar.cpp
…
testutils.h
…