.. |
check.h
|
Listing error messages in XML format
|
2009-08-04 21:36:55 +02:00 |
checkautovariables.cpp
|
Style check
|
2009-08-09 15:44:01 +02:00 |
checkautovariables.h
|
Invalid deallocation check done
|
2009-08-09 15:40:04 +02:00 |
checkbufferoverrun.cpp
|
checkbufferoverrun.cpp: get rid of Match() usage with varid 0.
|
2009-08-09 01:09:45 +07:00 |
checkbufferoverrun.h
|
Listing error messages in XML format
|
2009-08-04 21:36:55 +02:00 |
checkclass.cpp
|
Fixed ticket #578 (missing virtual destructor not detected)
|
2009-08-10 17:58:13 +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 #566 (False positive when assigning the return value of realloc(NULL,..) to a pointer variable holding a freed memory address)
|
2009-08-10 22:04:28 +02:00 |
checkmemoryleak.h
|
Fixed #566 (False positive when assigning the return value of realloc(NULL,..) to a pointer variable holding a freed memory address)
|
2009-08-10 22:04:28 +02:00 |
checkother.cpp
|
Fixed #583 (False positive: the nullpointer check doesn't handle goto properly)
|
2009-08-12 18:54:52 +02:00 |
checkother.h
|
Refactoring: updated the nullPointer message so it contains the name of the pointer
|
2009-08-11 17:18:01 +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 |
cppcheck.cpp
|
Listing error messages in XML format
|
2009-08-04 21:36:55 +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
|
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
|
Pave a way for Windows Unicode builds.
|
2009-07-13 11:39:46 +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
|
astyle formatting
|
2009-07-18 09:11:02 +02:00 |
mathlib.cpp
|
astyle fix
|
2009-08-02 22:11:17 +03:00 |
mathlib.h
|
MathLib: introduce and use calculate() method.
|
2009-08-02 19:29:30 +07:00 |
preprocessor.cpp
|
Fixed #582 (Preprocessor: Remove assembler code inside pragmas)
|
2009-08-10 20:07:55 +02:00 |
preprocessor.h
|
Preprocessor: Speedup of the match_cfg_def function
|
2009-07-30 10:10:34 +02:00 |
resource.h
|
…
|
|
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
|
Enable more warnings in QMake-generated makefiles.
|
2009-07-18 13:10:24 +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
|
…
|
|
token.cpp
|
doxygen: made the todos visible in the doxygen output
|
2009-07-14 08:17:12 +02:00 |
token.h
|
doc: updated doxygen comments. three groups where created - 'GUI', 'Core' and 'Checks'
|
2009-07-17 10:49:01 +02:00 |
tokenize.cpp
|
Fixed ticket #584 (Tokenizer: don't set varId for class declaration)
|
2009-08-12 01:58:49 +07:00 |
tokenize.h
|
Refactoring the unit testing
|
2009-08-04 21:32:14 +02:00 |