summary : Static source code analysis tool for C and C++ code
description: |
- Static source code analysis tool for C and C++ code
+ Cppcheck is a static analysis tool for C/C++ code. It provides unique code analysis to detect bugs and focuses on detecting undefined behaviour and dangerous coding constructs. The goal is to detect only real errors in the code (i.e. have very few false positives).
setup : |
- %cmake .
+ %cmake . -DBUILD_TESTS=ON -DHAVE_RULES=ON
build : |
%make
install : |
%make_install
+check : |
+ ./bin/testrunner -q
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,43 +2,48 @@
<Source>
<Name>cppcheck</Name>
<Packager>
- <Name>Bryan T. Meyers</Name>
- <Email>bmeyers@datadrake.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Packager>
<License>GPL-3.0</License>
<PartOf>programming.tools</PartOf>
<Summary xml:lang="en">Static source code analysis tool for C and C++ code</Summary>
- <Description xml:lang="en">Static source code analysis tool for C and C++ code
+ <Description xml:lang="en">Cppcheck is a static analysis tool for C/C++ code. It provides unique code analysis to detect bugs and focuses on detecting undefined behaviour and dangerous coding constructs. The goal is to detect only real errors in the code (i.e. have very few false positives).
<Summary xml:lang="en">Static source code analysis tool for C and C++ code</Summary>
- <Description xml:lang="en">Static source code analysis tool for C and C++ code
+ <Description xml:lang="en">Cppcheck is a static analysis tool for C/C++ code. It provides unique code analysis to detect bugs and focuses on detecting undefined behaviour and dangerous coding constructs. The goal is to detect only real errors in the code (i.e. have very few false positives).