cppcheck/test
orbitcowboy 9c08885caf MathLib:IsNullValue(): using a Finite State Machine to determine a string value contains a numeric NULL value. The NULL value can be Integer, Binary, Hex, Octal. The corresponding unit test cases are also included. 2014-04-11 01:27:05 +02:00
..
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 Fixed #5643 (crash on address-of-operator& in condition) as suggested by serval2412 2014-04-10 19:49:21 +02:00
testautovariables.cpp Fix segfault in variableIsUsedInScope() - loop variable not check against NULL 2014-03-22 11:14:11 +01:00
testbool.cpp Fixed #5627 (False positive assignBoolToPointer) 2014-03-31 15:55:54 +02:00
testboost.cpp Update copyright 2014-02-15 07:45:39 +01:00
testbufferoverrun.cpp #5631 Typo and misleading error message in negativeMemoryAllocationSize 2014-04-08 20:23:00 +02:00
testcharvar.cpp Update copyright 2014-02-15 07:45:39 +01:00
testclass.cpp Don't suggestInitializationList for arrays used as initializer (#5640) 2014-04-10 22:28:02 +02:00
testcmdlineparser.cpp Update copyright 2014-02-15 07:45:39 +01:00
testconstructors.cpp AST: Fixed bad syntax tree for 'if (x()[0]==1);' 2014-04-05 08:03:24 +02: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 Avoid FP exceptThrowInNoThrowFunction and exceptThrowInNoexecptFunction 2014-04-10 21:55:49 +02: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 Fixed #5486 (false positive: (warning) %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'ssize_t {aka long}'.) 2014-04-10 17:25:11 +02:00
testleakautovar.cpp Update copyright 2014-02-15 07:45:39 +01:00
testlibrary.cpp Fixed a few cppcheck messages 2014-03-28 18:55:16 +01:00
testmathlib.cpp MathLib:IsNullValue(): using a Finite State Machine to determine a string value contains a numeric NULL value. The NULL value can be Integer, Binary, Hex, Octal. The corresponding unit test cases are also included. 2014-04-11 01:27:05 +02:00
testmemleak.cpp Fixed #5659 (False negative: mismatching allocation / deallocation whith using namespace) 2014-04-11 05:40:37 +02:00
testnonreentrantfunctions.cpp Update copyright 2014-02-15 07:45:39 +01:00
testnullpointer.cpp posix.cfg: Fixed FP for isatty() function and added unit cases. 2014-04-10 17:53:04 +02: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 false positive redundantAssignment when operator() is called (#5568) 2014-04-10 21:56:30 +02: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 Fixed a few cppcheck messages 2014-03-28 18:55:16 +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 "automatic conversion from iso-8859-1 formatting to utf-8" 2014-03-31 00:33:43 +00:00
testsimplifytokens.cpp Refactorized inefficient usage of std::string and const char[] (part 2). 2014-04-03 14:56:14 +02:00
testsizeof.cpp Update copyright 2014-02-15 07:45:39 +01:00
teststl.cpp Fixed #5467 (False positive incorrectly claiming use after erase) 2014-04-09 10:32:56 +02: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 more syntaxErrors from SymbolDatabase, fixing #5663 2014-04-10 20:11:03 +02: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 Fix #4724 (Error in calculation shift operation: wrong sign: 1UL << 63) 2014-04-10 19:22:14 +02:00
testuninitvar.cpp Fixed #5658 (false positive: (error) Uninitialized variable: s) 2014-04-10 15:59:37 +02: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 Refactorized inefficient usage of std::string and const char[] (part 2). 2014-04-03 14:56:14 +02:00