cppclean
Code scanner
A tool that scans C++ source code to detect issues like unused code and unnecessary includes.
Finds problems in C++ source that slow development of large code bases
702 stars
27 watching
58 forks
Language: Python
last commit: over 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
peterhinch/micropython-monitor | A tool to monitor and analyze the behavior of real-time systems written in Python | 30 |
polysquare/cppcheck-target-cmake | A tool for performing static code analysis of C++ source files using the cppcheck tool. | 18 |
cpp-netlib/uri | A C++ library that provides a generic URI parser and builder with features for parsing, encoding, and comparing URIs. | 139 |
cycodelabs/raven | Analyzes potential security vulnerabilities in Continuous Integration/Continuous Deployment workflows and repositories. | 625 |
tbenthompson/cppimport | A tool to import and compile C++ code from Python directly during runtime | 1,187 |
jpwiddy/ios7-barcodescanner | A project that enables barcode scanning on iOS devices using the native capabilities introduced with iOS 7. | 517 |
dspinellis/cqmetrics | A tool for analyzing and reporting on various quality metrics of C++ source code | 64 |
security-code-scan/security-code-scan | Detects vulnerabilities in C# and VB.NET code | 944 |
codecat/clawsearch | A plugin that scans memory in 64-bit debuggers to locate specific values, inspired by Cheat Engine. | 275 |
clj-commons/kibit | A static code analyzer for Clojure and other languages that suggests improvements to make code more idiomatic and efficient. | 1,764 |
psecio/parse | A tool to scan PHP code for potential security issues at compile-time | 366 |
tcosolutions/betterscan | A toolchain that scans source code and infrastructure IaC for security risks and provides a unified report. | 817 |
cycodelabs/cimon-action | A runtime security solution that monitors and mitigates attacks in software supply chains | 87 |
mattpd/cpplinks | A categorized list of C++ resources and tools | 4,557 |
ssarcandy/ini-cpp | A lightweight C++ library for parsing and generating INI configuration files | 37 |