cppcheck/lib
Daniel Marjamäki 6a66d32871 JAVA: better handling of java code 2010-10-20 22:15:35 +02:00
..
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 #2109 (false positive: buffer overrun) 2010-10-19 18:23:44 +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 JAVA: better handling of java code 2010-10-20 22:15:35 +02:00
checkclass.h Fixed #2089 (False negative: Function can be const (calling const function)) 2010-10-13 07:26:41 +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 Severities: Added 'warning' and 'performance' severities. No changes to the command line options nor to the XML format. Ticket: #2106 2010-10-17 14:41:00 +02:00
checkmemoryleak.cpp Fixed #2113 (False positive: Memory leak where a pointer is passed in a struct to another function to be freed) 2010-10-20 18:39:40 +02:00
checkmemoryleak.h Activated checking of .java and .cs files 2010-10-19 21:54:15 +02:00
checkobsoletefunctions.cpp JAVA: better handling of java code 2010-10-20 22:15:35 +02:00
checkobsoletefunctions.h Fixed #1999 (False positive: uninitialized variable (__published variables)) 2010-08-31 19:48:04 +02:00
checkother.cpp Activated checking of .java and .cs files 2010-10-19 21:54:15 +02:00
checkother.h increment check 2010-10-12 19:54:39 +02:00
checkpostfixoperator.cpp Severities: Added 'warning' and 'performance' severities. No changes to the command line options nor to the XML format. Ticket: #2106 2010-10-17 14:41:00 +02:00
checkpostfixoperator.h increment check 2010-10-12 19:54:39 +02:00
checkstl.cpp Stl: improved check for dangerous usage of c_str 2010-10-19 20:21:58 +02:00
checkstl.h STL: check for dangerous usage of string::c_str(). Ticket: #1116 2010-10-17 19:18:46 +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
cppcheck.cpp 1.45: updated version information 2010-10-03 17:05:36 +02:00
cppcheck.h Remove unneeded includes. 2010-09-06 21:08:50 +03:00
errorlogger.cpp Severities: Added 'warning' and 'performance' severities. No changes to the command line options nor to the XML format. Ticket: #2106 2010-10-17 14:41:00 +02:00
errorlogger.h Severities: Added 'warning' and 'performance' severities. No changes to the command line options nor to the XML format. Ticket: #2106 2010-10-17 14:41:00 +02:00
executionpath.cpp STL: refactoring CheckStl::erase so ExecutionPath is used 2010-10-05 20:54:13 +02:00
executionpath.h STL: refactoring CheckStl::erase so ExecutionPath is used 2010-10-05 20:54:13 +02:00
filelister.cpp Objective C: activate checking of .m and .mm files. The normal checking is used. 2010-10-20 21:09:07 +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 Add comment that qmake doesn't add _UNICODE define for project files. 2010-10-17 00:32:31 +03:00
filelister_win32.h Update copyright year in all source files 2010-04-13 22:23:17 +03:00
lib.pri Run dmake to update Makefile and lib/lib.pri. 2010-10-17 00:57:25 +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 #2059 (cppcheck gives wrong path in error description) 2010-09-22 19:52:14 +02:00
path.h Fixed #2059 (cppcheck gives wrong path in error description) 2010-09-22 19:52:14 +02:00
preprocessor.cpp Fixed #1951 (Preprocessor: Compound macro statements not handled correctly) 2010-09-24 21:38:11 +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 Revert "Fixed #1132 (Detection of misused scope objects)" 2010-10-01 20:52:16 +10:00
token.h Refactoring handling of microsoft types. Ticket: #1956 2010-08-22 21:53:45 +02:00
tokenize.cpp JAVA: better handling of java code 2010-10-20 22:15:35 +02:00
tokenize.h ClassInfo: Removed unused functionality 2010-10-08 19:43:41 +02:00