cppcheck, z3.

This commit is contained in:
4fury-c3440d8
2022-05-29 00:40:51 +03:00
parent 5fc567f4b8
commit 7022957baf
4 changed files with 30 additions and 16 deletions
+1
View File
@@ -11,6 +11,7 @@ from pisi.actionsapi import get
j = ''.join([
' -DUSE_Z3=ON',
' -DUSE_THREADS=ON',
' -DHAVE_RULES=ON',
' -DPYTHON_EXECUTABLE=/usr/bin/python3',
' -DBUILD_GUI=ON',
+9 -2
View File
@@ -16,8 +16,8 @@
<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).
</Description>
<Archive sha1sum="2a038875ada9879f6b2eb26d65759266b04cb522" type="tarbz2">
mirrors://sourceforge/cppcheck/cppcheck-2.7.tar.bz2
<Archive sha1sum="01848d6170812f3993cb35c015c1146b03e5ede2" type="tarbz2">
mirrors://sourceforge/cppcheck/cppcheck-2.8.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
@@ -68,6 +68,13 @@
</Package>
<History>
<Update release="10">
<Date>2022-05-28</Date>
<Version>2.8</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="9">
<Date>2022-02-05</Date>
<Version>2.7</Version>