Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : cppcheck | name : cppcheck | ||||
| version : '1.90' | version : '2.1' | ||||
| release : 9 | release : 10 | ||||
| source : | source : | ||||
| - https://github.com/danmar/cppcheck/archive/1.90.tar.gz : c4864d3e09359214efdd503b52e241f4f56ba7ce26f8c11939fd9dcfac1fd105 | - https://github.com/danmar/cppcheck/archive/2.1.tar.gz : 447d44bbaa555fa78b89dd2cb0203fd4c6f18269db8a78638b968ba7c72cb02e | ||||
| license : GPL-3.0-or-later | license : GPL-3.0-or-later | ||||
| component : programming.tools | component : programming.tools | ||||
| summary : Static source code analysis tool for C and C++ code | summary : Static source code analysis tool for C and C++ code | ||||
| description: | | 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). | ||||
| builddeps : | |||||
| - pkgconfig(z3) | |||||
| setup : | | setup : | | ||||
| %cmake_ninja . -DBUILD_TESTS=ON -DHAVE_RULES=ON | %cmake_ninja . -DBUILD_TESTS=ON -DHAVE_RULES=ON -DUSE_MATCHCOMPILER=ON -DUSE_Z3=yes | ||||
| build : | | build : | | ||||
| %ninja_build | %ninja_build | ||||
| install : | | install : | | ||||
| %ninja_install | %ninja_install | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.