2007-06-08 18:32:23 +00:00
2007-06-08 18:32:23 +00:00
2007-06-08 18:32:23 +00:00
2007-06-08 18:32:23 +00:00
2007-06-08 18:32:23 +00:00
2007-06-08 18:32:23 +00:00
2007-06-08 18:32:23 +00:00
2007-06-08 18:32:23 +00:00
2007-06-08 18:32:23 +00:00
2007-06-08 18:32:23 +00:00
2007-06-08 18:32:23 +00:00
2007-06-08 18:32:23 +00:00
2007-06-08 18:32:23 +00:00
2007-06-08 18:32:23 +00:00
2007-05-21 17:16:35 +00:00
2007-06-08 18:32:23 +00:00
2007-06-08 18:32:23 +00:00
2007-06-08 18:32:23 +00:00
2007-06-08 18:32:23 +00:00
2007-06-08 18:32:23 +00:00
2007-06-08 18:32:23 +00:00
2007-06-08 18:32:23 +00:00
2007-06-08 18:32:23 +00:00
2007-06-08 18:32:23 +00:00
2007-08-31 04:23:09 +00:00
2007-08-31 04:23:09 +00:00
2007-06-08 18:32:23 +00:00
2007-08-31 04:23:09 +00:00
2007-08-31 04:23:09 +00:00
2007-08-31 04:23:09 +00:00
2007-07-24 06:23:28 +00:00
2007-07-27 08:11:07 +00:00
2007-05-29 17:12:14 +00:00
2007-05-29 17:12:14 +00:00
2007-06-08 18:32:23 +00:00


=========
C++ check
=========



Compiling

  Any C++ compiler should work. 
  There are no dependencies.

  The Makefile works under Linux.
  To make it work under Windows, change "g++" to "gxx".

  I haven't been able to test it on other platforms.



Usage

  The syntax is:
      cppcheck [--all] [--style] filename.cpp

  The error messages will be printed to stderr.




Recommendations

  Create a shell script that checks all files.
  See "checkproj.bat" for an example of how it can be done under Windows.

  When the "--all" flag is given you may get a lot of error messages.

  To dump the messages to a textfile you can use a command like this:
      cppcheck --all filename.cpp 2> messages.txt

  If you want to filter the messages you could use:
    * grep to filter out specific types of messages
    * diff to compare old messages with new messages. There are even GUIs for
      this.



Suggestions

  I'd like to get suggestions about new checks.



Author

  Daniel Marjamäki   (danielm77@spray.se)

Description
2.8r1 Latest
2022-09-22 22:21:12 +02:00
Languages
C++ 86%
C 8.3%
Python 4%
Makefile 0.5%
CMake 0.4%
Other 0.8%