cppcheck/test
Kimmo Varis 2d6d8580d7 Allow to exclude filenames (with paths).
This expands the CLI exclude feature to also allow excluding
filenames (with paths). When filename with recognized extension
is given to -i option then matching filenames (with paths) are
ignored when checking.

Ticket #2538 (Allow excluding files from the checking)
2011-02-03 14:43: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 Add testsymboldatabase.cpp to test.pro. 2011-02-02 22:52:47 +02:00
test.vcproj Update VS2008/VS2010 project files. 2011-02-02 14:37:48 +02:00
test.vcxproj Update VS2008/VS2010 project files. 2011-02-02 14:37:48 +02:00
test.vcxproj.filters Update VS2008/VS2010 project files. 2011-02-02 14:37:48 +02:00
testautovariables.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
testbufferoverrun.cpp astyle formatting 2011-01-31 17:26:07 +01:00
testcharvar.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
testclass.cpp Fixed #2537 (segmentation fault of cppcheck) 2011-02-03 07:57:10 +01:00
testcmdlineparser.cpp Allow to exclude filenames (with paths). 2011-02-03 14:43:42 +02:00
testconstructors.cpp Symbol database: match copy-constructor better. ticket: #2484 2011-01-22 17:43:36 +01:00
testcppcheck.cpp test case to check whether instances are sorted 2011-02-02 22:58:24 +13: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 Add test for XML format version 2. 2011-02-03 09:44:23 +02:00
testexceptionsafety.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
testfilelister_unix.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
testincompletestatement.cpp added unit test for #2482 2011-01-19 20:41:46 +01:00
testmathlib.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
testmemleak.cpp Fixed #2526 (Make TODO_ASSERT_EQUALS take three arguments (value, to_be, as_is)?... 2011-01-30 23:20:11 +11:00
testnullpointer.cpp Fixed #2525 (False positive 'Possible null pointer dereference') 2011-01-31 17:30:27 +01:00
testobsoletefunctions.cpp Fixed #2526 (Make TODO_ASSERT_EQUALS take three arguments (value, to_be, as_is)?... 2011-01-30 23:20:11 +11:00
testoptions.cpp Removed static std::string. 2010-09-26 16:52:30 +10:00
testother.cpp Fix sizeof sizeof check to handle sizeof(sizeof type) 2011-02-02 11:49:32 -06:00
testpath.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02: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 astyle formatting 2011-01-31 17:26:07 +01:00
testrunner.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
testsettings.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
testsimplifytokens.cpp Fixed #2536 (cppcheck hangs with 100% cpu load) 2011-02-03 07:58:49 +01:00
teststl.cpp Fixed #2526 (Make TODO_ASSERT_EQUALS take three arguments (value, to_be, as_is)?... 2011-01-30 23:20:11 +11: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
testsymboldatabase.cpp Symbol database: better unit testing. ticket: #2468 2011-01-28 08:33:02 +01:00
testthreadexecutor.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
testtoken.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
testtokenize.cpp Fixed #2529 (False positive: array 'req[3]' index 4 out of bounds) 2011-02-01 21:46:07 +01:00
testuninitvar.cpp Fixed #2526 (Make TODO_ASSERT_EQUALS take three arguments (value, to_be, as_is)?... 2011-01-30 23:20:11 +11:00
testunusedfunctions.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
testunusedprivfunc.cpp Tokenizer: collapse operator function names into a single token. ticket: #2519 2011-01-27 18:44:20 +01:00
testunusedvar.cpp Fixed #2526 (Make TODO_ASSERT_EQUALS take three arguments (value, to_be, as_is)?... 2011-01-30 23:20:11 +11:00
testutils.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00