.. |
options.cpp
|
Changed the order of some structures in order to improve, even if for a bit, their padding.
|
2012-05-14 20:49:03 +02:00 |
options.h
|
Changed the order of some structures in order to improve, even if for a bit, their padding.
|
2012-05-14 20:49:03 +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
|
Add general PRO file for console builds.
|
2012-06-18 09:28:32 +03:00 |
test64bit.cpp
|
Committed forgotten test64bit.cpp; tests should work again.
|
2012-07-08 05:28:17 -07:00 |
testassignif.cpp
|
Message refactorization: checkassignif.cpp, checkautovariables.cpp
|
2012-07-07 11:31:18 -07:00 |
testautovariables.cpp
|
Moved remaining part of c_str() checking to checkstl.cpp. Fixed false positive #4157.
|
2012-09-10 15:20:38 +02:00 |
testboost.cpp
|
Clarified errormessage of checkBoost
|
2012-08-02 02:40:08 -07:00 |
testbufferoverrun.cpp
|
Show that inconclusive message is inconclusive
|
2012-09-07 16:11:15 +02:00 |
testcharvar.cpp
|
Fixed #3878 (Sign extension with unsigned char false positive)
|
2012-06-09 08:43:13 +02:00 |
testclass.cpp
|
Refactorization/Partial rewrite of CheckClass::copyconstructors():
|
2012-09-10 13:31:30 +02:00 |
testcmdlineparser.cpp
|
Added new cmdline option --language= (alias of GCC-like -x) to enforce a specific language. Valid values: c, c++, java, c#. (#3994)
|
2012-09-10 18:51:32 +02:00 |
testconstructors.cpp
|
Fixed #3804 (False positive: Member not initialized (simplifyTokenList removes const on pointers))
|
2012-07-16 07:28:59 +02:00 |
testcppcheck.cpp
|
Removed --doc formating hack that removes more than three newlines and added format testing of Check::classInfo instead.
|
2012-08-26 16:22:46 +02:00 |
testdivision.cpp
|
Fixed #3357:
|
2012-05-06 10:37:41 -07:00 |
testerrorlogger.cpp
|
Fixed #3442 (unmatchedSuppression can't be suppressed)
|
2012-07-13 08:29:49 +02:00 |
testexceptionsafety.cpp
|
Refactorizations in testrunner:
|
2012-07-16 04:17:14 -07:00 |
testfilelister.cpp
|
Refactorizations: Made several test functions const according to cppcheck messages.
|
2012-08-02 02:13:09 -07:00 |
testfiles.pri
|
Tests: Add generated testfiles.pri.
|
2012-06-11 22:11:29 +03:00 |
testincompletestatement.cpp
|
Update year to 2012
|
2012-01-01 01:05:37 +02:00 |
testinternal.cpp
|
New internal check: checkRedundantNextPrevious().
|
2012-09-07 12:36:40 +02:00 |
testio.cpp
|
Fixed usage of _settigns->isEnabled("style") in CheckIO. Added forgotten test cases.
|
2012-09-10 16:23:00 +02:00 |
testleakautovar.cpp
|
replaced tabs with spaces
|
2012-09-05 19:46:44 +02:00 |
testmathlib.cpp
|
Throw an InternalError when trying to divide (or modulo) by zero in MathLib.
|
2012-09-06 20:15:32 +02:00 |
testmemleak.cpp
|
Fixed #4082 (Maybe false positive: memleak)
|
2012-09-10 17:27:41 +02:00 |
testnonreentrantfunctions.cpp
|
Message refactorization: checkobsoletefunctions.h and checknonreentrantfunctions.h
|
2012-07-29 02:30:03 -07:00 |
testnullpointer.cpp
|
Fixed and refactorized broken CheckNullPointer::CanFunctionAssignPointer():
|
2012-09-06 18:33:15 +02:00 |
testobsoletefunctions.cpp
|
Enable --std=c11 and --std=c++11 by default
|
2012-08-25 21:57:45 +02:00 |
testoptions.cpp
|
Refactorizations: Made several test functions const according to cppcheck messages.
|
2012-08-02 02:13:09 -07:00 |
testother.cpp
|
Improved check for shifting by negative values and removed false positives
|
2012-09-05 16:09:40 +02:00 |
testpath.cpp
|
Refactorizations: Made several test functions const according to cppcheck messages.
|
2012-08-02 02:13:09 -07:00 |
testpathmatch.cpp
|
Refactorizations: Made several test functions const according to cppcheck messages.
|
2012-08-02 02:13:09 -07:00 |
testpostfixoperator.cpp
|
Removed preprocessor directives from tests that aren't preprocessed before being tokenized.
|
2012-07-07 11:21:08 -07:00 |
testpreprocessor.cpp
|
replaced tabs with spaces
|
2012-09-05 20:50:25 +02:00 |
testrunner.cpp
|
Fixed (unexpected) compilation error: Cast argv to 'const char**'
|
2012-07-11 02:29:20 -07:00 |
testrunner.vcproj
|
Implemented support for building cppcheck lib into a dll
|
2012-06-10 05:19:09 -07:00 |
testrunner.vcxproj
|
vs2010 projects: consistently use /MP and remove default property
|
2012-09-09 14:20:49 +02:00 |
testrunner.vcxproj.filters
|
Bugfix (#3844): Added 3 missing files to testrunner
|
2012-06-11 03:55:33 -07:00 |
testsimplifytokens.cpp
|
Tokenizer: improved simplification of numeric calculations
|
2012-09-09 16:22:39 +02:00 |
teststl.cpp
|
Moved remaining part of c_str() checking to checkstl.cpp. Fixed false positive #4157.
|
2012-09-10 15:20:38 +02:00 |
testsuite.cpp
|
Made several functions in testsuite.cpp const according to cppcheck suggestions
|
2012-08-01 11:54:55 -07:00 |
testsuite.h
|
Made several functions in testsuite.cpp const according to cppcheck suggestions
|
2012-08-01 11:54:55 -07:00 |
testsuppressions.cpp
|
Change every C version of 'size_t' to C++ 'std::size_t'.
|
2012-07-09 13:30:18 +02:00 |
testsymboldatabase.cpp
|
Fixed usage of _settigns->isEnabled("style") in CheckIO. Added forgotten test cases.
|
2012-09-10 16:23:00 +02:00 |
testthreadexecutor.cpp
|
Change every C version of 'size_t' to C++ 'std::size_t'.
|
2012-07-09 13:30:18 +02:00 |
testtoken.cpp
|
Fixed bug in Token::Match (#3720)
|
2012-08-30 13:33:19 +02:00 |
testtokenize.cpp
|
Fixed segfault #4182
|
2012-09-10 17:33:52 +02:00 |
testuninitvar.cpp
|
Added testcases for #3098
|
2012-09-09 19:49:40 +02:00 |
testunusedfunctions.cpp
|
Fixed #3875 (Static member method called with class name is considered unused)
|
2012-06-14 22:04:21 +02:00 |
testunusedprivfunc.cpp
|
Refactorizations:
|
2012-07-24 12:21:05 -07:00 |
testunusedvar.cpp
|
Fixed #4143: Give correct line numbers in checkunusedvar.cpp
|
2012-09-04 14:53:24 +02:00 |
testutils.h
|
Refactorizations in test suite:
|
2012-05-16 09:04:03 -07:00 |