Logo by DaveyD (anonymous IP: 3.145.95.7,2254) | ||||||||||||||
| ||||||||||||||
Audio (343) Datatype (51) Demo (203) Development (602) Document (24) Driver (97) Emulation (148) Game (1011) Graphics (500) Library (118) Network (233) Office (66) Utility (932) Video (69) Total files: 4397 Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
Support the site
|
# 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 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.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 |
Copyright © 2004-2024 by Björn Hagström All Rights Reserved |