.. |
check.h
|
Listing error messages in XML format
|
2009-08-04 21:36:55 +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
|
Fixed #617 (False positive "buffer overrun" when sprintf() doesn't have optional parameters)
|
2009-08-27 00:21:32 +07:00 |
checkbufferoverrun.h
|
Listing error messages in XML format
|
2009-08-04 21:36:55 +02:00 |
checkclass.cpp
|
Fix the last test case from ticket #613 (array members variables are not checked in constructor)
|
2009-08-26 23:33:23 +03:00 |
checkclass.h
|
Listing error messages in XML format
|
2009-08-04 21:36:55 +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 #614 (If you see this, there is a bug ###### Token::Match() - varid was 0)
|
2009-08-26 02:44:19 +07:00 |
checkmemoryleak.h
|
src/checkmemoryleak.{h,cpp}: minor improvements.
|
2009-08-26 02:32:10 +07:00 |
checkother.cpp
|
Fixed #581 (Wrong usage of div-function)
|
2009-08-23 10:37:09 +07:00 |
checkother.h
|
Fixed #599 (False positive: null pointer dereference)
|
2009-08-21 12:42:40 +02:00 |
checkstl.cpp
|
Fixed ticket #573 (False positive of set range check when we dereferencing iterator)
|
2009-08-09 02:07:33 +07: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
|
Update version number to 1.35
|
2009-08-16 16:57:16 +03: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
|
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 |
cppcheckexecutor.h
|
Fix couple of doxygen errors and warnings.
|
2009-07-18 11:25:22 +03:00 |
errorlogger.cpp
|
Fix some of the issues from #478 (Warnings in Visual Studio build with -W4)
|
2009-07-20 23:24:23 +03:00 |
errorlogger.h
|
doc: updated doxygen comments. three groups where created - 'GUI', 'Core' and 'Checks'
|
2009-07-17 10:49:01 +02:00 |
filelister.cpp
|
astyle formatting
|
2009-08-21 11:11:21 +02: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
|
Update version number to 1.35
|
2009-08-16 16:57:16 +03:00 |
mathlib.cpp
|
Fix ticket #597 (Compile error with Visual C++)
|
2009-08-17 22:24:17 +03:00 |
mathlib.h
|
MathLib: introduce and use calculate() method.
|
2009-08-02 19:29:30 +07:00 |
preprocessor.cpp
|
Preprocessor: better handling of pragma asm and pragma endasm
|
2009-08-26 21:54:43 +02:00 |
preprocessor.h
|
Fixed #588 (Preprocessor: Sort the configurations)
|
2009-08-15 09:35: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
|
gcc: added an option '--showtime' => show some simple timing information
|
2009-07-27 14:41:34 +02:00 |
settings.h
|
gcc: added an option '--showtime' => show some simple timing information
|
2009-07-27 14:41:34 +02:00 |
src.pro
|
Don't force debug builds in qmake project files.
|
2009-08-17 18:12:53 +03: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
|
Fix ticket #325 (Replace developer names in source files with AUTHORS file)
|
2009-05-30 08:48:12 +03:00 |
token.cpp
|
Token: inline some functions
|
2009-08-22 22:36:12 +02:00 |
token.h
|
astyle formatting
|
2009-08-23 17:17:57 +02:00 |
tokenize.cpp
|
Fixed #498 (Tokenizer: simplify 'goto')
|
2009-08-26 18:46:56 +02:00 |
tokenize.h
|
Fixed #498 (Tokenizer: simplify 'goto')
|
2009-08-24 23:10:12 +02:00 |