Commit graph

4 commits

Author SHA1 Message Date
Brendan Fabeny
be538897b8 update to 1.52; don't build or install the manpage if
NOPORTDOCS is defined

Feature safe:	yes
2011-12-11 05:44:53 +00:00
Brendan Fabeny
dd5858fbdc fix a build problem by switching from the bundled tinyxml to textproc/tinyxml
Submitted by:	kevlo (slightly different patch)
2011-09-17 16:19:05 +00:00
Brendan Fabeny
25d0f36737 Update to 1.47
Approved by:	makc, miwi (mentors, implicit)
Feature safe:	yes
2011-02-08 01:03:19 +00:00
Gabor Pali
12f0981a82 Cppcheck is a tool for static C/C++ code analysis, and it tries to
detect bugs that your compiler do not see.  Checks for: memory leaks,
mismatching allocation-deallocation, buffer overrun, and many more.

Cppcheck is versatile.  You can check non-standard code that includes
various compiler extensions, inline assembly code, etc.

The goal is no false positives.

WWW: http://sourceforge.net/projects/cppcheck

Approved by:	tabthorpe
2009-03-06 19:53:54 +00:00