static analysis of C/C++ code
Go to file
Kimmo Varis d0757c5797 GUI: Fix handling UTF-8 strings in sources.
Our source files are UTF-8 and as such contain some chars outside 7-bit ASCII. To handle UTF-8 correctly we must set text codec for QT to UTF-8.
2009-06-06 10:51:50 +03:00
gui GUI: Fix handling UTF-8 strings in sources. 2009-06-06 10:51:50 +03:00
man Updated man page to reflect AUTHORS file. 2009-05-21 23:09:37 +03:00
src Fix ticket #364 (false positive:: division by zero) 2009-06-06 00:33:13 +03:00
test Fix ticket #364 (false positive:: division by zero) 2009-06-06 00:33:13 +03:00
tools Fix ticket #325 (Replace developer names in source files with AUTHORS file) 2009-05-30 08:48:12 +03:00
win_installer Update Windows installer readme for including QT GUI and other installer improvements. 2009-06-05 10:26:19 +03:00
.gitignore Add more generated files to gitignore. 2009-06-05 10:37:50 +03:00
AUTHORS Fix ticket #325 (Replace developer names in source files with AUTHORS file) 2009-05-30 08:48:12 +03:00
COPYING
Makefile tokenize: use mathlib when simplifying calculations (ticket: 236) 2009-04-06 19:23:30 +02:00
cppcheck.cbp UTF-8 fixes to GUI files 2009-06-05 23:52:05 +03:00
cppcheck.cbproj
cppcheck.geany
cppcheck.sln changed mode of visual studio files 2009-04-10 11:11:07 +02:00
cppcheck.vcproj Don't create debug info for release build. 2009-05-30 10:32:33 +03:00
createrelease Updated version to 1.32 2009-05-10 12:31:47 +02:00
doxyfile Add GUI code to doxygen output. 2009-06-02 07:01:20 +03:00
readme.txt
runastyle
runastyle.bat
testrunner.cbproj
testrunner.sln changed mode of visual studio files 2009-04-10 11:11:07 +02:00
testrunner.vcproj changed mode of visual studio files 2009-04-10 11:11:07 +02:00
using_gcov.txt

readme.txt


=========
Cppcheck
=========


About

  The original name of this program is "C++check".
  The name was changed to "cppcheck".


Compiling

  Any C++ compiler should work.

  The Makefile works under Linux.
  To make it work under Windows with DJGPP, change "g++" to "gxx".


Usage

  Run the cppcheck program without parameters and a help text will be shown.


Recommendations

  When the "--all" flag is given you may get a lot of error messages.


Webpage

  http://www.sf.net/projects/cppcheck