Daniel Marjamäki
|
13b8544436
|
Visual Studio: Fixed compiler warning. Ticket: #2123
|
2010-10-24 11:52:28 +02:00 |
Daniel Marjamäki
|
306587b1d0
|
Buffer overruns: Fixed TODO test case
|
2010-10-24 11:32:27 +02:00 |
Daniel Marjamäki
|
381260dfe9
|
fixed 'deprecated conversion' compiler warning
|
2010-10-23 16:15:27 +02:00 |
Daniel Marjamäki
|
f3c6c64e9a
|
Fixed #2121 (False positive: Buffer access out-of-bounds when using uint32_t)
|
2010-10-23 13:12:17 +02:00 |
Daniel Marjamäki
|
120073f000
|
Java: fixed false positives about uninitialized variable
|
2010-10-23 10:56:30 +02:00 |
Daniel Marjamäki
|
5deb046ac5
|
Fixed #2120 (False positive: array index out of bounds (unknown type in struct, sub function))
|
2010-10-23 08:49:03 +02:00 |
Daniel Marjamäki
|
c907acf767
|
Fixed #1819 (False positive: auto variable assignment (unseen typedef))
|
2010-10-22 21:12:56 +02:00 |
Daniel Marjamäki
|
9fdc03fc1d
|
Fixed #2117 (false positive: buffer access out of bounds)
|
2010-10-22 20:15:51 +02:00 |
Daniel Marjamäki
|
2346ab8839
|
astyle formatting
|
2010-10-22 19:58:18 +02:00 |
Lauri Nurmi
|
91e66e74d0
|
Fixed #2099 (Show an error if none of the given paths was found)
|
2010-10-22 17:09:50 +02:00 |
Daniel Marjamäki
|
8bc12c204f
|
Merge commit 'tigbuh/master'
|
2010-10-22 17:01:51 +02:00 |
ms
|
f0f3af6e27
|
Ignore more user-specific Xcode files
|
2010-10-21 23:03:06 +02:00 |
ms
|
047e68e710
|
Adapted Xcode project for version 1.45 and Xcode 3.2.4
|
2010-10-21 22:57:06 +02:00 |
Daniel Marjamäki
|
5ef02b6c0a
|
memleak: activated todo test case. ticket: #1401
|
2010-10-21 22:33:40 +02:00 |
Daniel Marjamäki
|
9ae4a758b8
|
Fixed #2116 (Internal error. Token::Match called with varid 0)
|
2010-10-21 21:28:32 +02:00 |
Daniel Marjamäki
|
eba827bc4b
|
Fixed #2112 (Crash scanning qtcreator sources)
|
2010-10-21 19:42:09 +02:00 |
Daniel Marjamäki
|
6a66d32871
|
JAVA: better handling of java code
|
2010-10-20 22:15:35 +02:00 |
Daniel Marjamäki
|
4ff52b5883
|
Objective C: activate checking of .m and .mm files. The normal checking is used.
|
2010-10-20 21:09:07 +02:00 |
Daniel Marjamäki
|
8b866178ff
|
Fixed #2103 (false positive when variable is checked to NULL and not freed)
|
2010-10-20 20:38:37 +02:00 |
Daniel Marjamäki
|
68dd2f8378
|
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 |
Daniel Marjamäki
|
02ba2b202e
|
Fixed #2110 (Tokenizer::simplifyTypedef: regression - wrong simplification of 'typedef char TString[256];')
|
2010-10-20 06:09:29 +02:00 |
Daniel Marjamäki
|
f8c02718a5
|
Activated checking of .java and .cs files
|
2010-10-19 21:54:15 +02:00 |
Daniel Marjamäki
|
20674e08d0
|
Stl: improved check for dangerous usage of c_str
|
2010-10-19 20:21:58 +02:00 |
Daniel Marjamäki
|
2ca7dbc004
|
Fixed #2109 (false positive: buffer overrun)
|
2010-10-19 18:23:44 +02:00 |
Kimmo Varis
|
f1640d6731
|
Merge remote branch 'remotes/origin/master'
|
2010-10-18 21:38:53 +03:00 |
Kimmo Varis
|
23eb8c41eb
|
GUI: Add icons for warning/performance categories and add them to toolbar.
|
2010-10-18 21:35:35 +03:00 |
Reijo Tomperi
|
8c74b9635f
|
Update codeblocks project file
|
2010-10-18 21:30:12 +03:00 |
Daniel Marjamäki
|
0864a0700a
|
Fixed #2108 (False positive: the loop might unintentionally skip an element in the container.)
|
2010-10-18 20:05:54 +02:00 |
Kimmo Varis
|
aefa7d3370
|
GUI: Shorten menutexts for error/style items.
Items located in 'View' menu don't need 'Show' word as View-menu name
already implies it is about viewing items.
|
2010-10-18 20:58:04 +03:00 |
Kimmo Varis
|
bee8d15848
|
GUI: Add support for warning and performance -error types.
|
2010-10-18 20:50:34 +03:00 |
Daniel Marjamäki
|
e54129fa8d
|
STL: check for dangerous usage of string::c_str(). Ticket: #1116
|
2010-10-17 19:18:46 +02:00 |
Daniel Marjamäki
|
3faaa397e9
|
manual: added info about warning/style/performance. Ticket: #2106
|
2010-10-17 18:06:02 +02:00 |
Ettl Martin
|
7d1995dfaa
|
Merge branch 'master' of github.com:danmar/cppcheck
|
2010-10-17 21:56:05 +08:00 |
Daniel Marjamäki
|
92a1e9e76e
|
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 |
Ettl Martin
|
f25f3c64b4
|
fixed style waring (You should use ++ and -- as prefix whenever possible as these are more efficient than postfix operators) in lib/checkclass.cpp
|
2010-10-17 20:15:29 +08:00 |
Kimmo Varis
|
ddfc7b2d5a
|
Run dmake to update Makefile and lib/lib.pri.
|
2010-10-17 00:57:25 +03:00 |
Kimmo Varis
|
7a84e7dcca
|
Add comment that qmake doesn't add _UNICODE define for project files.
|
2010-10-17 00:32:31 +03:00 |
Kimmo Varis
|
0bb6e22d53
|
Add missing files to VS2010 project files.
|
2010-10-17 00:16:39 +03:00 |
Kimmo Varis
|
00e5ca2299
|
Add missing files to VS projects.
Part of fixing ticket #2101.
|
2010-10-17 00:00:53 +03:00 |
Daniel Marjamäki
|
28e40cb9b0
|
unicode: updates to the handling of unicode filenames. Ticket: #2100
|
2010-10-16 21:39:58 +02:00 |
Daniel Marjamäki
|
88a98a2ef0
|
unicode: use short filenames when long filename doesn't work. Temporary solution for #2100
|
2010-10-16 12:40:21 +02:00 |
Daniel Marjamäki
|
4e121c94ab
|
some more comments
|
2010-10-15 18:37:48 +02:00 |
Daniel Marjamäki
|
d182079c5e
|
added comments in CheckStl
|
2010-10-15 18:21:53 +02:00 |
Daniel Marjamäki
|
0b6948a805
|
Fixed #2101 (list in vector iterator usage)
|
2010-10-15 18:11:41 +02:00 |
Daniel Marjamäki
|
ba2b986ece
|
Fixed #2097 (false positive: buffer access out of bounds)
|
2010-10-14 20:00:32 +02:00 |
Daniel Marjamäki
|
e11d9f1628
|
astyle formatting
|
2010-10-14 19:59:10 +02:00 |
Debrard Sebastien
|
96e99d347e
|
Merge branch 'master' of http://github.com/danmar/cppcheck
|
2010-10-14 19:18:03 +02:00 |
Debrard Sebastien
|
fb928b6778
|
Fixed #2018 (Postfix Operators)
|
2010-10-14 19:17:40 +02:00 |
Debrard Sebastien
|
bc6365a3b0
|
Merge branch 'master' of http://github.com/danmar/cppcheck
|
2010-10-14 19:08:31 +02:00 |
Kimmo Varis
|
6c582f9362
|
Merge remote branch 'remotes/origin/master'
|
2010-10-13 22:16:17 +03:00 |