cppcheck/test
Kimmo Varis cfcfa3f000 Use "enabled" list for the style checking.
Settings-class currently enables style checking via dedicated
boolean attribute. All other CLI's enable-options are handled
through the enable-list. This commit moves style-check enabling
to use the enable-list.

Main advantage is the consistency how options are handled/stored
in the Settings class. Which also unifies using them for the other
code. You need to enable certain type of checks? Use the
addEnabled()-method. You want to check if certain type of checks
are enabled? Use the isEnabled()-method.
2011-08-07 10:28:52 +03: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 #2961 (Test executable name differs between Makefile and test.pro) 2011-08-04 21:20:39 +02:00
test.vcproj Update VS project files. 2011-08-03 18:39:02 +03:00
test.vcxproj Update VS project files. 2011-08-03 18:39:02 +03:00
test.vcxproj.filters Update VS project files. 2011-08-03 18:39:02 +03:00
test64bit.cpp Use "enabled" list for the style checking. 2011-08-07 10:28:52 +03:00
testassignif.cpp Use "enabled" list for the style checking. 2011-08-07 10:28:52 +03:00
testautovariables.cpp Auto Variables: Reverted fix for #1514 because my idea was wrong. See ticket: #2944 2011-07-27 10:43:44 +02:00
testbufferoverrun.cpp Use "enabled" list for the style checking. 2011-08-07 10:28:52 +03:00
testcharvar.cpp Use "enabled" list for the style checking. 2011-08-07 10:28:52 +03:00
testclass.cpp Use "enabled" list for the style checking. 2011-08-07 10:28:52 +03:00
testcmdlineparser.cpp Use "enabled" list for the style checking. 2011-08-07 10:28:52 +03:00
testconstructors.cpp Use "enabled" list for the style checking. 2011-08-07 10:28:52 +03:00
testcppcheck.cpp Report percentage complete based on file size 2011-04-26 22:26:23 +12:00
testdivision.cpp Use "enabled" list for the style checking. 2011-08-07 10:28:52 +03:00
testerrorlogger.cpp Add more tests for ErrorLogger. 2011-07-16 16:04:43 +03:00
testexceptionsafety.cpp Fixed #2388 (Use throw without argument to rethrow exceptions) 2011-02-05 01:11:09 -08:00
testfilelister.cpp FileLister: don't assume that all files have nonzero size in test case 2011-04-27 07:38:53 +12:00
testincompletestatement.cpp Use "enabled" list for the style checking. 2011-08-07 10:28:52 +03:00
testmathlib.cpp mathlib: fixed #2950: comparison of floating point values 2011-07-29 23:37:40 +02:00
testmemleak.cpp Use "enabled" list for the style checking. 2011-08-07 10:28:52 +03:00
testnonreentrantfunctions.cpp Use "enabled" list for the style checking. 2011-08-07 10:28:52 +03:00
testnullpointer.cpp Use "enabled" list for the style checking. 2011-08-07 10:28:52 +03:00
testobsoletefunctions.cpp Use "enabled" list for the style checking. 2011-08-07 10:28:52 +03:00
testoptions.cpp Removed static std::string. 2010-09-26 16:52:30 +10:00
testother.cpp Use "enabled" list for the style checking. 2011-08-07 10:28:52 +03: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 Use "enabled" list for the style checking. 2011-08-07 10:28:52 +03:00
testpreprocessor.cpp Fixed #2919 (Wrong file name reported with #error in header) 2011-08-03 07:28:37 +02:00
testrunner.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
testsettings.cpp Fixed #2797 (Inline suppressions do not handle filenames correctly) 2011-06-29 20:23:39 +02:00
testsimplifytokens.cpp Use "enabled" list for the style checking. 2011-08-07 10:28:52 +03:00
teststl.cpp Use "enabled" list for the style checking. 2011-08-07 10:28:52 +03: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 Report percentage complete based on file size 2011-04-26 22:26:23 +12:00
testsuppressions.cpp Fix testsuppressions for Windows builds for now, pending further refactoring 2011-05-03 10:41:52 +00:00
testsymboldatabase.cpp fix #2865 (segmentation fault of cppcheck ( char a[1] )) 2011-06-27 07:31:10 -04:00
testthreadexecutor.cpp Remove ErrorLogger::reportStatus() method. 2011-04-27 23:27:02 +03:00
testtoken.cpp fix #2911 (Token::Match(tok, %oror%|&&) doesn't match &&) 2011-07-31 13:26:26 -04:00
testtokenize.cpp Use "enabled" list for the style checking. 2011-08-07 10:28:52 +03:00
testuninitvar.cpp fix #2146 (uninitialized variable: false negative for 'return x ? 1 : y;') 2011-07-31 21:33:43 -04:00
testunusedfunctions.cpp Use "enabled" list for the style checking. 2011-08-07 10:28:52 +03:00
testunusedprivfunc.cpp Use "enabled" list for the style checking. 2011-08-07 10:28:52 +03:00
testunusedvar.cpp Use "enabled" list for the style checking. 2011-08-07 10:28:52 +03:00
testutils.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00