Menu
Features
Categories
Audio (347)
Datatype (51)
Demo (204)
Development (609)
Document (24)
Driver (98)
Emulation (153)
Game (1027)
Graphics (510)
Library (119)
Network (236)
Office (67)
Utility (938)
Video (72)
Total files: 4455
Full index fileRecent index file Links
Amigans.net Aminet IntuitionBase Hyperion Entertainment A-Eon Amiga Future
Support the site
cppcheck
Download: cppcheck.lha (TIPS: Use the right click menu if your browser takes you back here all the time) Size: 4Mb
Version: 2.18.0
Date: 04 Sep 2025
Author: cppcheck team, ported by George Sokianos
Requirements: newlib 53.73+
Replaces: development/utility/cppcheck.lha
License: GPL
Distribute: yes
Min OS Version: 4.1
FileID: 13502
Downloads: 240 (Current version)
572 (Accumulated)
Votes: 5 (0/0) (30 days/7 days)
# cppcheck
This is the port of cppcheck to AmigaOS 4.
Cppcheck is a static analysis tool for C/C++ code. It provides a unique code
analysis to detect bugs and focuses on detecting undefined behaviour and
dangerous coding constructs. The goal is to have very few false positives.
Cppcheck is designed to be able to analyse your C/C++ code even if it has
non-standard syntax (common in embedded projects).
### Installation
Extract the archive wherever you want and start using it. You might want
to add its folder at your system PATH so that it can be accessed by
anywhere. Make sure that all the files that are contained in this archive
are available where you have the executable.
The simplest way to use it is by running it in a shell like
```bash
cppcheck --platform ppc-amigaos Work:program/src
```
Please read the manual on different ways to use it. There are many
different options to make it work better and faster for you.
### Support
If you like what I am doing and my ports, and you would like to support me,
and my future releases, please visit
[https://ko-fi.com/walkero](https://ko-fi.com/walkero)
where you can find all the latest updates from me and you can donate.
### Changelog
2.18.0 (2025年09月03日)
* Synced with the latest upstream version 2.18.0
2.16.0r1 (2024年12月12日)
* Synced with the latest upstream version 2.16.0
* Added the ppc-amigaos.xml file inside the platforms folder which can be used
with the --platform argument
2.14.0r1 (2024年05月26日)
* Release of the latest upstream version
2.13.0r1 (2024年01月10日)
* Port of the latest version
2.8r1 (2022年09月22日)
* First public release