Commit graph

3 commits

Author SHA1 Message Date
Gabor Pali
4e5d3c9a43 - Update to 1.31
- Respect NO_INSTALL_MAN_PAGES, CXX
- Add "regression-test" target for regression testing
- Switch to bzip2

PR:		ports/133749
Submitted by:	bf <bf2006a (at) yahoo (dot) com>
Approved by:	tabthorpe (mentor)
2009-04-22 12:40:15 +00:00
Gabor Pali
e57280adbc - Update to 1.30
- Respect CXXFLAGS

Approved by:	tabthorpe
2009-03-11 09:16:14 +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