cppcheck, z3.
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user