..
cfg
posix.cfg: add more interfaces. Remove include from test which is missing on travis
2015-03-15 13:28:16 +01:00
CMakeLists.txt
Add CMake files
2015-02-13 19:00:14 +01:00
options.cpp
Updated copyright year to 2015
2015-01-03 12:14:58 +01:00
options.h
Updated copyright year to 2015
2015-01-03 12:14:58 +01:00
redirect.h
Updated copyright year to 2015
2015-01-03 12:14:58 +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
Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style
2015-03-11 22:54:43 +01:00
testassert.cpp
Refactorized testrunner: Create std::string only where necessary
2015-03-15 12:36:40 +01:00
testautovariables.cpp
Refactorized testrunner: Create std::string only where necessary
2015-03-15 12:36:40 +01:00
testbool.cpp
Refactorized CheckBool::checkComparisonOfBoolWithInt(), CheckBool::checkComparisonOfBoolExpressionWithInt() and CheckBool::pointerArithBool():
2015-03-12 20:07:48 +01:00
testboost.cpp
Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style
2015-03-11 22:54:43 +01:00
testbufferoverrun.cpp
Constructor parameter type need not be a number
2015-03-25 14:56:45 +03:00
testcharvar.cpp
Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style
2015-03-11 22:54:43 +01:00
testclass.cpp
Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style
2015-03-11 22:54:43 +01:00
testcmdlineparser.cpp
Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style
2015-03-11 22:54:43 +01:00
testcondition.cpp
Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style
2015-03-11 22:54:43 +01:00
testconstructors.cpp
Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style
2015-03-11 22:54:43 +01:00
testcppcheck.cpp
Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style
2015-03-11 22:54:43 +01:00
testerrorlogger.cpp
Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style
2015-03-11 22:54:43 +01:00
testexceptionsafety.cpp
Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style
2015-03-11 22:54:43 +01:00
testfilelister.cpp
Updated copyright year to 2015
2015-01-03 12:14:58 +01:00
testfiles.pri
run dmake
2014-09-24 13:50:57 +02:00
testgarbage.cpp
Fixed three unique crashs on garbage code ( #6613 ).
2015-04-01 12:43:24 +02:00
testincompletestatement.cpp
Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style
2015-03-11 22:54:43 +01:00
testinternal.cpp
Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style
2015-03-11 22:54:43 +01:00
testio.cpp
Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style
2015-03-11 22:54:43 +01:00
testleakautovar.cpp
Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style
2015-03-11 22:54:43 +01:00
testlibrary.cpp
Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style
2015-03-11 22:54:43 +01:00
testmathlib.cpp
Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style
2015-03-11 22:54:43 +01:00
testmemleak.cpp
Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style
2015-03-11 22:54:43 +01:00
testnonreentrantfunctions.cpp
Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style
2015-03-11 22:54:43 +01:00
testnullpointer.cpp
Fixed #6495 (Improve check: uninitialized variable, 3rd function argument)
2015-03-14 19:23:33 +01:00
testobsolescentfunctions.cpp
Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style
2015-03-11 22:54:43 +01:00
testoptions.cpp
Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style
2015-03-11 22:54:43 +01:00
testother.cpp
More tests for checking negative pointers
2015-03-19 16:46:00 +03:00
testpath.cpp
Better handle double slashes, more tests
2015-02-16 13:11:13 +03:00
testpathmatch.cpp
Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style
2015-03-11 22:54:43 +01:00
testpostfixoperator.cpp
Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style
2015-03-11 22:54:43 +01:00
testpreprocessor.cpp
Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style
2015-03-11 22:54:43 +01:00
testrunner.cpp
Updated copyright year to 2015
2015-01-03 12:14:58 +01:00
testrunner.vcxproj
Set /LARGEADDRESSAWARE flag for Win32 builds
2015-01-27 15:43:40 +01:00
testrunner.vcxproj.filters
Added test file for garbage code:
2014-09-24 13:45:56 +02:00
testsamples.cpp
Refactorization: Avoid including path.h in (almost) every source file (via library.h)
2015-03-11 22:54:45 +01:00
testsimplifytemplate.cpp
testrunner: fix -Wshadow warning.
2015-04-04 01:15:56 +02:00
testsimplifytokens.cpp
Moved simplification of operator names before template and parentheses simplifications ( #6576 )
2015-04-01 13:47:36 +02:00
testsimplifytypedef.cpp
Refactorized testrunner: Create std::string only where necessary
2015-03-15 12:36:40 +01:00
testsizeof.cpp
Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style
2015-03-11 22:54:43 +01:00
teststl.cpp
posix.cfg add more interfaces from stdlib.h. run astyle
2015-03-21 12:26:07 +01:00
teststring.cpp
Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style
2015-03-11 22:54:43 +01:00
testsuite.cpp
Fixed inconclusive warnings regarding const correctness.
2015-01-20 09:09:16 +01:00
testsuite.h
Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style
2015-03-11 22:54:43 +01:00
testsuppressions.cpp
Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style
2015-03-11 22:54:43 +01:00
testsymboldatabase.cpp
Fixed grammar mistake; fixed two VS2013 code analysis messages; removed redundant Token::Match call
2015-03-15 10:06:56 +01:00
testthreadexecutor.cpp
Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style
2015-03-11 22:54:43 +01:00
testtimer.cpp
Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style
2015-03-11 22:54:43 +01:00
testtoken.cpp
Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style
2015-03-11 22:54:43 +01:00
testtokenize.cpp
Refactorized testrunner: Create std::string only where necessary
2015-03-15 12:36:40 +01:00
testtype.cpp
Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style
2015-03-11 22:54:43 +01:00
testuninitvar.cpp
Fixed #4880 (false negative: uninitialized variable, handling of conditional noreturn scopes)
2015-03-14 17:59:11 +01:00
testunusedfunctions.cpp
Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style
2015-03-11 22:54:43 +01:00
testunusedprivfunc.cpp
Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style
2015-03-11 22:54:43 +01:00
testunusedvar.cpp
Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style
2015-03-11 22:54:43 +01:00
testutils.h
Updated copyright year to 2015
2015-01-03 12:14:58 +01:00
testvaarg.cpp
Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style
2015-03-11 22:54:43 +01:00
testvalueflow.cpp
Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style
2015-03-11 22:54:43 +01:00
testvarid.cpp
Refactorized testrunner: Create std::string only where necessary
2015-03-15 12:36:40 +01:00