static analysis of C/C++ code
Go to file
Kimmo Varis 55acefa206 Make GUI work in Windows compiled with VS.
Since GUI is QT project it is also Unicode project. And other cppcheck code is ANSI code. So we must convert data between Unicode and ANSI when calling WinAPI functions. WinAPI functions want Unicode strings but e.g. std::string contains ANSI strings.
2009-05-30 19:46:04 +03:00
gui Fix ticket #325 (Replace developer names in source files with AUTHORS file) 2009-05-30 08:48:12 +03:00
man Updated man page to reflect AUTHORS file. 2009-05-21 23:09:37 +03:00
src Make GUI work in Windows compiled with VS. 2009-05-30 19:46:04 +03:00
test Fix ticket #325 (Replace developer names in source files with AUTHORS file) 2009-05-30 08:48:12 +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 Installer: Add docoments to Start-menu. 2009-05-27 19:36:08 +03:00
.gitignore Add more generated GUI files to gitignore. 2009-05-30 19:30:40 +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
Makefile tokenize: use mathlib when simplifying calculations (ticket: 236) 2009-04-06 19:23:30 +02:00
cppcheck.cbp Fix ticket #325 (Replace developer names in source files with AUTHORS file) 2009-05-30 08:48:12 +03:00
cppcheck.cbproj Borland C++: Added CheckDangerousFunctions.* to the project 2009-02-07 07:39:15 +00:00
cppcheck.geany added testing for mathlib 2009-04-06 19:08:13 +02:00
cppcheck.sln changed mode of visual studio files 2009-04-10 11:11:07 +02:00
cppcheck.vcproj Don't create debug info for release build. 2009-05-30 10:32:33 +03:00
createrelease Updated version to 1.32 2009-05-10 12:31:47 +02: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 changed mode of visual studio files 2009-04-10 11:11:07 +02:00
testrunner.vcproj changed mode of visual studio files 2009-04-10 11:11:07 +02: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