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
+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>