cppcheck.

This commit is contained in:
4fury-c3440d8
2021-03-24 05:24:26 +03:00
parent e0626d5735
commit e204a1a266
3 changed files with 12 additions and 4 deletions
+1
View File
@@ -11,6 +11,7 @@ from pisi.actionsapi import get
j = "-DUSE_Z3=ON \
-DHAVE_RULES=ON \
-DPYTHON_EXECUTABLE=/usr/bin/python3 \
-DBUILD_GUI=ON \
-DBUILD_SHARED_LIBS=ON \
-DBUILD_TESTS=OFF \
@@ -2,7 +2,7 @@ diff --git a/gui/CMakeLists.txt b/gui/CMakeLists.txt
index 9cd93a21f..d07094a00 100644
--- a/gui/CMakeLists.txt
+++ b/gui/CMakeLists.txt
@@ -40,7 +40,7 @@ if (BUILD_GUI)
@@ -49,7 +49,7 @@ if (BUILD_GUI)
endif()
install(TARGETS cppcheck-gui RUNTIME DESTINATION ${CMAKE_INSTALL_FULL_BINDIR} COMPONENT applications)
+10 -3
View File
@@ -14,10 +14,10 @@
<PartOf>programming.tool</PartOf>
<Summary>static analysis of C/C++ code.</Summary>
<Description>
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).
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).
</Description>
<Archive sha1sum="94953f9a5b6f589c8601ca355ea0e7cd8faffdb6" type="tarbz2">
mirrors://sourceforge/cppcheck/cppcheck-2.3.tar.bz2
<Archive sha1sum="b8be5b9cb040608af7bb7f9de88fd94f7cc59c12" type="tarbz2">
mirrors://sourceforge/cppcheck/cppcheck-2.4.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
@@ -68,6 +68,13 @@
</Package>
<History>
<Update release="6">
<Date>2021-03-24</Date>
<Version>2.4</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="5">
<Date>2020-12-20</Date>
<Version>2.3</Version>