Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
cppcheck-opensource
/
cppcheck
Public
Notifications
You must be signed in to change notification settings
Fork
1.6k
Star
6.7k
Code
Pull requests
196
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
cppcheck
test
testsingleexecutor.cpp
on
main
User selector
All users
All time
Commit history
Commits on Apr 30, 2026
testrunner: only provide `TimerResults` in executor tests when desired (#8512)
firewave
authored
c3df665
View commit details
Copy full SHA for c3df665
View code at this point
Browse repository at this point
Commits on Apr 28, 2026
refs #14599 - moved `ShowTime` logic out of timer-related code (#8493)
firewave
authored
978a82e
View commit details
Copy full SHA for 978a82e
View code at this point
Browse repository at this point
Commits on Apr 12, 2026
refs #14599 - do not implicitly print in `TimerResults::stop()` (#8400)
firewave
authored
caff3d4
View commit details
Copy full SHA for caff3d4
View code at this point
Browse repository at this point
Commits on Apr 7, 2026
testrunner: do not load `std.cfg` in executor tests (#8419)
firewave
authored
83fa5ad
View commit details
Copy full SHA for 83fa5ad
View code at this point
Browse repository at this point
Commits on Mar 27, 2026
refs #14599 - moved printing of summary timer results out of executors (#8347)
firewave
authored
18492b0
View commit details
Copy full SHA for 18492b0
View code at this point
Browse repository at this point
Commits on Mar 2, 2026
Release: Update copyright year (#8285)
danmar
authored
9a00e4a
View commit details
Copy full SHA for 9a00e4a
View code at this point
Browse repository at this point
Commits on Jan 14, 2026
fixed #8437 - got rid of static global `TimerResults` instance (#8120)
firewave
authored
fff4f52
View commit details
Copy full SHA for fff4f52
View code at this point
Browse repository at this point
Commits on Nov 6, 2025
Fix #14206 --showtime does not account for addons (#7904)
olabetskyi
authored
2c5b872
View commit details
Copy full SHA for 2c5b872
View code at this point
Browse repository at this point
Commits on Oct 18, 2025
simplified sample code used to produce errors in tests (#7881)
firewave
authored
ba32fd2
View commit details
Copy full SHA for ba32fd2
View code at this point
Browse repository at this point
Commits on Oct 15, 2025
testrunner: removed unnecessary default constructors from test options (#7889)
firewave
authored
59d9ba3
View commit details
Copy full SHA for 59d9ba3
View code at this point
Browse repository at this point
Commits on Aug 15, 2025
fixed #13982 - cppcheck.cpp: do not crash if `mExecuteCommand` is empty (#7647)
firewave
authored
107e226
View commit details
Copy full SHA for 107e226
View code at this point
Browse repository at this point
Commits on Apr 24, 2025
testrunner: some `Settings` usage cleanups (#7477)
firewave
authored
9e547a3
View commit details
Copy full SHA for 9e547a3
View code at this point
Browse repository at this point
Commits on Apr 7, 2025
testrunner: start adding IDs and columns to error messages (#7343)
firewave
authored
bf80216
View commit details
Copy full SHA for bf80216
View code at this point
Browse repository at this point
Commits on Apr 2, 2025
dropped internal default template format not necessary for production code (#7342)
firewave
authored
07eb1f0
View commit details
Copy full SHA for 07eb1f0
View code at this point
Browse repository at this point
Commits on Feb 23, 2025
release: Update copyright year (#7319)
danmar
authored
11f0f4d
View commit details
Copy full SHA for 11f0f4d
View code at this point
Browse repository at this point
Commits on Feb 14, 2025
cleaned up some array length related code (#7283)
firewave
authored
2e4f606
View commit details
Copy full SHA for 2e4f606
View code at this point
Browse repository at this point
Commits on Feb 13, 2025
moved settings ownership out of `CppCheck` (#4964)
firewave
authored
42d3df2
View commit details
Copy full SHA for 42d3df2
View code at this point
Browse repository at this point
Commits on Feb 7, 2025
split suppressions from settings (#7284)
firewave
authored
fe6a2e3
View commit details
Copy full SHA for fe6a2e3
View code at this point
Browse repository at this point
Commits on Feb 4, 2025
cleaned up includes based on include-what-you-use (#7279)
firewave
authored
2d9f673
View commit details
Copy full SHA for 2d9f673
View code at this point
Browse repository at this point
Commits on Jan 2, 2025
store language in `FileWithDetails` (#7116)
firewave
authored
ce5690a
View commit details
Copy full SHA for ce5690a
View code at this point
Browse repository at this point
Commits on Jan 1, 2025
enabled and fixed `modernize-use-auto` clang-tidy warnings (#6969)
firewave
authored
e228821
View commit details
Copy full SHA for e228821
View code at this point
Browse repository at this point
Commits on Nov 1, 2024
fixed some type mismatches (based on sign mismatch compiler warnings) (#6983)
firewave
authored
db8e755
View commit details
Copy full SHA for db8e755
View code at this point
Browse repository at this point
Commits on Apr 21, 2024
added `FileWithDetails` to store resolved input path in (#6285)
firewave
authored
ea2e716
View commit details
Copy full SHA for ea2e716
View code at this point
Browse repository at this point
Commits on Apr 20, 2024
Update copyright year (#6310)
danmar
authored
58030b8
View commit details
Copy full SHA for 58030b8
View code at this point
Browse repository at this point
Commits on Apr 8, 2024
testrunner: small `TestSimplifyTokens` cleanup / fixed valueflow message suppression / improved ignoring of output (#6243)
firewave
authored
bd8cb94
View commit details
Copy full SHA for bd8cb94
View code at this point
Browse repository at this point
Commits on Mar 13, 2024
testrunner: make sure the error output is consumed (#6117)
firewave
authored
1bace58
View commit details
Copy full SHA for 1bace58
View code at this point
Browse repository at this point
Commits on Mar 4, 2024
iwyu.yml: treat explicit clang include directory in clang-tidy invocation as a system include / cleaned up includes (#5983)
Show description for 2464a9d
firewave
authored
2464a9d
View commit details
Copy full SHA for 2464a9d
View code at this point
Browse repository at this point
Commits on Feb 27, 2024
moved global `CheckUnusedFunctions` instance to `CppCheck` / cleaned up `CheckUnusedFunctions` interface (#6013)
firewave
authored
8c90edb
View commit details
Copy full SHA for 8c90edb
View code at this point
Browse repository at this point
Commits on Feb 26, 2024
testrunner: stop comparing mismatching types in generic `assertEquals()` / added `ASSERT_EQUALS_ENUM` (#6035)
Show description for 0fe775c
firewave
authored
0fe775c
View commit details
Copy full SHA for 0fe775c
View code at this point
Browse repository at this point
Commits on Feb 24, 2024
put the suppressions together in a single type / renamed individual one to `SuppressionList` (#6004)
firewave
authored
9780847
View commit details
Copy full SHA for 9780847
View code at this point
Browse repository at this point
Commits on Jan 31, 2024
testrunner: reduced usage of mutable `Settings` / some cleanups (#5909)
firewave
authored
e3f0676
View commit details
Copy full SHA for e3f0676
View code at this point
Browse repository at this point
Commits on Jan 18, 2024
properly reset `CheckUnusedFunctions` data in tests / made `CheckUnusedFunctions::clear()` private (#5892)
Show description for cae6719
firewave
authored
cae6719
View commit details
Copy full SHA for cae6719
View code at this point
Browse repository at this point
Commits on Jan 4, 2024
testrunner: do not suppress duplicated error messages (#5736)
firewave
authored
87540e6
View commit details
Copy full SHA for 87540e6
View code at this point
Browse repository at this point
Commits on Dec 17, 2023
aligned and optimized unique error handling (#5280)
Show description for aa7629d
firewave
authored
aa7629d
View commit details
Copy full SHA for aa7629d
View code at this point
Browse repository at this point
Commits on Dec 6, 2023
testrunner: make sure that more redirects/outputs are actually being consumed (#5721)
firewave
authored
4538002
View commit details
Copy full SHA for 4538002
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.