Reijo Tomperi
|
d2278b5ce0
|
Fix some of the issues from #478 (Warnings in Visual Studio build with -W4)
http://sourceforge.net/apps/trac/cppcheck/ticket/478
|
2009-07-20 23:24:23 +03:00 |
Daniel Marjamäki
|
59372199e3
|
Revert "cppcheck: Now it's possible to change the output format, for example to a visual studio compliant format"
This reverts commit 91a8dbd7b9 .
|
2009-07-10 22:38:26 +02:00 |
Daniel Marjamäki
|
91a8dbd7b9
|
cppcheck: Now it's possible to change the output format, for example to a visual studio compliant format
|
2009-07-08 14:38:13 +02:00 |
Reijo Tomperi
|
0c059af3cb
|
getXMLFooter() and getXMLHeader() functions added and taken into use
|
2009-06-15 21:36:39 +03:00 |
Reijo Tomperi
|
9ea80b4d74
|
Fix ticket #397 (xml output doesn't encode " and & -characters as it should)
http://sourceforge.net/apps/trac/cppcheck/ticket/397
|
2009-06-12 22:02:01 +03:00 |
Reijo Tomperi
|
db7b8fb3fd
|
Partial fix for ticket #380 (Error reporting on unused functions)
Returning hard coded line number 1 and assumed that severity should be "style"
https://apps.sourceforge.net/trac/cppcheck/ticket/380
|
2009-06-09 23:45:31 +03:00 |
Daniel Marjamäki
|
8b76301ee2
|
Fix ticket #318 ('..' in include will cause conflicting slashes in messages)
|
2009-05-31 10:12:19 +02:00 |
Reijo Tomperi
|
58eda6e978
|
Fix ticket #325 (Replace developer names in source files with AUTHORS file)
http://apps.sourceforge.net/trac/cppcheck/ticket/325
|
2009-05-30 08:48:12 +03:00 |
Reijo Tomperi
|
347b8a2de8
|
astyle fix
|
2009-04-23 23:53:01 +03:00 |
Daniel Marjamäki
|
8e15a9e79d
|
xml generator: handle '<' and '>' (#263)
|
2009-04-23 21:59:26 +02:00 |
Daniel Marjamäki
|
a87419f59b
|
Fixed Ticket 199 (The error messages generated by 'unused functions' are wrong)
|
2009-03-22 18:57:53 +01:00 |
Reijo Tomperi
|
de1a786a07
|
Fix ticket #148 (unable to compile with g++-3.3)
http://apps.sourceforge.net/trac/cppcheck/ticket/148
|
2009-03-08 20:50:19 +02:00 |
Reijo Tomperi
|
fc8f47145a
|
Copyrights updated
|
2009-03-01 19:52:33 +00:00 |
Reijo Tomperi
|
d098b62975
|
Use reference instead of string copy (fixes some --style warnings from our code)
|
2009-03-01 19:30:51 +00:00 |
Reijo Tomperi
|
4fc774deda
|
Multicore cpu support for Linux (currently disabled and compiling produces warnings)
"no errors" output removed.
|
2009-02-19 22:21:18 +00:00 |
Reijo Tomperi
|
9b9223480d
|
Refactoring: reportErr takes now only one parameter, ErrorLogger::ErrorMessage, which contains all required information and also some help
functions for formatting it for output.
|
2009-02-10 21:51:52 +00:00 |
Reijo Tomperi
|
1373e14bc9
|
Fix ticket #93 (Write xml results into error stream instead of results.xml file.) and also refactor the
code to use ErrorLogger::reportErr() for all errors, for both xml and plain text. And move xml formatting
from Cppcheck to CppcheckExecutor.
|
2009-02-09 20:51:04 +00:00 |
Reijo Tomperi
|
fb3c81dcd9
|
Fix ticket #80 (refactoring: classes ErrorMessage and ErrorLogger), note that errormessage and errorlogger were merged, errormessage.* is no more.
|
2009-02-08 21:20:35 +00:00 |