static analysis of C/C++ code
Go to file
Vesa Pikki e656c951e5 Settings are now saved before window has closed.
This enables us to check if toolbar is visible or not. Earlier
we saved settings after the window was closed and checking for
toolbar visibility was not feasible anymore.
2009-07-04 11:06:29 +03:00
gui Settings are now saved before window has closed. 2009-07-04 11:06:29 +03:00
man Updated man page to reflect AUTHORS file. 2009-05-21 23:09:37 +03:00
src Fix ticket #434 (Unused function gets reported dozens of times) 2009-07-02 23:29:52 +03:00
test Fix ticket #445 (simple to avoid false positive for buffer overflow) 2009-06-30 00:42:46 +03: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 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 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 Fixed compile error in Linux 2009-06-24 23:49:38 +03:00
cppcheck.cbproj Borland C++: Added CheckDangerousFunctions.* to the project 2009-02-07 07:39:15 +00:00
cppcheck.geany Fix ticket #267 (Glued define and define name in output text) 2009-06-26 13:19:55 +02:00
cppcheck.sln changed mode of visual studio files 2009-04-10 11:11:07 +02:00
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 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++: Updated the project files 2009-01-07 15:07:26 +00:00
testrunner.sln changed mode of visual studio files 2009-04-10 11:11:07 +02:00
testrunner.vcproj Build testrunner to same folders than cppcheck binary. 2009-06-19 15:19:32 +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