Daniel Marjamäki
9658e2299d
Fixed #2443 (Possible null pointer dereference: xxx - otherwise it is redundant to check if xxx is null at line)
2011-01-10 19:57:26 +01:00
Daniel Marjamäki
2d92f1ff6a
Fixed #2442 (False positive: Memory leak when function returns in 'if' instead of 'else if')
2011-01-10 19:35:06 +01:00
Kimmo Varis
03093cb8c4
GUI: Update translation files.
2011-01-10 14:12:40 +02:00
Kimmo Varis
85a700b496
GUI: Remove Language-menu.
...
We now have language selection in Settings-dialog.
2011-01-10 00:52:02 +02:00
Kimmo Varis
29d6b443fa
GUI: Add language selection panel to settings-dialog.
...
Settings-dialog is more natural place for language selection than
the main menu. We also have more space and freedom there to have
longer text etc to make the selection easier (menus are quite limited
controls).
2011-01-10 00:52:02 +02:00
Reijo Tomperi
226b605774
Change year 2010 -> 2011 in license texts.
2011-01-09 21:33:36 +02:00
Daniel Marjamäki
2848abbf36
Fixed #1219 (improve check: null pointer not detected 'if (p) return; *p = 0;')
2011-01-09 20:16:16 +01:00
Daniel Marjamäki
79ef02812d
Fixed #2211 (false negative: buffer access out of bounds for(int i=0; i !=6;i++))
2011-01-09 18:51:28 +01:00
Daniel Marjamäki
0b0c46e373
astyle formatting
2011-01-09 18:39:59 +01:00
Tim Gerundt
44da065d0c
Web: Change title from devinfo page
2011-01-09 12:29:54 +01:00
Daniel Marjamäki
88abb32ddf
Fixed #2429 (Tokenizer: Wrong simplification of 'sizeof .1250E+04')
2011-01-09 10:09:54 +01:00
Daniel Marjamäki
d316f6005f
Fixed #2409 (print a warning if provided path (commandline option -I [PATH]) does not exist)
2011-01-09 09:29:38 +01:00
Tim Gerundt
accf598ca9
Web: Add RSS link to project news
2011-01-08 22:33:26 +01:00
Tim Gerundt
84fe2ef73e
Web: Tweak style sheets for printing
2011-01-08 21:47:44 +01:00
Tim Gerundt
01f52523a8
Web: Add meta description to homepage
2011-01-08 21:22:40 +01:00
Daniel Marjamäki
68beffca04
Fixed #2437 (false positive: possible null pointer dereference: tok2)
2011-01-08 17:16:52 +01:00
Tim Gerundt
73d26a958f
Web: Add "Source Code" paragraph to devinfo page
2011-01-08 15:20:39 +01:00
Daniel Marjamäki
67a1c6817b
Error message: Replace " with ' around variable name
2011-01-08 14:35:18 +01:00
Daniel Marjamäki
682aa57df4
buildman: build writing-rules-3.pdf
2011-01-08 11:10:33 +01:00
Daniel Marjamäki
8715fef681
Writing rules: minor tweak for the C++ intro
2011-01-08 11:10:10 +01:00
Daniel Marjamäki
c39fab721d
Writing rules: Added one more example for the C++ intro
2011-01-08 10:20:29 +01:00
Daniel Marjamäki
d758929490
Fixed #2433 (strtol: false positive when strtol isn't used in function call)
2011-01-08 09:23:51 +01:00
Daniel Marjamäki
d27b6a1598
astyle formatting
2011-01-07 20:48:02 +01:00
Daniel Marjamäki
14cbaebfe2
Fixed #2428 (false alarm with code containing a throw clause)
2011-01-07 20:45:33 +01:00
Daniel Marjamäki
989e0e7ccb
Preprocessor: fix bug when determining location when there is a missing include. ticket: #2326
2011-01-07 19:48:51 +01:00
Robert Reif
5f078da7ad
Fixed #2425 (segmentation fault of cppcheck)
2011-01-07 18:58:14 +01:00
Tim Gerundt
3ce8aaf1ce
Merge branch 'master' of https://github.com/danmar/cppcheck
2011-01-07 16:04:24 +01:00
Tim Gerundt
9fbbb91090
Web: Move devinfo.html to a new place - Apache from SF.net don't like relative paths for redirecting
2011-01-07 16:04:01 +01:00
Tim Gerundt
3c67bafce1
Web: Move devinfo.html to a new place
2011-01-07 15:36:34 +01:00
Tim Gerundt
fbda0c5c7f
Web: Add separator to tab items
2011-01-07 14:53:52 +01:00
Tim Gerundt
aa23c32c66
Web: Move style sheets to own file
2011-01-07 14:01:25 +01:00
Ettl Martin
9b66f7a754
#ticket 2429: added a test to the mathlib to ensure the used floating point number is recognized correctly
2011-01-07 12:27:12 +01:00
Robert Reif
bfc95e01c1
Fixed #2426 (### Internal error in Cppcheck. Please report it.)
2011-01-07 08:02:47 +01:00
Robert Reif
56ffde402f
Fixed #2425 (segmentation fault of cppcheck)
2011-01-07 07:42:00 +01:00
Daniel Marjamäki
5eeb18dcd7
scripts: update 'comment.pl' so it understand /*
2011-01-06 20:53:22 +01:00
Daniel Marjamäki
1b3a5ed0be
Tokenizer: simplify NULL to 0 in the normal token list
2011-01-06 20:16:14 +01:00
Daniel Marjamäki
a7835c4054
Preprocessor: Reverted fix for #2131 , it didn't work well so a better fix is needed
2011-01-06 20:01:09 +01:00
Kimmo Varis
6e0f6c5aec
GUI: Add comment about storing paths.
2011-01-06 20:45:07 +02:00
Kimmo Varis
2a93aa9fce
GUI: Convert path to native separators before copying it.
...
Ticket #2424 (Windows GUI: "Copy full path" doesn't copy the visible full path if it has been changed in preferences)
We keep paths internally with / separator and only convert to native
separators (for Windows) when showing them. Conversion was missing
from path copying function.
2011-01-06 20:36:35 +02:00
Daniel Marjamäki
37b1f7c296
memsetZeroBytes: improved error message. ticket: #2421
2011-01-06 16:27:22 +01:00
Tim Gerundt
1a7f8ffff8
Merge branch 'master' of https://github.com/danmar/cppcheck
2011-01-06 13:40:41 +01:00
Tim Gerundt
70a29ccb8a
Web: Add favicon
2011-01-06 13:32:04 +01:00
Daniel Marjamäki
77ed6ecb5d
Null pointers: Added comments
2011-01-06 13:18:49 +01:00
Daniel Marjamäki
04a117938d
Buffer overrun: Added comments
2011-01-06 13:02:21 +01:00
Daniel Marjamäki
f838f89d01
scripts: reduced false positives given by 'comments.pl'. given when declaring operator=
2011-01-06 12:42:02 +01:00
Daniel Marjamäki
ca294544ca
CheckStl: Added comments
2011-01-06 12:20:54 +01:00
Daniel Marjamäki
616914c1ff
Tokenizer: simple refactorings. and added a few comments
2011-01-06 12:07:37 +01:00
Daniel Marjamäki
ed71c57f1f
astyle formatting
2011-01-06 12:07:18 +01:00
Raphael Geissert
6ec4497919
[PATCH] Check for calls to memset() where 0 bytes are to be filled
...
Inspired by Silvio Cesare's work
2011-01-06 11:31:58 +01:00
Daniel Marjamäki
1152dc78f0
scripts: improved the 'magic-numbers.pl' script
2011-01-06 11:30:16 +01:00