.. |
check.h
|
Fixed #1886 (Associate header file with code file including it)
|
2010-08-30 17:44:46 +02:00 |
checkautovariables.cpp
|
Update copyright year in all source files
|
2010-04-13 22:23:17 +03:00 |
checkautovariables.h
|
astyle: Update to astyle 1.24
|
2010-04-15 20:08:51 +02:00 |
checkbufferoverrun.cpp
|
fixed warning from cppcheck: [lib/checkbufferoverrun.h:129]: (style) 'operator=' should not return a const reference
|
2010-09-15 22:25:12 +02:00 |
checkbufferoverrun.h
|
fixed warning from cppcheck: [lib/checkbufferoverrun.h:129]: (style) 'operator=' should not return a const reference
|
2010-09-15 22:25:12 +02:00 |
checkclass.cpp
|
Check Class: Removed the 'operator= should not return a const reference'
|
2010-09-18 20:05:34 +02:00 |
checkclass.h
|
Check Class: Removed the 'operator= should not return a const reference'
|
2010-09-18 20:05:34 +02:00 |
checkexceptionsafety.cpp
|
Exception safety: Removed the noisy checks and keep the useful checks
|
2010-08-31 22:22:59 +02:00 |
checkexceptionsafety.h
|
Exception safety: Removed the noisy checks and keep the useful checks
|
2010-08-31 22:22:59 +02:00 |
checkmemoryleak.cpp
|
Fixed #2056 (False positive: Resource leak)
|
2010-09-19 12:16:29 +02:00 |
checkmemoryleak.h
|
Rename Severity::e to Severity::SeverityType.
|
2010-07-14 17:30:03 +03:00 |
checkobsoletefunctions.cpp
|
Fixed #1994 (False 'Found obsolete function' positive)
|
2010-08-29 12:01:32 +02:00 |
checkobsoletefunctions.h
|
Fixed #1999 (False positive: uninitialized variable (__published variables))
|
2010-08-31 19:48:04 +02:00 |
checkother.cpp
|
Redundant conditions: some refactorings
|
2010-09-16 18:49:23 +02:00 |
checkother.h
|
Redundant conditions: some refactorings
|
2010-09-16 18:49:23 +02:00 |
checkstl.cpp
|
Fixed #2053 (false positive on list erase)
|
2010-09-18 16:46:38 +02:00 |
checkstl.h
|
Redundant conditions: some refactorings
|
2010-09-16 18:49:23 +02:00 |
checkunusedfunctions.cpp
|
pulled changes from kimmov (filelocation-refactor)
|
2010-07-19 18:06:49 +02:00 |
checkunusedfunctions.h
|
Unused functions: Refactoring
|
2010-07-08 13:01:53 +02:00 |
classinfo.h
|
Update copyright year in all source files
|
2010-04-13 22:23:17 +03:00 |
cppcheck.cpp
|
Fixed #2042 (#error messages should be displayed when user defines are used)
|
2010-09-12 21:30:47 +02:00 |
cppcheck.h
|
Remove unneeded includes.
|
2010-09-06 21:08:50 +03:00 |
errorlogger.cpp
|
ErrorLogger: Added better \n handling to the XML output
|
2010-08-14 18:36:36 +02:00 |
errorlogger.h
|
Fixed #1886 (Associate header file with code file including it)
|
2010-08-30 17:44:46 +02:00 |
executionpath.cpp
|
Fixed #2052 (False positive: possible null pointer dereference 'else continue')
|
2010-09-18 14:56:07 +02:00 |
executionpath.h
|
doxygen: fixed error messages given by doxygen
|
2010-06-14 07:54:41 +02:00 |
filelister.cpp
|
Fixed #1972 (file extensions)
|
2010-09-02 19:17:47 +02:00 |
filelister.h
|
Formatting and improving comments.
|
2010-07-19 20:06:42 +03:00 |
filelister_unix.cpp
|
cleanup headers
|
2010-07-31 08:52:28 +02:00 |
filelister_unix.h
|
Update copyright year in all source files
|
2010-04-13 22:23:17 +03:00 |
filelister_win32.cpp
|
Windows: convert to internal separators when finding files.
|
2010-07-26 22:16:19 +03:00 |
filelister_win32.h
|
Update copyright year in all source files
|
2010-04-13 22:23:17 +03:00 |
lib.pri
|
Fix Linux makefile after moving timer code to own files.
|
2010-08-31 23:22:48 +03:00 |
lib.vcproj
|
Move timer code to own cpp/h files.
|
2010-08-31 23:18:07 +03:00 |
lib.vcxproj
|
Move timer code to own cpp/h files.
|
2010-08-31 23:18:07 +03:00 |
lib.vcxproj.filters
|
Move timer code to own cpp/h files.
|
2010-08-31 23:18:07 +03:00 |
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
|
fixed clang++ warning: lib/path.cpp:80:2: warning: no newline at end of file [-pedantic]
|
2010-09-16 21:39:17 +02:00 |
path.h
|
Move path simplifying code to Path class.
|
2010-07-19 14:27:05 +03:00 |
preprocessor.cpp
|
Fixed #1802 (Preprocessor: macros are expanded wrong)
|
2010-09-18 22:20:01 +02:00 |
preprocessor.h
|
Fixed #2042 (#error messages should be displayed when user defines are used)
|
2010-09-12 21:30:47 +02:00 |
settings.cpp
|
Fixed #1872 (Confused -v switch)
|
2010-09-03 13:30:49 +02:00 |
settings.h
|
Added --debug-warnings that we can use to enable various debug warnings
|
2010-08-27 20:28:00 +02:00 |
timer.cpp
|
Set encoding to UTF-8 for some files.
|
2010-09-06 22:39:02 +03:00 |
timer.h
|
Move timer code to own cpp/h files.
|
2010-08-31 23:18:07 +03:00 |
token.cpp
|
Refactorings: Optimised the Token::multiCompare function
|
2010-09-19 15:14:13 +02:00 |
token.h
|
Refactoring handling of microsoft types. Ticket: #1956
|
2010-08-22 21:53:45 +02:00 |
tokenize.cpp
|
Tokenizer: fixed variable declaration simplification
|
2010-09-15 19:53:47 +02:00 |
tokenize.h
|
Fixed #2038 (memleak false positive with assignment expression in arguments)
|
2010-09-09 19:40:36 +02:00 |