Name: | cppcheck |
---|---|
Version: | 1.80 |
Release: | 1.el7 |
Architecture: | x86_64 |
Group: | Development/Languages |
Size: | 3894789 |
License: | GPLv3+ |
RPM: | cppcheck-1.80-1.el7.x86_64.rpm |
Source RPM: | cppcheck-1.80-1.el7.src.rpm |
Build Date: | Mon Oct 30 2017 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
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). |
- 1.80
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- Update to 1.79.
- Make cppcheck able to find its configs once again (bug 1427788). - Update to 1.78.
- Remove Patch2: fixed in gcc side (gcc-7.0.1-10.fc26) (ref: bug 1423312)
- Fix FTBFS with gcc7 (bug 1423312, upstream ticket 7910)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
- 1.77.
- Update to 1.75.
- Re-enable tests on x86.