cppcheck/test
Kimmo Varis f240574107 Modify the Cppcheck class to check one file at a time.
Unify usage and API of CppCheck class. Allow only one file checked
at a time, instead of list of files. Clients can then handle file
lists more naturally and as they see fit. Also clients have better
knowledge of how checking status should be handled.

The single-threaded CLI checking was only one using the file list.
Other clients were giving files (to list) one file at a time.
2011-04-24 19:17:52 +03:00
..
CMakeLists.txt Fixed #2684 (TestFileLister test assumes there are source files in the same directory) 2011-04-07 17:36:42 +02:00
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.pro Fixed #2684 (TestFileLister test assumes there are source files in the same directory) 2011-04-07 17:36:42 +02:00
test.vcproj Fix test VS2008 project file attributes. 2011-04-07 14:10:31 +03:00
test.vcxproj Reverted non-CMake changes in previous 'Added CMake files' commit 2011-03-25 07:59:48 +01:00
test.vcxproj.filters FileLister: Updated Visual Studio files 2011-03-20 14:47:15 +01:00
testautovariables.cpp convert last check in checkautovariables to use the symbol database 2011-04-23 09:50:56 -04:00
testbufferoverrun.cpp Renamed Settings::stupid to Settings::experimental 2011-04-10 15:55:08 +02:00
testcharvar.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
testclass.cpp Change symbol database such that the typestart token skips over type modifiers (const/static/mutable). 2011-04-23 01:13:23 +12:00
testcmdlineparser.cpp add --suppress= command line option 2011-02-23 20:10:32 +13:00
testconstructors.cpp skip nested anonymous unions when searching for variables in symbol database 2011-03-27 18:37:31 -04:00
testcppcheck.cpp Reverted non-CMake changes in previous 'Added CMake files' commit 2011-03-25 07:59:48 +01:00
testdivision.cpp Fixed #2526 (Make TODO_ASSERT_EQUALS take three arguments (value, to_be, as_is)?... 2011-01-30 23:20:11 +11:00
testerrorlogger.cpp ErrorLogger: Refactoring/fixing the serializer/deserializer for inconclusive messages 2011-04-16 13:42:48 +02:00
testexceptionsafety.cpp Fixed #2388 (Use throw without argument to rethrow exceptions) 2011-02-05 01:11:09 -08:00
testfilelister.cpp TestFileLister: astyle formatting and removed commented debug code 2011-04-09 08:20:34 +02:00
testincompletestatement.cpp Fixed #2655 (false positive: (warning) Redundant code: Found a statement that begins with numeric constant) 2011-03-30 21:57:01 +02:00
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 Memory leaks: Fixed TODO test case. Ticket: #2733 2011-04-20 17:16:09 +02:00
testnullpointer.cpp Fixed #2696 (False positive nullpointer) 2011-04-03 21:06:42 +02:00
testobsoletefunctions.cpp Obsolete functions: Fix messages for gethostbyaddr, gethostbyname 2011-04-07 00:33:54 +02:00
testoptions.cpp Removed static std::string. 2010-09-26 16:52:30 +10:00
testother.cpp Fixed #2734 (False positive: reports 'should be passed by reference' for std::streamoff) 2011-04-19 20:07:54 +02:00
testpath.cpp Remove './' at begin of path in Path::simplifyPath. 2011-03-29 20:53:18 +03:00
testpathmatch.cpp Allow to exclude filenames (with paths). 2011-02-03 14:43:42 +02:00
testpostfixoperator.cpp Fixed #2526 (Make TODO_ASSERT_EQUALS take three arguments (value, to_be, as_is)?... 2011-01-30 23:20:11 +11:00
testpreprocessor.cpp Fixed #2740 (inline cmd // cppcheck-suppress does not work anymore for 1.48) 2011-04-22 20:25:17 +02:00
testrunner.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
testsettings.cpp support wildcard characters * and ? in suppression list 2011-02-09 00:19:57 +13:00
testsimplifytokens.cpp fix #2745 (Enum vs local variable - conflict) 2011-04-23 22:08:03 -04:00
teststl.cpp add support for checking struct/class member container in CheckStl::size() 2011-03-28 19:31:23 -04:00
testsuite.cpp Fixed #2526 (Make TODO_ASSERT_EQUALS take three arguments (value, to_be, as_is)?... 2011-01-30 23:20:11 +11:00
testsuite.h Fixed #2526 (Make TODO_ASSERT_EQUALS take three arguments (value, to_be, as_is)?... 2011-01-30 23:20:11 +11:00
testsuppressions.cpp Modify the Cppcheck class to check one file at a time. 2011-04-24 19:17:52 +03:00
testsymboldatabase.cpp refactor symbol database and checks to use list of Scope rather than list of Scope pointers 2011-03-10 19:43:29 -05:00
testthreadexecutor.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
testtoken.cpp Token: Added testcase for matching of %op% 2011-04-10 11:15:57 +02:00
testtokenize.cpp fix #2746 (false positive: syntax error (typedef in __attribute__ ))) 2011-04-23 21:04:02 -04:00
testuninitvar.cpp fix 2011-02-26 20:08:37 +01:00
testunusedfunctions.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
testunusedprivfunc.cpp fix #2602 (segmentation fault of cppcheck ( class A {A& operator=(const A&); }; )) 2011-02-22 06:47:28 -05:00
testunusedvar.cpp Fixed #2535 (false positive: (style) Variable 'A' is not assigned a value) 2011-02-09 19:20:44 +01:00
testutils.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00