..
options.cpp
man, htdocs, gui, test, tools: bump a few more copyrights to 2014
2014-03-03 11:03:17 +01:00
options.h
man, htdocs, gui, test, tools: bump a few more copyrights to 2014
2014-03-03 11:03:17 +01:00
redirect.h
Added testing of samples/ to testrunner ( #3515 ).
2014-03-28 13:06:38 +01:00
test.cxx
test: tabs to spaces, remove trailing spaces and extra empty lines at the end of files
2012-09-17 13:51:40 +02:00
test.pro
Don't include tinyxml from both lib.pri and test.pro
2013-08-19 19:44:29 +04:00
test64bit.cpp
Update copyright
2014-02-15 07:45:39 +01:00
testassert.cpp
Update copyright
2014-02-15 07:45:39 +01:00
testassignif.cpp
Update copyright
2014-02-15 07:45:39 +01:00
testautovariables.cpp
Fix segfault in variableIsUsedInScope() - loop variable not check against NULL
2014-03-22 11:14:11 +01:00
testbool.cpp
CheckBool::checkComparisonOfBoolExpressionWithInt: Rewrite the check using AST instead of token list
2014-03-27 16:10:43 +01:00
testboost.cpp
Update copyright
2014-02-15 07:45:39 +01:00
testbufferoverrun.cpp
Fixed uncaught exception in testbufferoverrun.cpp
2014-03-27 19:55:11 +01:00
testcharvar.cpp
Update copyright
2014-02-15 07:45:39 +01:00
testclass.cpp
Fixed TODO_ASSERT_EQUAL and #5614 caused by bad simplification of return values.
2014-03-27 11:04:31 +01:00
testcmdlineparser.cpp
Update copyright
2014-02-15 07:45:39 +01:00
testconstructors.cpp
Fixed #5498 (C++0x11 default values for class fields and missing constructor)
2014-03-24 06:15:51 +01:00
testcppcheck.cpp
Added testing of samples/ to testrunner ( #3515 ).
2014-03-28 13:06:38 +01:00
testdivision.cpp
Update copyright
2014-02-15 07:45:39 +01:00
testerrorlogger.cpp
Update copyright
2014-02-15 07:45:39 +01:00
testexceptionsafety.cpp
Update copyright
2014-02-15 07:45:39 +01:00
testfilelister.cpp
use nullptr
2014-02-16 10:32:10 +01:00
testfiles.pri
run dmake
2014-03-28 13:50:02 +01:00
testincompletestatement.cpp
Fixed #5493 (False positive: Found a statement that begins with numeric constant / string constant - in the presence of initialization list.)
2014-02-26 06:18:52 +01:00
testinternal.cpp
Update copyright
2014-02-15 07:45:39 +01:00
testio.cpp
Added unit test for #1473 .
2014-03-28 11:34:23 +01:00
testleakautovar.cpp
Update copyright
2014-02-15 07:45:39 +01:00
testlibrary.cpp
Fixed #1374 (false negative: using uninitialized variable in printf)
2014-03-06 06:16:14 +01:00
testmathlib.cpp
Fixed #5571 (Clean up MathLib::isInt())
2014-03-16 11:55:44 +01:00
testmemleak.cpp
Treat syntaxError and cppcheckError as InternalErrors (throw as exception, #4268 )
2014-03-27 13:15:21 +01:00
testnonreentrantfunctions.cpp
Update copyright
2014-02-15 07:45:39 +01:00
testnullpointer.cpp
Added unit test for #2626
2014-03-28 10:06:24 +01:00
testobsoletefunctions.cpp
Update copyright
2014-02-15 07:45:39 +01:00
testoptions.cpp
man, htdocs, gui, test, tools: bump a few more copyrights to 2014
2014-03-03 11:03:17 +01:00
testother.cpp
Fixed oppositeInnerCondition check:
2014-03-28 14:55:17 +01:00
testpath.cpp
Update copyright
2014-02-15 07:45:39 +01:00
testpathmatch.cpp
Update copyright
2014-02-15 07:45:39 +01:00
testpostfixoperator.cpp
Update copyright
2014-02-15 07:45:39 +01:00
testpreprocessor.cpp
Improved information message on missing headers when included with <> ( #4772 )
2014-03-26 15:22:22 +01:00
testrunner.cpp
Update copyright
2014-02-15 07:45:39 +01:00
testrunner.vcxproj
Added testing of samples/ to testrunner ( #3515 ).
2014-03-28 13:06:38 +01:00
testrunner.vcxproj.filters
Added testing of samples/ to testrunner ( #3515 ).
2014-03-28 13:06:38 +01:00
testsamples.cpp
Added testing of samples/ to testrunner ( #3515 ).
2014-03-28 13:06:38 +01:00
testsimplifytokens.cpp
Refactorized handling of syntaxError: Print debug output, removed a few return values that are no longer required
2014-03-27 18:41:52 +01:00
testsizeof.cpp
Update copyright
2014-02-15 07:45:39 +01:00
teststl.cpp
Treat syntaxError and cppcheckError as InternalErrors (throw as exception, #4268 )
2014-03-27 13:15:21 +01:00
testsuite.cpp
Improved readability of testsuite output when ASSERT_EQUALS_MSG fails.
2014-03-27 16:06:30 +01:00
testsuite.h
Avoid loading libraries multiple times in test suite
2014-03-24 09:59:05 +01:00
testsuppressions.cpp
Update copyright
2014-02-15 07:45:39 +01:00
testsymboldatabase.cpp
Throw syntaxError when encounter one in symboldatabase ( fixes #5572 )
2014-03-27 19:06:13 +01:00
testthreadexecutor.cpp
Added testing of samples/ to testrunner ( #3515 ).
2014-03-28 13:06:38 +01:00
testtimer.cpp
Update copyright
2014-02-15 07:45:39 +01:00
testtoken.cpp
Treat syntaxError and cppcheckError as InternalErrors (throw as exception, #4268 )
2014-03-27 13:15:21 +01:00
testtokenize.cpp
Refactorized handling of syntaxError: Print debug output, removed a few return values that are no longer required
2014-03-27 18:41:52 +01:00
testuninitvar.cpp
Treat syntaxError and cppcheckError as InternalErrors (throw as exception, #4268 )
2014-03-27 13:15:21 +01:00
testunusedfunctions.cpp
Fixed false positive "unused function" #5113 .
2014-03-26 12:34:21 +01:00
testunusedprivfunc.cpp
Bailout in private function usage checking for operators ( #5059 ).
2014-03-23 10:06:14 +01:00
testunusedvar.cpp
Treat syntaxError and cppcheckError as InternalErrors (throw as exception, #4268 )
2014-03-27 13:15:21 +01:00
testutils.h
Update copyright
2014-02-15 07:45:39 +01:00
testvalueflow.cpp
Buffer overruns: Use ValueFlow to detect negative index
2014-03-25 18:22:22 +01:00