static analysis of C/C++ code
Go to file
Daniel Marjamäki d4fdfc0f5a astyle formatting 2009-03-19 20:53:23 +01:00
gui Windows Qt compilation fixes. 2009-03-07 18:53:50 +02:00
man Man page copyright year changed to 2009 2009-03-08 19:12:00 +02:00
src astyle formatting 2009-03-19 20:53:23 +01:00
test astyle formatting 2009-03-19 20:53:23 +01:00
tools added checkautovariables and integrated it into cppcheck 2009-03-19 20:52:18 +01:00
win_installer Installer: update new executable (VS) build directory. 2009-03-09 20:03:22 +02:00
COPYING
Makefile added checkautovariables and integrated it into cppcheck 2009-03-19 20:52:18 +01:00
cppcheck.cbp refactoring: loop through all Check instances and execute the runChecks function 2009-03-19 19:24:13 +01:00
cppcheck.cbproj
cppcheck.sln
cppcheck.vcproj Visual Studio: separate build and intermediate files directories. 2009-03-09 19:58:38 +02:00
createrelease createrelease updated to use git instead of svn 2009-03-07 13:21:02 +01:00
doxyfile
readme.txt
runastyle Began implementing a simple Qt based GUI. 2009-03-01 07:38:21 +00:00
runastyle.bat Began implementing a simple Qt based GUI. 2009-03-01 07:38:21 +00:00
testrunner.cbproj
testrunner.sln
testrunner.vcproj input validation: added checking 2009-02-19 08:03:14 +00: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