Topic: "cppcheck"
ttroy50/cmake-examples
Useful CMake Examples
Language: CMake - Size: 541 KB - Last synced at: 12 days ago - Pushed at: about 1 year ago - Stars: 12,723 - Forks: 2,523

danmar/cppcheck
static analysis of C/C++ code
Language: C++ - Size: 161 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 6,114 - Forks: 1,484

friendlyanon/cmake-init
The missing CMake project initializer
Language: CMake - Size: 2.79 MB - Last synced at: 4 days ago - Pushed at: 2 months ago - Stars: 2,269 - Forks: 90

StableCoder/cmake-scripts
Easy-to-add enhancements for any C/C++ CMake project. Including AFL fuzzing, code-coverage, Thread/Address/Leak/Address/Undefined sanitizer instrumentation, compilation of GLSL shaders and more.
Language: CMake - Size: 663 KB - Last synced at: 15 days ago - Pushed at: 7 months ago - Stars: 629 - Forks: 68

aminya/project_options
A general-purpose CMake library that provides functions that improve the CMake experience following the best practices.
Language: CMake - Size: 19.1 MB - Last synced at: 14 days ago - Pushed at: 5 months ago - Stars: 365 - Forks: 56

pocc/pre-commit-hooks
C/C++ hooks to integrate with pre-commit
Language: Python - Size: 358 KB - Last synced at: 9 days ago - Pushed at: about 1 year ago - Stars: 349 - Forks: 70

madduci/moderncpp-project-template
A Modern C++ cross-platform Project Template with CMake, conan (optional), cppcheck (optional) and clang-format (optional)
Language: CMake - Size: 25.4 KB - Last synced at: 9 days ago - Pushed at: 6 months ago - Stars: 291 - Forks: 47

aminya/setup-cpp
Install all the tools required for building and testing C++ and C projects.
Language: TypeScript - Size: 148 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 219 - Forks: 35

naivesystems/analyze
NaiveSystems Analyze is a static analysis tool for code security and compliance.
Language: C++ - Size: 236 MB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 181 - Forks: 25

GregUtas/robust-services-core
Robust applications framework in C++. Includes a static analysis tool and two applications.
Language: C++ - Size: 427 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 156 - Forks: 43

tomasbjerre/violations-lib
Java library for parsing report files from static code analysis.
Language: Java - Size: 2.1 MB - Last synced at: 9 days ago - Pushed at: about 2 months ago - Stars: 148 - Forks: 40

johnthagen/clang-blueprint
:european_castle: Example C++11 CMake project that incorporates awesome Clang tooling :dragon:
Language: C++ - Size: 769 KB - Last synced at: 2 days ago - Pushed at: about 5 years ago - Stars: 105 - Forks: 19

johnthagen/clion-cppcheck
:ballot_box_with_check: cppcheck plugin for CLion
Language: Java - Size: 2.79 MB - Last synced at: 23 days ago - Pushed at: 4 months ago - Stars: 32 - Forks: 6

JacobDomagala/StaticAnalysis
GitHub action performs static analysis on C++/Python code, flags issues, and posts comments directly on PRs.
Language: Python - Size: 317 KB - Last synced at: 2 days ago - Pushed at: 13 days ago - Stars: 31 - Forks: 11

antiagainst/codeclimate-cppcheck
Code Climate Engine for Cppcheck
Language: Python - Size: 28.3 KB - Last synced at: 6 days ago - Pushed at: over 2 years ago - Stars: 27 - Forks: 17

Takishima/cmake-pre-commit-hooks
List of hooks for pre-commit to use with projects built using CMake. The hooks will automatically make a configure step using CMake in order to generate the compilation database if required.
Language: Python - Size: 278 KB - Last synced at: about 7 hours ago - Pushed at: about 8 hours ago - Stars: 26 - Forks: 2

lpenz/ghaction-cmake
cmake swiss army knife github docker action
Language: Python - Size: 77.1 KB - Last synced at: 3 days ago - Pushed at: about 2 months ago - Stars: 22 - Forks: 13

Facthunder/cppcheck
Docker image for cppcheck
Language: Dockerfile - Size: 72.3 KB - Last synced at: 22 days ago - Pushed at: 5 months ago - Stars: 19 - Forks: 6

bmorcos/pre-commit-hooks-cpp
Configure some pre-commit hooks for some c++ tools
Language: Python - Size: 1.95 KB - Last synced at: 12 months ago - Pushed at: over 4 years ago - Stars: 19 - Forks: 12

lioncash/cppcheck-configs
Configuration files that allow cppcheck to provide better static analysis results
Language: Python - Size: 260 KB - Last synced at: 11 days ago - Pushed at: over 6 years ago - Stars: 16 - Forks: 0

neszt/cppcheck-docker
Dockerfile to build lastest cppcheck
Language: Dockerfile - Size: 14.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 13 - Forks: 8

rasjani/processcdb
Tool for providing static analysis of items in Clang's compilation database.
Language: Python - Size: 76.2 KB - Last synced at: 6 days ago - Pushed at: almost 4 years ago - Stars: 12 - Forks: 1

johnthagen/cppcheck-junit
Converts Cppcheck XML output to JUnit XML.
Language: Python - Size: 85 KB - Last synced at: 22 days ago - Pushed at: about 1 year ago - Stars: 10 - Forks: 10

orbitcowboy/afl_cppcheck
A script to start fuzzing of cppcheck with american fuzzy lop
Language: C++ - Size: 230 KB - Last synced at: 23 days ago - Pushed at: almost 6 years ago - Stars: 10 - Forks: 1

melroy89/cmake-docker 📦
Cmake, Ninja, Boost, ccpcheck/ccplint, doxygen Docker image
Language: Dockerfile - Size: 53.7 KB - Last synced at: 21 days ago - Pushed at: about 1 month ago - Stars: 8 - Forks: 3

sergeyklay/cpp-project-template
Repository Templates for C++ Projects
Language: CMake - Size: 403 KB - Last synced at: 23 days ago - Pushed at: over 2 years ago - Stars: 6 - Forks: 2

Munkei/atom-linter-cppcheck 📦
A linter for Atom using Cppcheck
Language: JavaScript - Size: 15.6 KB - Last synced at: 5 months ago - Pushed at: about 6 years ago - Stars: 5 - Forks: 5

Calinou/godot-cppcheck
Godot Cppcheck reports website
Language: HTML - Size: 22.9 MB - Last synced at: 19 minutes ago - Pushed at: 8 days ago - Stars: 4 - Forks: 1

deltalejo/ceedling-cppcheck-plugin
Cppcheck Ceedling Plugin
Language: Ruby - Size: 46.9 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 4 - Forks: 1

stla/cppcheckR
Run Cppcheck with R
Language: R - Size: 2.45 MB - Last synced at: 8 days ago - Pushed at: almost 3 years ago - Stars: 4 - Forks: 0

jubnzv/cppcheck-nvd-checker
Helper scripts to verify Cppcheck bug-hunting mode on NVD CVE datasets
Language: Python - Size: 30.3 KB - Last synced at: 6 days ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 1

darknessnerd/cmake_tutorials
Cmake examples and tutorials
Language: CMake - Size: 84 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 0

rajeevranjancom/Leetcode_Cpp
All about Leetcode c++ code programming.
Language: C++ - Size: 1.23 MB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

rutujar/cppcheck-c-cpp-demo
cppcheck is a static analysis tool that detect the bug in c and cpp.
Language: QMake - Size: 18.6 KB - Last synced at: 14 days ago - Pushed at: about 6 years ago - Stars: 3 - Forks: 3

orbitcowboy/cppcheck_rules
A collection of custom cppcheck rules
Language: C++ - Size: 1000 Bytes - Last synced at: about 2 years ago - Pushed at: almost 9 years ago - Stars: 3 - Forks: 0

dimanikulin/capable-cpp-template
A capable template for C++ projects using CI, Building, Testing, Formatting, Documenting and more
Language: CMake - Size: 79.1 KB - Last synced at: 8 days ago - Pushed at: 10 days ago - Stars: 2 - Forks: 0

conformism/cmake-utils
CMake Utilities
Language: CMake - Size: 98.6 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 2 - Forks: 1

NeilJustice/Cloudundancy
Cloudundancy is a C++ command line program for quickly creating cloud-redundant and device-redundant backups of files.
Language: C++ - Size: 5.22 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 2 - Forks: 0

NeilJustice/FileArb
FileArb is a C++ command line program for quickly creating an arbitrary number of text files or binary files containing an arbitrary number of characters or bytes.
Language: C++ - Size: 13.7 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 2 - Forks: 0

soerenPeters/cpp_start
A C++ starter project.
Language: CMake - Size: 191 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 1

theochem/cardboardlint
Cheap lint solution for PRs
Language: Python - Size: 283 KB - Last synced at: 11 days ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 7

karel-burda/timers
Timer-related functionality implemented in C++11
Language: C++ - Size: 328 KB - Last synced at: 5 months ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 1

rodrigodpl/Static-Code-Analysis
brief tutorial on Static Code Analysis tools
Language: C++ - Size: 19.3 MB - Last synced at: 9 months ago - Pushed at: almost 7 years ago - Stars: 2 - Forks: 1

msclock/cppcheck-wheel
Package cppcheck as a python wheel.
Language: CMake - Size: 31.7 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 1 - Forks: 0

yuriysydor1991/cpp-app-template
The template C++ project for a quick application development startup.
Language: CMake - Size: 354 KB - Last synced at: 4 days ago - Pushed at: 5 days ago - Stars: 1 - Forks: 0

robsonos/spie-firmware
A sample C++/Arduino firmware built with PlatformIO with support for CI/CD pipeline
Language: C++ - Size: 36.8 MB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

Flast/cppcheck-sarif
Convert cppcheck xml report to SARIF
Language: Go - Size: 64.5 KB - Last synced at: 17 days ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

YTokumaru/cpp-project-kickstarter Fork of cpp-best-practices/cmake_template
Kickstart 🚀 your C++ project with cpp-projects-kickstarter. Comes pre-configured with static analysis, code coverage, and more.
Language: CMake - Size: 925 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 1

bkresaj/Esp32_wifi_ap_sta
Esp32 wifi enabled project, using station and access point modes
Language: C++ - Size: 104 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

skynowa/PyAnalyzer
Python Static Analyzer Wrapper for C++
Language: Python - Size: 134 KB - Last synced at: 9 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Roman-/do_not_rely_on_static_analysis
Examples of C++ code with obvious (and not so obvious) bugs that can be seemingly easily detected by static analysis but they don't
Language: C++ - Size: 18.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 1

eBikeLabs/cpp-checker Fork of QiuminGe/cpp-check-lint
A VSCode extension to run cppcheck in real-time and highlight the errors
Language: Python - Size: 16.8 MB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 1

Astrodynamic/AlgorithmTrading--Interpolation-Approximation--in-Qt-CPP
The AlgorithmTrading project is a C++ program for plotting tabulated functions of stock quotes using interpolation methods. It includes a GUI implementation based on any GUI library with API for C++ and the ability to load data from a CSV file. The Cubic Spline interpolation method is implemented, and the user can specify the number of points.
Language: C++ - Size: 22.2 MB - Last synced at: about 2 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

the-risk-taker/cppcheck-clang-tidy-and-cmake
Clang-Tidy and Cppcheck usage guide with examples in CMake
Language: CMake - Size: 2.93 KB - Last synced at: 3 days ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

orbitcowboy/cppcheck_crash_files
A collection of files that let cppcheck crash while scanning.
Language: C++ - Size: 3.03 MB - Last synced at: 23 days ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

Pruthvi-Sanghavi/Human-Detection-Module
This repository consists of an Opencv human detection package for a robot.
Language: C++ - Size: 54.2 MB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

CodexLink/Enrollment_System_CPP_CLI
An ARiS-Concept Equivalent Offline Enrollment Implementation that runs in C CLI with Win32API. | Exclusively Runs on Windows OS.
Language: C - Size: 81.1 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

bincrafters/conan-cppcheck_installer 📦
[OBSOLETE] The recipe is now in https://github.com/conan-io/conan-center-index
Language: Python - Size: 24.4 KB - Last synced at: 2 days ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 1

snewell/jenkins-workflow
A collection of pipeline scripts for Jenkins
Language: Groovy - Size: 73.2 KB - Last synced at: 9 months ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

donosonaumczuk/c-aptain-hook
Base repository to setup git pre-commit hook for C Language projects. Use cppcheck, clang-format and clang-tidy checks.
Language: Shell - Size: 6.84 KB - Last synced at: about 2 months ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

mmicu/merge-cppcheck-reports
Merge XML files that use the cppcheck xml format.
Language: Python - Size: 4.88 KB - Last synced at: 23 days ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 1

orbitcowboy/cppcheck_hang_files
A collection of files leading to a hang of cppcheck.
Language: C++ - Size: 60.5 KB - Last synced at: 23 days ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

alunegov/teamcity_and_cppcheck
Run cppcheck and report to TeamCity via service messages
Language: Python - Size: 5.86 KB - Last synced at: about 1 year ago - Pushed at: about 9 years ago - Stars: 1 - Forks: 0

gitlabci_gallery/pipelines/cmake_googletest_cppcheck
Simple example of pipelines with two stages. Keywords: gitlabci, c++, cmake, static analysis, cppcheck, googletest
Last synced at: 9 months ago - Stars: 1 - Forks: 0
ammarpython77/ide-c-studio-code
C Studio Code Un IDE léger et multiplateforme pour le développement en C, avec compilation intégrée via GCC. Fonctionnalités clés : 🚀 Compilation et exécution en un clic 📝 Éditeur avec coloration syntaxique 🖥️ Interface moderne et personnalisable ⚡ Léger et rapide
Language: C - Size: 2.21 MB - Last synced at: about 7 hours ago - Pushed at: about 8 hours ago - Stars: 0 - Forks: 0

gdsotirov/cppcheck.SlackBuild
Slackware build script for cppcheck
Language: Shell - Size: 46.9 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

sirius-mhlee/cpp-boilerplate
C++ Boilerplate using CMake, Boost, OpenCV, Gcov, GCOVR, Cppcheck and GTest
Language: CMake - Size: 762 KB - Last synced at: 25 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 1

KingSolomon1954/cpp-bootstrap
A pre-canned C++ project layout along with automation, containerized tools and fill-in-the-blanks documentation.
Language: Makefile - Size: 4.86 MB - Last synced at: 11 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

eiffelpeter/test
Practice clang-formt and ccpcheck
Language: C - Size: 1.87 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

kolbma/cpp-experiments-cmake-template
The C++ Experiments CMake Template is a project template for modern C++ projects with CMake buildsystem and Visual Studio Code IDE
Language: CSS - Size: 48.8 KB - Last synced at: 7 days ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

SebastianBach/cpp-check-suite
Checks for C++ code.
Language: CMake - Size: 7.81 KB - Last synced at: about 2 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

NeilJustice/FileRevisor
FileRevisor is a C++ command line program for quickly deleting directories, renaming files, renaming directories, and replacing text in files.
Language: C++ - Size: 5.29 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

the-risk-taker/clang-tidy-clang-format-cppcheck-cmake-targets
C++ starter project under CMake with already provided Clang-Tidy, Clang-Format and Cppcheck targets and other helpful features
Language: CMake - Size: 5.86 KB - Last synced at: 3 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Aldlevine/VSCodeCppcheck
A Visual Studio Code extension that integrates the Cppcheck static analysis tool
Language: TypeScript - Size: 147 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

iosifache/cppcheck-snap
The Cppcheck C/C++ static code analyser in a Snap 📦
Size: 269 KB - Last synced at: 4 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

brobeson/vscode-cppcheck
A Visual Studio Code extension to run Cppcheck
Language: TypeScript - Size: 79.1 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

vladiant/test_cpp_ci
Test C++ CI project
Language: C++ - Size: 261 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

JulesFouchy/Simple-Cpp-Setup
A simple C++ project with CMake and useful tools
Language: CMake - Size: 596 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 3

Yohannfra/esp-idf-template
Full featured template project for esp-idf
Language: C - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

snhobbs/CMakeStaticAnalysis
Collection of targets for C++ static analysis
Language: CMake - Size: 2.93 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

cardboardci/docker-cppcheck 📦
Static analysis of C/C++ code.
Language: Dockerfile - Size: 76.2 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

nnarain/catkin-cppcheck
Run cppcheck on catkin packages
Language: Python - Size: 8.79 KB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 2

nboutin/cmake_modern
C++, CMake and Travis-ci Hello World
Language: CMake - Size: 193 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 1

AhmedQureshi131/Static-Analysis-In-C-Report
Size: 40 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

orbitcowboy/code-review-of-asf-3.34.2
This is a backup of ASF-3.34.2 (Advanced/Atmel Sofware Framework), used for code review.
Language: C - Size: 196 MB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 1

webispy/docker-gerrit-checkpatch
checkpatch.pl and cppcheck for gerrit code review
Language: Dockerfile - Size: 8.79 KB - Last synced at: 2 months ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

uilianries/docker-cppcheck
A Docker image for cppcheck
Language: Python - Size: 5.86 KB - Last synced at: 4 days ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 2

TafThorne/cppcheck-debian
Docker Image packaging Cppcheck http://cppcheck.sourceforge.net/ ontop of The Docker Official Image for Debian
Size: 16.6 KB - Last synced at: about 1 month ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

QuantumElephant/InspectorElephant
Generalized QA tools for HORTON project
Language: Python - Size: 184 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 2

theYogesh/CodeAnalysisEngine
A code analysis engine for testing and analysing C/C++ programs for better architecture, efficient memory management and robustness. It features an online compiler, black box tester, code beautifier, performance analyser and cppCheck.
Language: HTML - Size: 17.9 MB - Last synced at: 6 months ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0
