Reijo Tomperi
|
b211b8cbe8
|
Fix ticket #84 (unit testing: use "protected" instead of preprocessor)
|
2009-02-07 20:06:00 +00:00 |
Reijo Tomperi
|
798d86216a
|
Fix ticket #83 (cppcheck hangs) and add a test case for it
|
2009-02-07 19:15:10 +00:00 |
Daniel Marjamäki
|
e71c6aaa9f
|
Borland C++: Fix to make it compile
|
2009-02-07 18:35:55 +00:00 |
Reijo Tomperi
|
f14c2d6155
|
Fixed partially ticket #81 (getting rid of compiler warnings)
|
2009-02-07 15:37:01 +00:00 |
Daniel Marjamäki
|
3c289e52c5
|
memory allocation: check for mismatching size
|
2009-02-07 10:54:39 +00:00 |
Daniel Marjamäki
|
bb71f9e83e
|
TestMemleak: fixed problems with wrong linenumbers. This fixes ticket 79
|
2009-02-07 09:44:57 +00:00 |
Daniel Marjamäki
|
e985b7970d
|
Borland C++: Added CheckDangerousFunctions.* to the project
|
2009-02-07 07:39:15 +00:00 |
Daniel Marjamäki
|
eb5d11c1c3
|
FileLister: Added code that I received from Jeffrey Walton to handle directories and files better
|
2009-02-07 07:38:22 +00:00 |
Daniel Marjamäki
|
67ad1d8c64
|
TestMemleak: Fixed tests
|
2009-02-06 18:49:30 +00:00 |
Daniel Marjamäki
|
03acc12977
|
mismathing allocation and deallocation: moved to error checks
|
2009-02-06 18:24:01 +00:00 |
Daniel Marjamäki
|
3c7e40fe13
|
errmsg: use the error message dealloc-use
|
2009-02-06 06:22:44 +00:00 |
Daniel Marjamäki
|
7299d3e5b1
|
memleak: removed false positives for mismatching allocation and deallocation
|
2009-02-06 06:11:47 +00:00 |
Reijo Tomperi
|
a06861948b
|
Fixed: Ticket #78 Change (always) into (error) in error messages
|
2009-02-05 21:06:32 +00:00 |
Reijo Tomperi
|
09c13d844e
|
Added test case linenumbers2
|
2009-02-05 20:29:55 +00:00 |
Daniel Marjamäki
|
10abbda6a7
|
memleak: corrected the wrong line number (#77)
|
2009-02-05 20:17:01 +00:00 |
Reijo Tomperi
|
7589dc3d16
|
testcppcheck.cpp file added, test case "linenumbers" added, codeblocks project file updated
|
2009-02-05 20:06:39 +00:00 |
Daniel Marjamäki
|
05e330ed38
|
incomplete statement: minor update
|
2009-02-05 18:57:53 +00:00 |
Daniel Marjamäki
|
9707217c15
|
activated TestClass:function
|
2009-02-04 19:42:40 +00:00 |
Daniel Marjamäki
|
7ccb6217bf
|
remove casts: Added test case to ensure that function declarations are not reduced
|
2009-02-04 19:40:48 +00:00 |
Daniel Marjamäki
|
8187504cbb
|
testclass: added todo testcase for #74
|
2009-02-04 19:31:25 +00:00 |
Daniel Marjamäki
|
aeb573d529
|
returning pointer to local array
|
2009-02-04 18:49:19 +00:00 |
Daniel Marjamäki
|
bd73d0913f
|
charvar: fixed todo testcase
|
2009-02-04 17:12:53 +00:00 |
Daniel Marjamäki
|
d73e6c398f
|
testbufferoverrun: activated test
|
2009-02-04 16:58:44 +00:00 |
Daniel Marjamäki
|
c46c4c50e9
|
memory leak: fixed ticket #9
|
2009-02-04 06:11:36 +00:00 |
Reijo Tomperi
|
142a21973a
|
Fixed varid is 0 bug which happened with sizeof(var[0]) and added testcase for it
|
2009-02-03 21:42:50 +00:00 |
Reijo Tomperi
|
e052173308
|
Updated testrunner.vcproj files
|
2009-02-02 21:56:48 +00:00 |
Daniel Marjamäki
|
8fb8711956
|
visual c++: added checkdangerousfunctions
|
2009-02-02 20:51:49 +00:00 |
Daniel Marjamäki
|
d5e0a9d4cb
|
added createrelease script
|
2009-02-02 19:21:58 +00:00 |
Daniel Marjamäki
|
59f95d311b
|
tokenizer: setvarid handle variable declaration at start of token list
|
2009-02-02 19:19:36 +00:00 |
Daniel Marjamäki
|
0059ceefb9
|
Tokenizer: sizeof handling of 'sizeof(var[0])'
|
2009-02-02 18:59:32 +00:00 |
Daniel Marjamäki
|
d0af67a1b1
|
Tokenizer: setVarId improved to handle declaration at the first token
|
2009-02-02 17:35:46 +00:00 |
Daniel Marjamäki
|
27c0f786bc
|
tokenizer: improved sizeof handling
|
2009-02-02 17:27:34 +00:00 |
Daniel Marjamäki
|
0e291c772c
|
TestTokenize: Added testcase sizeof2 (TODO)
|
2009-02-02 06:26:20 +00:00 |
Daniel Marjamäki
|
dc994c346e
|
testtokenize: sizeof handling
|
2009-02-02 06:21:48 +00:00 |
Daniel Marjamäki
|
bbf4641304
|
testmemleak: fixed a test case
|
2009-02-02 06:21:00 +00:00 |
Daniel Marjamäki
|
460c29f6a2
|
memory leaks: Minor fix to output correct severity
|
2009-02-02 06:04:48 +00:00 |
Daniel Marjamäki
|
f66750c9f1
|
TestMemleak: Added test cases
|
2009-02-02 05:58:50 +00:00 |
Daniel Marjamäki
|
385c28a02e
|
xml: generating better xml output
|
2009-02-01 18:00:47 +00:00 |
Daniel Marjamäki
|
eb9563faed
|
astyle formatting
|
2009-02-01 16:39:29 +00:00 |
Daniel Marjamäki
|
d29d7e60a9
|
errmsg: refactoring the error messages
|
2009-02-01 15:47:36 +00:00 |
Daniel Marjamäki
|
566e1102bc
|
changed version to 1.28
|
2009-02-01 08:17:45 +00:00 |
Reijo Tomperi
|
6b16b7482a
|
Removed some dead code and improved one function to use reference instead of a copy.
|
2009-01-31 21:12:24 +00:00 |
Reijo Tomperi
|
0747cfceb4
|
Fixed man page, previous version had <dir> while < and > should be
used.
|
2009-01-31 20:59:37 +00:00 |
Reijo Tomperi
|
b471ac2e3c
|
Fixing files using dos-style line change to use unix-style line change.
|
2009-01-31 19:29:27 +00:00 |
Reijo Tomperi
|
1a162b79e7
|
Updated codeblocks projectfile
|
2009-01-31 19:11:17 +00:00 |
Daniel Marjamäki
|
2784faab42
|
removed unused function definition for stringifySeverity
|
2009-01-31 19:05:17 +00:00 |
Kimmo Varis
|
577e2ad895
|
Add new files (Src/checkdangerousfunctions.cpp and .h) to Visual Studio project.
|
2009-01-31 18:55:48 +00:00 |
Reijo Tomperi
|
7da34ed249
|
Running astyle for the previous commits
|
2009-01-31 18:54:34 +00:00 |
Leandro Penz
|
7adcd0c355
|
dangerousfunctions: added check for mktemp (ticket #69), and refatored gets and scanf check from bufferoverrun into dangerousfunctions.
|
2009-01-31 18:24:48 +00:00 |
Daniel Marjamäki
|
81174a4817
|
mismatching allocation / deallocation: moved to --all
|
2009-01-31 17:54:31 +00:00 |