Tag

cppcheck

0 views collected around this technical thread.

IT Services Circle
IT Services Circle
Apr 9, 2022 · Fundamentals

Using Cppcheck for Static Code Analysis in C/C++ Projects

This article explains why static analysis is essential for C/C++ development, compares compiler warnings with dedicated tools, introduces cppcheck, shows how to install and use it on sample programs, and demonstrates its ability to uncover bugs that compilers often miss.

C++bug detectioncode quality
0 likes · 8 min read
Using Cppcheck for Static Code Analysis in C/C++ Projects
DevOps Engineer
DevOps Engineer
Mar 3, 2020 · Operations

Integrating Cppcheck Static Code Analysis into Jenkins Pipelines

This article explains why and how to adopt the open‑source Cppcheck tool for C/C++ static analysis, covering installation on Linux, building from source, command‑line usage, Jenkins plugin integration, pipeline scripting, and report visualization to prevent new warnings from entering the codebase.

C++JenkinsPipeline
0 likes · 7 min read
Integrating Cppcheck Static Code Analysis into Jenkins Pipelines
Baidu Intelligent Testing
Baidu Intelligent Testing
May 24, 2018 · Fundamentals

Static Analysis with Cppcheck: Custom Rule Development and Practical Experience

This article explains static analysis concepts, why cppcheck was chosen for Baidu's testing workflow, details its architecture, and walks through the creation of custom rules—including a printf misuse detector and a dynamic switch misuse rule—while sharing practical challenges and results.

C++bug detectioncode quality
0 likes · 11 min read
Static Analysis with Cppcheck: Custom Rule Development and Practical Experience
360 Quality & Efficiency
360 Quality & Efficiency
Jul 7, 2016 · Operations

Integrating cppcheck Static Analysis into Jenkins with Git Polling

This guide explains how to set up Jenkins to automatically poll a Git repository, run cppcheck static analysis, process the XML results, and email the findings, including detailed configuration steps, command examples, and troubleshooting tips.

Jenkinsautomationci/cd
0 likes · 4 min read
Integrating cppcheck Static Analysis into Jenkins with Git Polling