static analysis of C/C++ code
Go to file
Daniel Marjamäki c9eab77683 varid: speedup of the algorithm for setting variable ids 2009-05-03 14:31:54 +02:00
gui Fix ticket #252 (Fix --style warnings in cppcheck) 2009-04-13 12:02:21 +03:00
man
src varid: speedup of the algorithm for setting variable ids 2009-05-03 14:31:54 +02:00
test varid: updated handling of variable id for class variables (#26) 2009-05-03 13:50:26 +02:00
tools
win_installer updated version to 1.31 2009-04-12 19:54:15 +02:00
.gitignore Improve gitignore file for VS. 2009-04-13 17:57:35 +03:00
COPYING
Makefile tokenize: use mathlib when simplifying calculations (ticket: 236) 2009-04-06 19:23:30 +02:00
cppcheck.cbp Fix ticket #252 (Fix --style warnings in cppcheck) 2009-04-13 12:02:21 +03:00
cppcheck.cbproj
cppcheck.geany
cppcheck.sln changed mode of visual studio files 2009-04-10 11:11:07 +02:00
cppcheck.vcproj changed mode of visual studio files 2009-04-10 11:11:07 +02:00
createrelease updated version to 1.31 2009-04-12 19:54:15 +02:00
doxyfile
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