Daniel Marjamäki
|
46b19e0184
|
Preprocessor: Refactoring to make it simpler
|
2009-12-06 19:17:59 +01:00 |
Daniel Marjamäki
|
2d180ab918
|
newcheck: added the 'newcheck' functionality. It's still in early state so it needs refactoring
|
2009-12-06 18:41:28 +01:00 |
Daniel Marjamäki
|
c2a37c5d69
|
class checking: It's a 'possible style' error if a private constructor is not initializing a member variable
|
2009-12-06 18:35:32 +01:00 |
Daniel Marjamäki
|
701a7b0b41
|
Makefile: restored to debugging mode
|
2009-12-06 18:30:43 +01:00 |
Martin Ettl
|
2e7a4c7b75
|
gui:added an right-click option "copy message"
|
2009-12-06 17:46:24 +01:00 |
Daniel Marjamäki
|
f111f382c9
|
Updated Changelog
|
2009-12-06 14:40:08 +01:00 |
Daniel Marjamäki
|
f701005fb8
|
update the Makefile for the release
|
2009-12-06 14:02:17 +01:00 |
Daniel Marjamäki
|
d94bc4c89f
|
version 1.39
|
2009-12-06 13:34:51 +01:00 |
Daniel Marjamäki
|
a30a64d280
|
suppress 'internal error' message about failed template instantiation in release mode
|
2009-12-06 11:44:53 +01:00 |
Daniel Marjamäki
|
cd4e355f17
|
Fixed #1052 (Internal error for 'int vals[] = { 0x13, 1?0x01:0x00 };')
|
2009-12-06 10:58:27 +01:00 |
Daniel Marjamäki
|
a5e43b4be5
|
Fixed #1051 (segmentation fault when there is syntax error)
|
2009-12-06 09:02:13 +01:00 |
Daniel Marjamäki
|
75f6e20e61
|
Fixed #1050 (Internal error: In tokenizer for: 'do { sizeof 1; } while (0);')
|
2009-12-06 08:46:59 +01:00 |
Daniel Marjamäki
|
e66156ab5c
|
Fixed #1049 (Tokenizer: internal error for 'std::list<std::string[8]> w1, w2;')
|
2009-12-05 22:19:54 +01:00 |
Daniel Marjamäki
|
da4d03f6c4
|
Fixed #1048 (False positive: exceptNew error with nothrow)
|
2009-12-05 22:05:59 +01:00 |
Reijo Tomperi
|
d1ebb83884
|
Minor fixes to the man page.
|
2009-12-05 22:24:04 +02:00 |
Reijo Tomperi
|
5a40a8c2dd
|
CRLF -> LF fix
|
2009-12-05 22:17:58 +02:00 |
Daniel Marjamäki
|
e9b342c56b
|
Fixed #1046 (tokenizer: internal error for 'discard_block< (1 << 24), 10, 24 > u, v;')
|
2009-12-05 21:15:14 +01:00 |
Daniel Marjamäki
|
42093911d6
|
updated help about --enable
|
2009-12-05 20:08:52 +01:00 |
Daniel Marjamäki
|
aed06fbd86
|
Borland C++: fixed compiler error and updated the project file to include iterator debugging
|
2009-12-05 19:28:20 +01:00 |
Daniel Marjamäki
|
642469b93f
|
Fixed #1044 (Access violation with --enable=all)
|
2009-12-05 17:37:30 +01:00 |
Daniel Marjamäki
|
0b09c36851
|
Fixed #1026 (false positive: buffer access out of bounds)
|
2009-12-05 11:41:30 +01:00 |
Daniel Marjamäki
|
7f15fea735
|
Fixed #1043 (use cppcheck:.. syntax in error messages)
|
2009-12-05 08:08:28 +01:00 |
Daniel Marjamäki
|
052ce15176
|
--enable: readded code so that parameters can be comma separated
|
2009-12-04 21:31:14 +01:00 |
Daniel Marjamäki
|
737844d652
|
fix a bug in commit 84a6fe6b54
|
2009-12-04 20:12:34 +01:00 |
Daniel Marjamäki
|
e482cb561b
|
updated the manual
|
2009-12-04 20:00:01 +01:00 |
Daniel Marjamäki
|
84a6fe6b54
|
Fixed #1034 (change --enable to --enable=all)
|
2009-12-04 19:35:58 +01:00 |
Reijo Tomperi
|
54629ff221
|
Fix #1037 (tokenizing a nested do while, while loop fails)
http://sourceforge.net/apps/trac/cppcheck/ticket/1037
|
2009-12-04 00:06:03 +02:00 |
Reijo Tomperi
|
2b980f9abe
|
astyle fix
|
2009-12-03 22:48:52 +02:00 |
Daniel Marjamäki
|
48bb1fdc83
|
Eric Sesterhenn: Fixed #1032 (False positive resource leak with exit at end of function)
|
2009-12-03 19:19:20 +01:00 |
Daniel Marjamäki
|
96268b4caf
|
Fixed #1030 (wrong line number with goto)
|
2009-12-02 19:47:35 +01:00 |
Reijo Tomperi
|
f5c81429cb
|
Refactoring: Parse --enable values in Settings class
|
2009-11-30 23:48:58 +02:00 |
Reijo Tomperi
|
79c8f3dc16
|
Add --unused-functions back to help, but mention that it is deprecated.
|
2009-11-30 22:45:05 +02:00 |
Reijo Tomperi
|
839cee45a6
|
Update man page
|
2009-11-30 22:42:24 +02:00 |
Daniel Marjamäki
|
153a13272c
|
ericsesterhenn: Fix #1028 (False positive resource leak)
|
2009-11-30 16:45:19 +01:00 |
Daniel Marjamäki
|
ded2e68c2e
|
Fix #1022 (False positive: uninitialized variable when using local struct)
|
2009-11-29 19:23:31 +01:00 |
Reijo Tomperi
|
f1ae932f18
|
Fix #986 (Move --all and --style to --enable)
http://sourceforge.net/apps/trac/cppcheck/ticket/986
|
2009-11-29 18:59:12 +02:00 |
Daniel Marjamäki
|
e6b5fe99f6
|
Fixed #1027 (Internal error: sizeof a++)
|
2009-11-29 17:25:35 +01:00 |
Daniel Marjamäki
|
f4943b8b9c
|
changed error message when there an internal error in Cppcheck is found
|
2009-11-29 16:13:14 +01:00 |
Daniel Marjamäki
|
e7d7507c65
|
Fixed #1020 (lib/tokenize.cpp:4615: bool Tokenizer::validate() const: Assertion 0 failed)
|
2009-11-29 12:14:42 +01:00 |
Reijo Tomperi
|
57aac9270a
|
validator bugs are now printed using the errorlogger
|
2009-11-28 23:08:43 +02:00 |
Daniel Marjamäki
|
f927375b7e
|
DJGPP: fix runtime errors because list is destroyed before objects
|
2009-11-28 19:43:13 +01:00 |
Daniel Marjamäki
|
a57af3b3e9
|
use checked STL in debugmode
|
2009-11-28 18:29:32 +01:00 |
Daniel Marjamäki
|
6084a5a061
|
cli: in release use the NDEBUG to avoid assertions
|
2009-11-28 17:50:53 +01:00 |
Daniel Marjamäki
|
348c663ce0
|
gui: with the define NDEBUG the assertions are disabled
|
2009-11-28 17:34:49 +01:00 |
Reijo Tomperi
|
ee7b09fb8d
|
Use sizeOfType() instead of sizeof(void*)
|
2009-11-28 18:24:16 +02:00 |
Martin Ettl
|
03e7914c98
|
partial fix of ticket #997; added check for write() two testcases
|
2009-11-28 13:41:24 +01:00 |
Daniel Marjamäki
|
b0470d649a
|
mode change from 755 to 644
|
2009-11-28 12:56:34 +01:00 |
Daniel Marjamäki
|
f75c9619d1
|
Fixed #1021 (Out-of-bounds access false positive)
|
2009-11-28 12:51:23 +01:00 |
Daniel Marjamäki
|
6e175053c1
|
minor fixes
|
2009-11-28 11:47:44 +01:00 |
Daniel Marjamäki
|
3db49aee71
|
fixed buffer overrun and removed redundant function Token::str
|
2009-11-28 09:48:43 +01:00 |