.. |
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
|
Visual Studio 2008: Updated project files for cli and test
|
2011-02-10 22:08:10 +01:00 |
test.vcxproj
|
Visual Studio 2010: Updated project files for cli and test
|
2011-02-10 22:10:45 +01:00 |
test.vcxproj.filters
|
Update VS 2008/2010 project files for tests.
|
2011-02-03 17:53:50 +02:00 |
testautovariables.cpp
|
Fixed #2558 (false positive: (error) Returning reference to auto variable)
|
2011-02-12 15:39:26 +01:00 |
testbufferoverrun.cpp
|
Really fix the build failure this time
|
2011-02-15 14:10:56 -06:00 |
testcharvar.cpp
|
Change year 2010 -> 2011 in license texts.
|
2011-01-09 21:33:36 +02:00 |
testclass.cpp
|
CheckClass::noMemset: Added TODO test case
|
2011-02-16 21:31:35 +01:00 |
testcmdlineparser.cpp
|
Allow to exclude filenames (with paths).
|
2011-02-03 14:43:42 +02:00 |
testconstructors.cpp
|
#2560 (False positive: The class 'Altren' does not have a constructor, because base class is in namespace.)
|
2011-02-10 07:37:55 -05:00 |
testcppcheck.cpp
|
implement unmatchedSuppression information message
|
2011-02-16 23:02:37 +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
|
Fixed #2544 (XML output does not specify encoding used)
|
2011-02-04 20:14:19 +01:00 |
testexceptionsafety.cpp
|
Fixed #2388 (Use throw without argument to rethrow exceptions)
|
2011-02-05 01:11:09 -08: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
|
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
|
Fixed #2555 (Cppcheck 1.47 - Crash on WinMerge-Trunk (Win7 x64))
|
2011-02-08 20:18:15 +01:00 |
testnullpointer.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 |
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
|
Fixed #2502 (False positive: redundant assingment of object to itself)
|
2011-02-12 14:27:07 +01: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
|
Merge branch 'preprocessor' of https://github.com/ghewgill/cppcheck into ghewgill-preprocessor
|
2011-02-13 18:13:35 +01: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
|
Tokenizer::simplifyCalculations: basic handling of bitwise operators
|
2011-02-14 20:43:26 +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 |
testsuppressions.cpp
|
astyle formatting
|
2011-02-17 21:07:45 +01: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 #2584 (false positive 'variable n is never used')
|
2011-02-16 20:33:24 +01:00 |
testuninitvar.cpp
|
Uninitialized variables: Added TODO test case
|
2011-02-12 12:42:16 +01:00 |
testunusedfunctions.cpp
|
Change year 2010 -> 2011 in license texts.
|
2011-01-09 21:33:36 +02:00 |
testunusedprivfunc.cpp
|
fix #2580 (false postive with Unused private function)
|
2011-02-14 19:50:13 -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 |