.. |
check.h
|
…
|
|
checkautovariables.cpp
|
…
|
|
checkautovariables.h
|
…
|
|
checkbufferoverrun.cpp
|
actived Wconversion flag in Makefile and fixed almost all Warnings from gcc-4.4
|
2010-08-12 19:39:19 +02:00 |
checkbufferoverrun.h
|
Fixed #1487 (fix gcc compiler warnings)
|
2010-08-06 21:02:43 +02:00 |
checkclass.cpp
|
Symbol database: Fixed bug when end of namespace wasn't found. Ticket: #1895
|
2010-08-14 08:16:53 +02:00 |
checkclass.h
|
Symbol database: Refactoring virtual destructors check. Ticket: #1895
|
2010-08-13 18:34:02 +02:00 |
checkdangerousfunctions.cpp
|
dangerous functions: removed 'scanf' because it can be used in a safe way
|
2010-08-14 07:50:35 +02:00 |
checkdangerousfunctions.h
|
dangerous functions: removed 'scanf' because it can be used in a safe way
|
2010-08-14 07:50:35 +02:00 |
checkexceptionsafety.cpp
|
…
|
|
checkexceptionsafety.h
|
…
|
|
checkmemoryleak.cpp
|
gcc: fixed some more -Wsign-conversion warnings
|
2010-08-06 22:37:48 +02:00 |
checkmemoryleak.h
|
…
|
|
checkother.cpp
|
Performance: Refactoring CheckOther::nullPointerStructByDeRefAndChec to make it faster
|
2010-08-07 21:00:17 +02:00 |
checkother.h
|
New check: look for calculation inside sizeof
|
2010-08-06 22:57:10 +02:00 |
checkstl.cpp
|
Fixed #1930 (false negative: bad iterators checks fails to detect bugs with preincrement)
|
2010-08-13 20:54:31 +02:00 |
checkstl.h
|
…
|
|
checkunusedfunctions.cpp
|
…
|
|
checkunusedfunctions.h
|
Unused functions: Refactoring
|
2010-07-08 13:01:53 +02:00 |
classinfo.h
|
…
|
|
cppcheck.cpp
|
Added command line option --report-progress. ticket: #1926
|
2010-08-12 21:03:33 +02:00 |
cppcheck.h
|
Refactoring: Cppcheck::reportProgress needs to call _errorLogger::reportProgress. Ticket: #1625
|
2010-08-08 08:46:47 +02:00 |
errorlogger.cpp
|
Added ErrorLogger::reportProgress and removed ErrorLogger::ReportProgress. This will make it easier for GUI and other clients to display progress information.
|
2010-08-03 16:36:21 +02:00 |
errorlogger.h
|
Visual Studio: Fixed warnings
|
2010-08-06 17:32:16 +02:00 |
executionpath.cpp
|
…
|
|
executionpath.h
|
…
|
|
filelister.cpp
|
gcc: fixed some more -Wsign-conversion warnings
|
2010-08-06 22:43:06 +02:00 |
filelister.h
|
…
|
|
filelister_unix.cpp
|
…
|
|
filelister_unix.h
|
…
|
|
filelister_win32.cpp
|
…
|
|
filelister_win32.h
|
…
|
|
lib.pri
|
…
|
|
lib.vcproj
|
Visual Studio: Added /MP switch
|
2010-08-05 19:02:05 +02:00 |
lib.vcxproj
|
Visual Studio: Added /MP switch
|
2010-08-05 19:02:05 +02:00 |
lib.vcxproj.filters
|
…
|
|
mathlib.cpp
|
gcc: fixed some more -Wsign-conversion warnings
|
2010-08-06 22:37:48 +02:00 |
mathlib.h
|
gcc: fixed some more -Wsign-conversion warnings
|
2010-08-06 22:37:48 +02:00 |
path.cpp
|
…
|
|
path.h
|
Move path simplifying code to Path class.
|
2010-07-19 14:27:05 +03:00 |
preprocessor.cpp
|
actived Wconversion flag in Makefile and fixed almost all Warnings from gcc-4.4
|
2010-08-12 19:39:19 +02:00 |
preprocessor.h
|
gcc: Fixed some compiler warnings when using -Wsign-conversion. Ticket: #1487
|
2010-08-06 19:38:21 +02:00 |
settings.cpp
|
Added command line option --report-progress. ticket: #1926
|
2010-08-12 21:03:33 +02:00 |
settings.h
|
Added command line option --report-progress. ticket: #1926
|
2010-08-12 21:03:33 +02:00 |
token.cpp
|
astyle formatting
|
2010-08-08 18:55:15 +02:00 |
token.h
|
suppress visual studio warnings about loosing data when calculating Token::progressValue
|
2010-08-05 21:40:04 +02:00 |
tokenize.cpp
|
Optimisation in Tokenizer::tokenize
|
2010-08-11 17:29:33 +02:00 |
tokenize.h
|
gcc: fixed some compiler warnings when using -Wsign-conversion
|
2010-08-06 18:32:31 +02:00 |