static analysis of C/C++ code
Go to file
Reijo Tomperi 14eff64194 Fix ticket #258 (segmentation fault)
http://apps.sourceforge.net/trac/cppcheck/ticket/258
2009-04-20 21:38:05 +03:00
gui Fix ticket #252 (Fix --style warnings in cppcheck) 2009-04-13 12:02:21 +03:00
man Man page copyright year changed to 2009 2009-03-08 19:12:00 +02:00
src Fix ticket #258 (segmentation fault) 2009-04-20 21:38:05 +03:00
test
tools
win_installer
.gitignore
COPYING
Makefile
cppcheck.cbp
cppcheck.cbproj
cppcheck.geany
cppcheck.sln
cppcheck.vcproj
createrelease
doxyfile
readme.txt
runastyle
runastyle.bat
testrunner.cbproj
testrunner.sln
testrunner.vcproj
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