static analysis of C/C++ code
Go to file
Vesa Pikki 71a79a4ce6 Removed some unnecessary debug prints. 2009-03-02 19:59:51 +00:00
gui Removed some unnecessary debug prints. 2009-03-02 19:59:51 +00:00
man Copyright fix for the man page 2009-03-01 20:44:22 +00:00
src Now adds directory contents to list of files to check. 2009-03-02 19:56:51 +00:00
test unused private function: fixed false positive (ticket: 129) 2009-03-02 17:16:02 +00:00
tools Copyright fixes 2009-03-01 19:59:13 +00:00
win_installer Use 'folder' instead of 'directory' in Windows installer. 2009-02-26 08:10:59 +00:00
COPYING Licensing: Using the GPL 3 license 2008-10-26 07:55:15 +00:00
Makefile security: renamed classes 2009-02-21 12:12:31 +00:00
cppcheck.cbp Added GUI to codeblocks project file 2009-03-01 19:40:33 +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 Visual C++: Updated the project file to include the thread execution 2009-02-21 08:00:51 +00:00
createrelease createrelease: The script for creating the 1.29 source packages 2009-03-02 19:55:25 +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 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 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 input validation: added checking 2009-02-19 08:03:14 +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