static analysis of C/C++ code
Go to file
Reijo Tomperi e93179dd9a Improve speed with files containing classes.
E.g. measured speed difference was 1m11.042s --> 0m45.005s with one large test file.
2009-08-08 00:49:37 +03:00
gui encoding fix 2009-08-04 22:41:32 +03:00
man Updated man page to reflect AUTHORS file. 2009-05-21 23:09:37 +03:00
src Improve speed with files containing classes. 2009-08-08 00:49:37 +03:00
test Fixed #525 (false positive: vector range checking with <) 2009-08-07 16:23:28 +02:00
tools cleanup: removed deprecated files. security checking and errmsg 2009-07-12 19:18:38 +02:00
win_installer updated version to 1.34 2009-07-12 16:09:22 +02:00
.gitignore Add generated GUI header files to gitignore. 2009-07-14 18:45:25 +03:00
AUTHORS
COPYING
Changelog Added a Changelog file that is generated automaticly by git2cl 2009-06-07 13:14:28 +02:00
Makefile cleanup: removed deprecated files. security checking and errmsg 2009-07-12 19:18:38 +02:00
build.bat Add simple batch file to build cppcheck projects in Windows. 2009-07-14 18:47:38 +03:00
cppcheck.cbp Refactoring: Rename member functions to follow naming guidelines. 2009-07-05 23:16:43 +03:00
cppcheck.cbproj
cppcheck.geany doc: changed the doxygen comments for the mainpage 2009-07-16 15:32:07 +02:00
cppcheck.sln
cppcheck.vcproj Update Visual Studio project files. 2009-07-13 18:53:43 +03:00
createrelease updated version to 1.34 2009-07-12 16:09:22 +02: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
runastyle.bat
testrunner.cbproj
testrunner.sln
testrunner.vcproj Update Visual Studio project files. 2009-07-13 18:53:43 +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".

  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