static analysis of C/C++ code
Go to file
Kimmo Varis 0afe53c0bb Merge branch 'master' of git@github.com:danmar/cppcheck 2009-06-24 10:55:24 +03:00
gui GUI: Refactor report saving. 2009-06-24 10:54:56 +03:00
man
src minor fix of test case 2009-06-23 20:40:27 +02:00
test added test case 2009-06-23 18:29:43 +02:00
tools Fix ticket #325 (Replace developer names in source files with AUTHORS file) 2009-05-30 08:48:12 +03:00
win_installer Add QT XML DLL to Windows installer and update docs. 2009-06-22 12:35:44 +03:00
.gitignore Add Doxygen output directory to gitignore. 2009-06-20 21:01:14 +03:00
AUTHORS
COPYING
Changelog Added a Changelog file that is generated automaticly by git2cl 2009-06-07 13:14:28 +02:00
Makefile Refactoring: Renaming the CheckMemoryLeakClass to CheckMemoryLeak. Deleted testmemleakmp 2009-06-08 18:51:17 +02:00
cppcheck.cbp codeblocks project file updated 2009-06-23 00:51:30 +03:00
cppcheck.cbproj
cppcheck.geany
cppcheck.sln
cppcheck.vcproj Update VS project file after files were renamed. 2009-06-08 14:12:48 +03:00
createrelease Updated version to 1.33 2009-06-07 12:57:39 +02:00
doxyfile Add GUI code to doxygen output. 2009-06-02 07:01:20 +03:00
readme.txt
runastyle
runastyle.bat
testrunner.cbproj
testrunner.sln
testrunner.vcproj Build testrunner to same folders than cppcheck binary. 2009-06-19 15:19:32 +03: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