static analysis of C/C++ code
Go to file
Daniel Marjamäki 8e1a7001dd updated the Makefile for the release 2009-08-16 16:57:24 +02:00
gui Swedish: Updated the translation file 2009-08-16 09:38:25 +02:00
man Updated man page to reflect AUTHORS file. 2009-05-21 23:09:37 +03:00
src Update version number to 1.35 2009-08-16 16:57:16 +03:00
test Fixed #590 (False positive: Invalid deallocation when variables have same name) 2009-08-16 15:27:40 +07:00
tools cleanup: removed deprecated files. security checking and errmsg 2009-07-12 19:18:38 +02:00
win_installer Update version number to 1.35 2009-08-16 16:57:16 +03:00
.gitignore .gitignore: added src/Makefile generated by qmake. 2009-08-16 18:27:44 +07:00
AUTHORS Fix ticket #325 (Replace developer names in source files with AUTHORS file) 2009-05-30 08:48:12 +03:00
COPYING Licensing: Using the GPL 3 license 2008-10-26 07:55:15 +00:00
Changelog Update version number to 1.35 2009-08-16 16:57:16 +03:00
Makefile updated the Makefile for the release 2009-08-16 16:57:24 +02:00
build.bat Add simple batch file to build cppcheck projects in Windows. 2009-07-14 18:47:38 +03:00
cppcheck.cbp Initial work for class and member function/variable list in tokenizer. 2009-08-12 23:50:03 +03:00
cppcheck.cbproj Borland C++ Builder: Fixed compilation problems when compiling cppcheck 2009-08-14 12:28:41 +02:00
cppcheck.geany doc: changed the doxygen comments for the mainpage 2009-07-16 15:32:07 +02:00
cppcheck.sln changed mode of visual studio files 2009-04-10 11:11:07 +02:00
cppcheck.vcproj Update Visual Studio project files. 2009-07-13 18:53:43 +03:00
createrelease Update version number to 1.35 2009-08-16 16:57:16 +03:00
doxyfile Add GUI code to doxygen output. 2009-06-02 07:01:20 +03:00
readme.txt Added instructions to compile the GUI. 2009-07-02 11:38:47 +03: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++ Builder: Fixed compilation and testrunner problems 2009-08-13 22:13:52 +02:00
testrunner.sln changed mode of visual studio files 2009-04-10 11:11:07 +02:00
testrunner.vcproj Update Visual Studio project files. 2009-07-13 18:53:43 +03: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".

  To compile the GUI one needs Qt development libraries and issue the following commands:
  cd gui
  qmake
  lrelease gui.pro
  make

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