.. |
tinyxml
|
…
|
|
options.cpp
|
Visual Studio: Fixed compiler error. It seems visual studio 2008 doesn't like 'not'.
|
2010-10-02 09:42:31 +02:00 |
options.h
|
Added Doxygen commenting, per kimmov's request.
|
2010-09-26 19:15:14 +10:00 |
redirect.h
|
Added Doxygen commenting, per kimmov's request.
|
2010-09-26 19:15:14 +10:00 |
test.cxx
|
renamed gui/test.cpp to test/test.cxx
|
2010-02-19 07:21:16 +01:00 |
test.vcproj
|
Visual Studio: updated test/test.vcproj
|
2010-10-02 09:43:28 +02:00 |
test.vcxproj
|
Update VS2010 solution/project files.
|
2010-09-20 18:09:17 +03:00 |
test.vcxproj.filters
|
Update VS2010 solution/project files.
|
2010-09-20 18:09:17 +03:00 |
testautovariables.cpp
|
…
|
|
testbufferoverrun.cpp
|
Fixed #2097 (false positive: buffer access out of bounds)
|
2010-10-14 20:00:32 +02:00 |
testcharvar.cpp
|
…
|
|
testclass.cpp
|
Fixed #2089 (False negative: Function can be const (calling const function))
|
2010-10-13 07:26:41 +02:00 |
testcmdlineparser.cpp
|
Extracted Error and Output redirection.
|
2010-09-26 13:19:30 +10:00 |
testconstructors.cpp
|
…
|
|
testcppcheck.cpp
|
Disable command line tests after refactoring command line handling.
|
2010-09-05 11:17:32 +03:00 |
testdivision.cpp
|
…
|
|
testexceptionsafety.cpp
|
Exception safety: Removed the noisy checks and keep the useful checks
|
2010-08-31 22:22:59 +02:00 |
testfilelister.cpp
|
Fixed #2059 (cppcheck gives wrong path in error description)
|
2010-09-22 19:52:14 +02:00 |
testincompletestatement.cpp
|
…
|
|
testmathlib.cpp
|
…
|
|
testmemleak.cpp
|
Fixed #2065 (false positive: memory leak)
|
2010-09-27 17:53:10 +02:00 |
testobsoletefunctions.cpp
|
Fixed #1999 (False positive: uninitialized variable (__published variables))
|
2010-08-31 19:48:04 +02:00 |
testoptions.cpp
|
Removed static std::string.
|
2010-09-26 16:52:30 +10:00 |
testother.cpp
|
Fixed #2018 (Postfix Operators)
|
2010-10-14 19:17:40 +02:00 |
testpostfixoperator.cpp
|
astyle formatting
|
2010-10-14 19:59:10 +02:00 |
testpreprocessor.cpp
|
Fixed #1951 (Preprocessor: Compound macro statements not handled correctly)
|
2010-09-24 21:38:11 +02:00 |
testrunner.cpp
|
Added `check` target.
|
2010-09-26 13:29:23 +10:00 |
testsettings.cpp
|
…
|
|
testsimplifytokens.cpp
|
Fixed #2082 (Tokenizer::simplifyTypedef: wrong handling of array)
|
2010-10-13 20:02:37 +02:00 |
teststl.cpp
|
Fixed #2101 (list in vector iterator usage)
|
2010-10-15 18:11:41 +02:00 |
testsuite.cpp
|
Added `check` target.
|
2010-09-26 13:29:23 +10:00 |
testsuite.h
|
Added `check` target.
|
2010-09-26 13:29:23 +10:00 |
testthreadexecutor.cpp
|
…
|
|
testtoken.cpp
|
Replaced TODO in numeric test with two passing tests.
|
2010-09-26 16:39:19 +10:00 |
testtokenize.cpp
|
Tokenize: Fixed bug in Tokenize::simplifyKnownVariables
|
2010-10-10 19:27:42 +02:00 |
testunusedfunctions.cpp
|
…
|
|
testunusedprivfunc.cpp
|
Fixed #2067 (Template methods do not 'use' private ones)
|
2010-09-30 21:22:49 +02:00 |
testunusedvar.cpp
|
Fixed #2039 (unions not handled properly, false positive about initialization)
|
2010-09-09 20:15:00 +02:00 |