OS4 DepotLogo by Nickman 
(anonymous IP: 18.226.251.68,2193) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1005)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4366

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Development » Utility » cppcheck.lha

cppcheck

Description: A static analysis tool for C/C++ code
Download: cppcheck.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 4Mb
Version: 2.13r1
Date: 24 Jan 2024
Author: cppcheck team, ported by George Sokianos
Submitter: George Sokianos
Homepage: https://git.walkero.gr/walkero/cppcheck
Requirements: newlib 53.73
Category: development/utility
Replaces: development/utility/cppcheck.lha
License: GPL
Distribute: yes
Min OS Version: 4.1
FileID: 12809
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads: 73  (Current version)
121  (Accumulated)
Votes: 3 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
# cppcheck

This is the port of cppcheck to AmigaOS 4. 

Cppcheck is a static analysis tool for C/C++ code. It provides 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 analyze 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 where you 
can find all the latest updates by me and you can donate.

### Changelog

2.13.0r1 (future)
* Port of the latest version

2.8r1 (2022-09-22)
* First public release


Copyright © 2004-2024 by Björn Hagström All Rights Reserved