.. |
check.h
|
Fixed #478 (Warnings in Visual Studio build with -W4)
|
2009-09-13 09:03:48 +02:00 |
checkautovariables.cpp
|
CheckAutoVariables(autoVariables): make code more readable.
|
2009-08-16 17:53:29 +07:00 |
checkautovariables.h
|
CheckAutoVariables: change type of vp_list member to std::set.
|
2009-08-16 16:16:35 +07:00 |
checkbufferoverrun.cpp
|
CheckBufferOverrun::count(): commented out debug message.
|
2009-09-26 21:59:16 +07:00 |
checkbufferoverrun.h
|
Ashim Kapoor: Added function that returns minimum size of format strings (#694)
|
2009-09-25 18:23:44 +02:00 |
checkclass.cpp
|
Fixed #678 (False positive: Unused private function produced by inner class)
|
2009-09-25 20:42:22 +02:00 |
checkclass.h
|
Fixed #375 (new check: Detect when using 'this-x')
|
2009-09-12 15:25:02 +02:00 |
checkdangerousfunctions.cpp
|
refactoring: Renamed checking classes
|
2009-07-13 16:00:15 +02:00 |
checkdangerousfunctions.h
|
Listing error messages in XML format
|
2009-08-04 21:36:55 +02:00 |
checkheaders.cpp
|
minor refactoring: header cleanup. use forward declarations instead of includes
|
2009-07-13 19:11:31 +02:00 |
checkheaders.h
|
doc: updated doxygen comments. three groups where created - 'GUI', 'Core' and 'Checks'
|
2009-07-17 10:49:01 +02:00 |
checkmemoryleak.cpp
|
Fixed #718 (False positive, resource leak when break in a loop before exit)
|
2009-09-26 07:19:22 +02:00 |
checkmemoryleak.h
|
Replaced UNIT_TESTING ifdef with _MSC_VER
|
2009-09-23 22:16:46 +02:00 |
checkother.cpp
|
Improve C style pointer cast detection
|
2009-09-24 23:46:08 +03:00 |
checkother.h
|
Fixed #673 (False positive: null pointer dereference when dynamic cast is used)
|
2009-09-19 10:54:10 +02:00 |
checkstl.cpp
|
Fixed #710 (False positive: invalid vector iterator after push_back)
|
2009-09-26 11:49:09 +02:00 |
checkstl.h
|
Listing error messages in XML format
|
2009-08-04 21:36:55 +02:00 |
checkunusedfunctions.cpp
|
Replace simpleMatch() to operator==() from std::string.
|
2009-07-28 00:13:11 +07:00 |
checkunusedfunctions.h
|
doc: updated doxygen comments. three groups where created - 'GUI', 'Core' and 'Checks'
|
2009-07-17 10:49:01 +02:00 |
classinfo.h
|
Initial work for class and member function/variable list in tokenizer.
|
2009-08-12 23:50:03 +03:00 |
cppcheck.cpp
|
updated version to 1.37
|
2009-09-22 20:57:24 +02:00 |
cppcheck.h
|
doc: updated doxygen comments. three groups where created - 'GUI', 'Core' and 'Checks'
|
2009-07-17 10:49:01 +02:00 |
cppcheck.rc
|
Fix the copyright text in Windows executable.
|
2009-06-14 00:24:35 +03:00 |
cppcheckexecutor.cpp
|
New command line argument added --template
|
2009-09-05 22:01:49 +03:00 |
cppcheckexecutor.h
|
Changed some CppcheckExecutor functions and variables protected and virtual.
|
2009-09-23 22:27:07 +03:00 |
errorlogger.cpp
|
New command line argument added --template
|
2009-09-05 22:01:49 +03:00 |
errorlogger.h
|
New command line argument added --template
|
2009-09-05 22:01:49 +03:00 |
filelister.cpp
|
Fix ticket #642 (txx (template implementation files) not recognized/checked.)
|
2009-09-03 23:04:38 +03:00 |
filelister.h
|
doc: updated doxygen comments. three groups where created - 'GUI', 'Core' and 'Checks'
|
2009-07-17 10:49:01 +02:00 |
main.cpp
|
updated version to 1.37
|
2009-09-22 20:57:24 +02:00 |
mathlib.cpp
|
Fix ticket #632 (Mathlib isInt() identifies "330L" as not int)
|
2009-09-11 23:46:59 +03:00 |
mathlib.h
|
MathLib: introduce and use calculate() method.
|
2009-08-02 19:29:30 +07:00 |
preprocessor.cpp
|
Fix #706 (false positive: invalid number of character ((), can't process file)
|
2009-09-21 23:27:06 +03:00 |
preprocessor.h
|
Preprocessor: document that removeComments() may throws exception.
|
2009-09-19 13:30:54 +07:00 |
resource.h
|
Fix VS build broken due to tripled version resource info.
|
2009-01-18 09:38:42 +00:00 |
settings.cpp
|
Settings: Added an 'append' command line flag that allows the user to provide extra information about functions. See ticket #260
|
2009-09-08 19:49:05 +02:00 |
settings.h
|
Settings: Added an 'append' command line flag that allows the user to provide extra information about functions. See ticket #260
|
2009-09-08 19:49:05 +02:00 |
src.pri
|
Added top-level 'check' target.
|
2009-09-04 22:59:25 +04:00 |
src.pro
|
Added top-level 'check' target.
|
2009-09-04 22:59:25 +04:00 |
threadexecutor.cpp
|
Revert "cppcheck: Now it's possible to change the output format, for example to a visual studio compliant format"
|
2009-07-10 22:38:26 +02:00 |
threadexecutor.h
|
Fixed #478 (Warnings in Visual Studio build with -W4)
|
2009-09-13 09:03:48 +02:00 |
token.cpp
|
Token::stringifyList(): removed const modifier from parameter.
|
2009-09-19 14:16:01 +07:00 |
token.h
|
Token::stringifyList(): removed const modifier from parameter.
|
2009-09-19 14:16:01 +07:00 |
tokenize.cpp
|
Fixed #732 (Tokenizer: Incorrect simplification)
|
2009-09-26 17:02:13 +07:00 |
tokenize.h
|
Replaced UNIT_TESTING ifdef with _MSC_VER
|
2009-09-23 22:16:46 +02:00 |