Name: | cppcheck |
---|---|
Version: | 2.5 |
Release: | 1.el7 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 9674938 |
License: | GPLv3+ |
RPM: | cppcheck-2.5-1.el7.x86_64.rpm |
Source RPM: | cppcheck-2.5-1.el7.src.rpm |
Build Date: | Mon Jul 26 2021 |
Build Host: | d22f9128debc4374a2d6643fca283a3f |
Vendor: | Oracle America |
URL: | http://cppcheck.wiki.sourceforge.net/ |
Summary: | Tool for static C/C++ code analysis |
Description: | Cppcheck is a static analysis tool for C/C++ code. Unlike C/C++ compilers and many other analysis tools it does not detect syntax errors in the code. Cppcheck primarily detects the types of bugs that the compilers normally do not detect. The goal is to detect only real errors in the code (i.e. have zero false positives). |
- Update to 2.5.
- Update to 2.3. - Enable building for EPEL 7 (#1902223)
- Use python3 on EPEL7
- Fix typo in CMake flag (Stöggl's pull request #3).
- Adaptations to build also on EPEL 7.
- New upstream version 1.90
- Add "-fsigned-char" to CXXFLAGS, to make tests pass - https://trac.cppcheck.net/ticket/9359
- New upstream release 1.89
- rebuilt
- Switch to python3 in htmlreport (BZ #1737972).