static analysis of C/C++ code
Go to file
Daniel Marjamäki 8db1ac8c5d astyle formatting 2009-03-25 07:25:33 +01:00
gui Removed unnecessary options from settings dialog. 2009-03-22 20:00:06 +02:00
man Man page copyright year changed to 2009 2009-03-08 19:12:00 +02:00
src astyle formatting 2009-03-25 07:25:33 +01:00
test Buffer overrun: Added check to detect when size argument to memset is a char constant (#213) 2009-03-25 07:25:10 +01:00
tools refactoring: The errmsg is no longer supposed to generate the errorLogger code 2009-03-21 10:15:46 +01:00
win_installer Installer: update new executable (VS) build directory. 2009-03-09 20:03:22 +02:00
COPYING
Makefile updated the Makefile 2009-03-22 12:46:20 +01:00
cppcheck.cbp refactoring 2009-03-20 20:21:54 +01:00
cppcheck.cbproj
cppcheck.geany added geany project file 2009-03-21 15:32:01 +01:00
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
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