static analysis of C/C++ code
Go to file
Daniel Marjamäki 89f4a84c37 preprocessor: The stdlib.h is needed for the exit function 2009-01-23 11:34:19 +00:00
man Fix Ticket , invalid commandline. (Also added -h and --help parameters) 2009-01-22 20:26:04 +00:00
src preprocessor: The stdlib.h is needed for the exit function 2009-01-23 11:34:19 +00:00
test preprocessor: handle redefinition of macro 2009-01-22 20:19:07 +00:00
tools Build: Enabled the Wextra flag when building cppcheck 2009-01-22 21:16:50 +00:00
win_installer Improve the Windows installer readme text. 2009-01-18 13:53:48 +00:00
COPYING
Makefile Build: Enabled the Wextra flag when building cppcheck 2009-01-22 21:16:50 +00:00
cppcheck.cbp codeblocks project file changed to use make target testrunner, instead of test 2009-01-19 19:45:05 +00:00
cppcheck.cbproj
cppcheck.sln
cppcheck.vcproj Patch [ 2508549 ] Add Windows version resource 2009-01-17 12:08:20 +00:00
doxyfile
readme.txt
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
testrunner.sln
testrunner.vcproj Visual Studio: fix testrunner project file by adding subfolders to paths. Disable 'warnings as errors' as there are lots of warnings. 2009-01-16 15:13:37 +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