non port: devel/cppcheck/files/patch-Makefile |
SVNWeb
|
Number of commits found: 4 |
Wed, 16 Jan 2013
|
[ 18:05 bf ]
update to 1.58; sort some assignments; shorten a long line;
trim Makefile header; fix header search order; make it possible
to build a slim version with minimal dependencies
|
Sun, 11 Dec 2011
|
[ 05:44 bf ]
update to 1.52; don't build or install the manpage if
NOPORTDOCS is defined
Feature safe: yes
|
Tue, 8 Feb 2011
|
[ 01:03 bf ]
Update to 1.47
Approved by: makc, miwi (mentors, implicit)
Feature safe: yes
|
Fri, 6 Mar 2009
|
[ 19:53 pgj ]
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
|
Number of commits found: 4 |