diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -1,4 +1,5 @@
libc.so.6
libgcc_s.so.1
libm.so.6
+libpcre.so.1
libstdc++.so.6
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,16 +1,18 @@
name : cppcheck
-version : 1.76.1
-release : 1
+version : 1.82
+release : 2
source :
- - https://pilotfiber.dl.sourceforge.net/project/cppcheck/cppcheck/1.76.1/cppcheck-1.76.1.tar.bz2 : 5bc70fdc59e242ee882ec9c98738b43e7b46919c78015a6acaceeb527f5d86d0
+ - https://pilotfiber.dl.sourceforge.net/project/cppcheck/cppcheck/1.82/cppcheck-1.82.tar.bz2 : e02b29d18eaa38bed19e80dcf59b06d450d5e20c30732d6bad64af9ea58d694e
license : GPL-3.0
component : programming.tools
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 @@
cppcheck
- Bryan T. Meyers
- bmeyers@datadrake.com
+ Pierre-Yves
+ pyu@riseup.netGPL-3.0programming.toolsStatic source code analysis tool for C and C++ code
- 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).
https://solus-project.com/sources/README.SoluscppcheckStatic source code analysis tool for C and C++ code
- 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).
programming.tools/usr/bin/usr/share/CppCheck/avr.cfg
+ /usr/share/CppCheck/bsd.cfg
+ /usr/share/CppCheck/cppcheck-lib.cfg
+ /usr/share/CppCheck/embedded_sql.cfg/usr/share/CppCheck/gnu.cfg/usr/share/CppCheck/gtk.cfg/usr/share/CppCheck/microsoft_sal.cfg
+ /usr/share/CppCheck/motif.cfg/usr/share/CppCheck/posix.cfg/usr/share/CppCheck/qt.cfg/usr/share/CppCheck/sdl.cfg
+ /usr/share/CppCheck/sfml.cfg/usr/share/CppCheck/std.cfg/usr/share/CppCheck/windows.cfg/usr/share/CppCheck/wxwidgets.cfg
-
- 2016-12-24
- 1.76.1
+
+ 2018-01-14
+ 1.82Packaging update
- Bryan T. Meyers
- bmeyers@datadrake.com
+ Pierre-Yves
+ pyu@riseup.net
\ No newline at end of file