static analysis of C/C++ code
Go to file
Daniel Marjamäki e572cb3c1d Memory leak: Test code was supposed to call unknown function 2009-02-08 18:50:34 +00:00
man Fixed man page, previous version had <dir> while &lt; and &gt; should be 2009-01-31 20:59:37 +00:00
src mismatching allocation size: moved to error suite 2009-02-08 18:34:04 +00:00
test Memory leak: Test code was supposed to call unknown function 2009-02-08 18:50:34 +00:00
tools mismatching allocation size: moved to error suite 2009-02-08 18:34:04 +00:00
win_installer changed version to 1.28 2009-02-01 08:17:45 +00:00
COPYING Licensing: Using the GPL 3 license 2008-10-26 07:55:15 +00:00
Makefile testcppcheck.cpp file added, test case "linenumbers" added, codeblocks project file updated 2009-02-05 20:06:39 +00:00
cppcheck.cbp testcppcheck.cpp file added, test case "linenumbers" added, codeblocks project file updated 2009-02-05 20:06:39 +00:00
cppcheck.cbproj Borland C++: Added CheckDangerousFunctions.* to the project 2009-02-07 07:39:15 +00:00
cppcheck.sln Added Visual C++ 2008 Express solution and project files 2008-11-03 18:57:18 +00:00
cppcheck.vcproj Add new files (Src/checkdangerousfunctions.cpp and .h) to Visual Studio project. 2009-01-31 18:55:48 +00:00
createrelease added createrelease script 2009-02-02 19:21:58 +00:00
doxyfile Doxyfile added 2009-01-06 17:51:49 +00:00
readme.txt readme : minor updates 2008-12-30 18:45:35 +00:00
runastyle runastyle : also set the code style in the tools 2009-01-08 06:23:21 +00:00
runastyle.bat windows: Added runastyle.bat 2009-01-07 15:08:24 +00:00
testrunner.cbproj Borland C++: Updated the project files 2009-01-07 15:07:26 +00:00
testrunner.sln Visual C++ Express 2008: Added project 'testrunner' and updated the project 'cppcheck' 2008-11-15 07:15:01 +00:00
testrunner.vcproj Updated testrunner.vcproj files 2009-02-02 21:56:48 +00:00
using_gcov.txt doc: how to use gcov 2009-01-20 21:01:11 +00:00

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