.. |
test.cxx
|
renamed gui/test.cpp to test/test.cxx
|
2010-02-19 07:21:16 +01:00 |
test.pro
|
use checked STL in debugmode
|
2009-11-28 18:29:32 +01:00 |
test.vcproj
|
Moved shared files back into executable projects - it caused the instances of the checks to be optimized away
|
2010-04-14 17:52:46 +02:00 |
test.vcxproj
|
Moved shared files back into executable projects - it caused the instances of the checks to be optimized away
|
2010-04-14 17:52:46 +02:00 |
test.vcxproj.filters
|
Moved shared files back into executable projects - it caused the instances of the checks to be optimized away
|
2010-04-14 17:52:46 +02:00 |
testautovariables.cpp
|
Update copyright year in all source files
|
2010-04-13 22:23:17 +03:00 |
testbufferoverrun.cpp
|
refactoring: changed the severity for strncatUsage from possibleError to style
|
2010-05-02 09:54:08 +02:00 |
testcharvar.cpp
|
Fixed #855 (Refactoring: move conditions into checks)
|
2010-04-20 23:38:25 -07:00 |
testclass.cpp
|
refactoring: enable the 'suspicious pointer subtraction' checking
|
2010-05-01 21:43:47 +02:00 |
testconstructors.cpp
|
Refactoring: Refactoring the Settings class
|
2010-04-17 09:23:54 +02:00 |
testcppcheck.cpp
|
Add test cases for --template parsing
|
2010-04-16 18:28:00 +03:00 |
testdangerousfunctions.cpp
|
Fixed #855 (Refactoring: move conditions into checks)
|
2010-04-20 23:38:25 -07:00 |
testdivision.cpp
|
Refactoring: Refactoring the Settings class
|
2010-04-17 09:23:54 +02:00 |
testexceptionsafety.cpp
|
Fixed #1616 (false positive - Upon exception there is a memory leak)
|
2010-04-24 14:51:10 +02:00 |
testfilelister.cpp
|
fileLister_win32.h -> filelister_win32.h
|
2010-04-20 21:31:38 +03:00 |
testincompletestatement.cpp
|
Fixed #855 (Refactoring: move conditions into checks)
|
2010-04-20 23:38:25 -07:00 |
testmathlib.cpp
|
Update copyright year in all source files
|
2010-04-13 22:23:17 +03:00 |
testmemleak.cpp
|
Fixed #1648 (mismatch allocate and deallocate calls.)
|
2010-05-09 13:46:13 +02:00 |
testother.cpp
|
Fixed #1662 (false positive: Data is allocated but not initialized, when using sprintf)
|
2010-05-09 07:48:52 +02:00 |
testpreprocessor.cpp
|
Refactoring: Refactoring the Settings class
|
2010-04-17 09:23:54 +02:00 |
testredundantif.cpp
|
Update copyright year in all source files
|
2010-04-13 22:23:17 +03:00 |
testrunner.cpp
|
Update copyright year in all source files
|
2010-04-13 22:23:17 +03:00 |
testsimplifytokens.cpp
|
Fixed #1666 (simplifyTypedef: add support for typedefs of functions)
|
2010-05-10 07:12:06 +02:00 |
teststl.cpp
|
Fixed #1656 (dangerous usage of erase not detected: for (; it != it2; ++it) ints.erase(it);)
|
2010-05-08 20:11:15 +02:00 |
testsuite.cpp
|
astyle: Update to astyle 1.24
|
2010-04-15 20:08:51 +02:00 |
testsuite.h
|
Fixed #1526 (Cppcheck checks redundant configurations)
|
2010-04-15 18:37:51 +02:00 |
testtoken.cpp
|
Update copyright year in all source files
|
2010-04-13 22:23:17 +03:00 |
testtokenize.cpp
|
Fixed #1654 (False positive: Memory leak with: ( delete ( p ) , ( p ) = 0 );)
|
2010-05-07 18:37:50 +02:00 |
testunusedfunctions.cpp
|
Update copyright year in all source files
|
2010-04-13 22:23:17 +03:00 |
testunusedprivfunc.cpp
|
Update copyright year in all source files
|
2010-04-13 22:23:17 +03:00 |
testunusedvar.cpp
|
Fixed #1660 (false positive: Variable is assigned a value that is never used, when using cast)
|
2010-05-09 07:15:40 +02:00 |