cppcheck.

This commit is contained in:
4fury-c3440d8
2020-12-20 07:15:03 +00:00
parent fa465071db
commit 101b1968f3
3 changed files with 11 additions and 94 deletions
+9 -3
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="936bd156097ba73381d62d171d60ab4c328322d9" type="tarbz2">
https://sourceforge.net/projects/cppcheck/files/cppcheck/2.2/cppcheck-2.2.tar.bz2
<Archive sha1sum="94953f9a5b6f589c8601ca355ea0e7cd8faffdb6" type="tarbz2">
mirrors://sourceforge/cppcheck/cppcheck-2.3.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
@@ -41,7 +41,6 @@
<Patches>
<Patch level="1">htmlreport_py3.patch</Patch>
<Patch level="1">qm_install_path.patch</Patch>
<Patch level="1">use_system_tinyxml.patch</Patch>
</Patches>
</Source>
@@ -69,6 +68,13 @@
</Package>
<History>
<Update release="5">
<Date>2020-12-20</Date>
<Version>2.3</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="4">
<Date>2020-10-06</Date>
<Version>2.2</Version>