Port details |
- cppcheck-gui Static analysis of C/C++ code (GUI)
- 2.7.5 devel
=0 2.7.5Version of this port present on the latest quarterly branch.
- Maintainer: amdmi3@FreeBSD.org
- Port Added: 2017-07-05 10:45:52
- Last Update: 2022-11-08 12:09:17
- Commit Hash: a309971
- License: GPLv3+
- WWW:
- https://cppcheck.sourceforge.io/
- Description:
- Cppcheck is a tool for static C/C++ code analysis. It tries to
detect bugs that your compiler does not see. It checks for: memory leaks,
mismatching allocations-deallocations, buffer overruns, and many more.
Cppcheck is versatile. You can check non-standard code that includes
various compiler extensions, inline assembly code, etc.
The goal is to have no false positives.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- cppcheck-gui>0:devel/cppcheck-gui
- No installation instructions:
- This port has been deleted.
- PKGNAME: cppcheck-gui
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1650279480
SHA256 (danmar-cppcheck-2.7.5_GH0.tar.gz) = 6c7ac29e57fa8b3ac7be224510200e579d5a90217e2152591ef46ffc947d8f78
SIZE (danmar-cppcheck-2.7.5_GH0.tar.gz) = 3940968
Packages (timestamps in pop-ups are UTC):
- Master port: devel/cppcheck
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- qt5-buildtools>=5.15 : devel/qt5-buildtools
- lrelease : devel/qt5-linguisttools
- qt5-qmake>=5.15 : devel/qt5-qmake
- Runtime dependencies:
-
- cppcheck : devel/cppcheck
- Library dependencies:
-
- libtinyxml2.so : textproc/tinyxml2
- libQt5Core.so : devel/qt5-core
- libQt5Gui.so : x11-toolkits/qt5-gui
- libQt5Help.so : devel/qt5-help
- libQt5PrintSupport.so : print/qt5-printsupport
- libQt5Widgets.so : x11-toolkits/qt5-widgets
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_cppcheck-gui
- USES:
- compiler:c++11-lib cmake:insource tar:bzip2 qt:5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Port Moves |
- port moved to devel/cppcheck on 2022-11-07
REASON: GUI is now included in devel/cppcheck port
|
Number of commits found: 6
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: devel/cppcheck | Commit | Credits | Log message |
2.7.5 08 Nov 2022 12:09:17 |
Dmitry Marakasov (amdmi3) |
devel/cppcheck: update 2.7.5 → 2.9.1
- Merge cppcheck-gui into cppcheck to simplify maintenance and testing
- Install manpage into canonical location
PR: 267262
Submitted by: jailbird@fdf.net |
2.2 07 Apr 2021 23:19:01 |
Dmitry Marakasov (amdmi3) |
Remove useless Created by: headers mentioning me |
2.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.87 11 Feb 2019 17:37:54 |
amdmi3 |
- Update to 1.87 |
1.86_1 16 Jan 2019 11:13:45 |
tijl |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
1.79 05 Jul 2017 10:45:42 |
amdmi3 |
- Move cppcheck gui into separate port, devel/cppcheck-gui |
Number of commits found: 6
|