.. |
options.cpp
|
changed the astyle formatting flags
|
2011-10-13 20:53:06 +02:00 |
options.h
|
changed the astyle formatting flags
|
2011-10-13 20:53:06 +02:00 |
redirect.h
|
Refactorizations in test suite:
|
2012-04-17 12:57:16 +02:00 |
test.cxx
|
renamed gui/test.cpp to test/test.cxx
|
2010-02-19 07:21:16 +01:00 |
test.pro
|
test/test.pro: indentation update
|
2011-10-23 15:45:56 +02:00 |
test64bit.cpp
|
Improve check: Check for 64-bit portability issues when returning pointers/integers
|
2012-04-26 13:39:19 +02:00 |
testassignif.cpp
|
Update year to 2012
|
2012-01-01 01:05:37 +02:00 |
testautovariables.cpp
|
Fixed #3357:
|
2012-05-06 10:37:41 -07:00 |
testboost.cpp
|
Update year to 2012
|
2012-01-01 01:05:37 +02:00 |
testbufferoverrun.cpp
|
Fixed #3357:
|
2012-05-06 10:37:41 -07:00 |
testcharvar.cpp
|
charvar: dont write warning about char type array index when array is small and the full valid range is accessible with the char type. If there are out of bounds access then, it is not because the type of the variable.
|
2012-03-10 12:19:28 +01:00 |
testclass.cpp
|
Fixed #3357:
|
2012-05-06 10:37:41 -07:00 |
testcmdlineparser.cpp
|
Implemented #2990: Print relative paths if -rp or --relative-paths is given
|
2012-04-06 10:49:21 +02:00 |
testconstructors.cpp
|
Update year to 2012
|
2012-01-01 01:05:37 +02:00 |
testcppcheck.cpp
|
- Correctly set Scope::function variable in symboldatabase
|
2012-01-21 10:08:09 +01:00 |
testdivision.cpp
|
Fixed #3357:
|
2012-05-06 10:37:41 -07:00 |
testerrorlogger.cpp
|
xml: fixed test case.
|
2012-03-25 12:51:10 +02:00 |
testexceptionsafety.cpp
|
- Moved checkCatchExceptionByValue from CheckOther to CheckExceptionSafety
|
2012-02-02 16:17:42 +01:00 |
testfilelister.cpp
|
Refactored STL container usage in CLI.
|
2012-02-19 17:22:59 +01:00 |
testincompletestatement.cpp
|
Update year to 2012
|
2012-01-01 01:05:37 +02:00 |
testinternal.cpp
|
added testcase to ticket 3727
|
2012-05-01 14:36:42 +02:00 |
testmathlib.cpp
|
fixed ticket 3693. Added modulus operator to Mathlib + unittests. Added a test to checkother to ensure the testcase of ticket 3693 does not trigger an error message.
|
2012-04-12 14:02:09 +02:00 |
testmemleak.cpp
|
Splitted class TokenList from Tokenizer
|
2012-05-05 09:33:26 -07:00 |
testnonreentrantfunctions.cpp
|
Fix ticket #3483 (POSIX.1-2008 - obsolete functions)
|
2012-01-12 22:28:12 +01:00 |
testnullpointer.cpp
|
Fixed #3357:
|
2012-05-06 10:37:41 -07:00 |
testobsoletefunctions.cpp
|
- Improved nullpointer check: Fixed #1171
|
2012-02-11 12:26:48 +01:00 |
testoptions.cpp
|
changed the astyle formatting flags
|
2011-10-13 20:53:06 +02:00 |
testother.cpp
|
Fixed #3357:
|
2012-05-06 10:37:41 -07:00 |
testpath.cpp
|
Fixed crash when "-rp=" or "--relative-paths=" is given - print Error.
|
2012-04-14 14:44:15 +02:00 |
testpathmatch.cpp
|
Refactored STL container usage in CLI.
|
2012-02-19 17:22:59 +01:00 |
testpostfixoperator.cpp
|
Update year to 2012
|
2012-01-01 01:05:37 +02:00 |
testpreprocessor.cpp
|
Splitted class TokenList from Tokenizer
|
2012-05-05 09:33:26 -07:00 |
testrunner.cpp
|
Update year to 2012
|
2012-01-01 01:05:37 +02:00 |
testrunner.vcproj
|
Generated new VS2008/VS2010 project files (testrunner)
|
2012-05-05 11:18:50 -07:00 |
testrunner.vcxproj
|
Generated new VS2008/VS2010 project files (testrunner)
|
2012-05-05 11:18:50 -07:00 |
testrunner.vcxproj.filters
|
Generated new VS2008/VS2010 project files (testrunner)
|
2012-05-05 11:18:50 -07:00 |
testsimplifytokens.cpp
|
Fixed #3357:
|
2012-05-06 10:37:41 -07:00 |
teststl.cpp
|
Fixed #3715 (false positive checking a map bounds)
|
2012-05-07 12:03:33 -07:00 |
testsuite.cpp
|
testrunner: assert-like functions should take linenr parameter as a 'unsigned int' (maybe in the future these should be converted to 'size_t'?);
|
2012-01-03 15:48:03 +01:00 |
testsuite.h
|
Refactorizations in test suite:
|
2012-04-17 12:57:16 +02:00 |
testsuppressions.cpp
|
Avoid copying Settings in CppCheckExecutor
|
2012-04-06 14:19:26 +02:00 |
testsymboldatabase.cpp
|
Refactorizations in SymbolDatabase:
|
2012-04-27 21:51:13 +02:00 |
testthreadexecutor.cpp
|
Refactored STL container usage in CLI.
|
2012-02-19 17:22:59 +01:00 |
testtoken.cpp
|
Splitted class TokenList from Tokenizer
|
2012-05-05 09:33:26 -07:00 |
testtokenize.cpp
|
Use recently implemented new constructor of ErrorLogger::ErrorMessage in checkmemoryleak.cpp and symboldatabase.cpp
|
2012-05-06 04:01:56 -07:00 |
testuninitvar.cpp
|
added todo testcase for ticket 3597
|
2012-05-01 14:26:34 +02:00 |
testunusedfunctions.cpp
|
Fixed false negative in unused functions check when function returns reference
|
2012-04-09 11:00:31 +02:00 |
testunusedprivfunc.cpp
|
Fixed #3661 (False positive: unusedPrivateFunction)
|
2012-04-09 11:19:19 +02:00 |
testunusedvar.cpp
|
#3744 (Unexpected unused value warning for char ptr types set in switch)
|
2012-04-28 15:43:42 +02:00 |
testutils.h
|
Some refactorizations
|
2012-02-18 11:55:05 +01:00 |