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
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
201
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
cppcheck
test
testcmdlineparser.cpp
on
2.16.x
User selector
All users
All time
Commit history
Commits on Oct 22, 2024
Fix #13216: Add checkers-report block to xml output (#6914)
olabetskyi
authored
a7a8038
View commit details
Copy full SHA for a7a8038
View code at this point
Browse repository at this point
Commits on Oct 16, 2024
got rid of global `CTU::maxCtuDepth` (#6892)
firewave
authored
56b7b6a
View commit details
Copy full SHA for 56b7b6a
View code at this point
Browse repository at this point
Commits on Oct 10, 2024
Fix #9972 (Add support for SARIF output format) (#6863)
Show description for c49b941
danmar
and
mario-campos
authored
c49b941
View commit details
Copy full SHA for c49b941
View code at this point
Browse repository at this point
Commits on Oct 7, 2024
moved exception output file descriptor to `Settings` / got rid of output setters in SEH/signal code (#6868)
firewave
authored
1855f5c
View commit details
Copy full SHA for 1855f5c
View code at this point
Browse repository at this point
Commits on Oct 4, 2024
cli: add --premium option for license file (#6858)
danmar
authored
addfb01
View commit details
Copy full SHA for addfb01
View code at this point
Browse repository at this point
Commits on Sep 25, 2024
fixed #13134 - no longer implicitly enable `missingInclude` with `information` (#6826)
Show description for 07883d5
firewave
authored
07883d5
View commit details
Copy full SHA for 07883d5
View code at this point
Browse repository at this point
Commits on Aug 31, 2024
fix #13021: cmdline: validate option --std (#6740)
ludviggunne
authored
ff85ecd
View commit details
Copy full SHA for ff85ecd
View code at this point
Browse repository at this point
Commits on Aug 14, 2024
added lookup debug logging for the remaining configuration files (#6609)
firewave
authored
f4c9f3a
View commit details
Copy full SHA for f4c9f3a
View code at this point
Browse repository at this point
Commits on Jul 16, 2024
cleaned up handling of specifying multiple libraries at once (#6593)
firewave
authored
c7bc7a8
View commit details
Copy full SHA for c7bc7a8
View code at this point
Browse repository at this point
Commits on Jun 20, 2024
selfcheck.yml: also run `unusedFunction` selfcheck without CLI (currently disabled) and GUI sources (#6526)
firewave
authored
5c93df1
View commit details
Copy full SHA for 5c93df1
View code at this point
Browse repository at this point
Commits on May 23, 2024
refs #10692 - added command-line option `--cpp-header-probe` to probe headers and extension-less files for Emacs C++ marker (#6324)
firewave
authored
2263d30
View commit details
Copy full SHA for 2263d30
View code at this point
Browse repository at this point
Commits on May 21, 2024
consolidated ValueFlow tuning options into `ValueFlowOptions` (#6332)
firewave
authored
9990975
View commit details
Copy full SHA for 9990975
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 11, 2024
default to `--check-level=exhaustive` internally / several related cleanups (#6225)
firewave
authored
524e979
View commit details
Copy full SHA for 524e979
View code at this point
Browse repository at this point
Commits on Apr 10, 2024
improved errorhandling of `--rule=` and `--rule-file=` / some related cleanups (#6212)
firewave
authored
f450285
View commit details
Copy full SHA for f450285
View code at this point
Browse repository at this point
Commits on Apr 9, 2024
Fix #12601 (cli: Add --file-filter=- option that reads from stdin) (#6258)
danmar
authored
fe45744
View commit details
Copy full SHA for fe45744
View code at this point
Browse repository at this point
Commits on Apr 4, 2024
Fix #12505 (cli: Add option --check-version to pin cppcheck version) (#6121)
Show description for 5ac87cc
danmar
authored
5ac87cc
View commit details
Copy full SHA for 5ac87cc
View code at this point
Browse repository at this point
Commits on Mar 30, 2024
bail out on invalid tokenlist in `--rule-file` / some rule related cleanups (#6205)
firewave
authored
aef62ee
View commit details
Copy full SHA for aef62ee
View code at this point
Browse repository at this point
Commits on Mar 21, 2024
fixed #12523 - greatly improved errorhandling of `--rule-file=` (#6147)
firewave
authored
91f1a25
View commit details
Copy full SHA for 91f1a25
View code at this point
Browse repository at this point
Commits on Mar 11, 2024
fixed #12465 - added (undocumented) command-line option `--executor` to specify the used executor implementation (#6043)
firewave
authored
6542816
View commit details
Copy full SHA for 6542816
View code at this point
Browse repository at this point
Commits on Mar 6, 2024
improved handling/testing of XMLs without a a root node / added some TODOs (#6086)
Show description for 260ae3c
firewave
authored
260ae3c
View commit details
Copy full SHA for 260ae3c
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
testrunner: removed some bogus initializations of settings (#6045)
Show description for 71e59d1
firewave
authored
71e59d1
View commit details
Copy full SHA for 71e59d1
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 22, 2024
Revert "removed deprecated `--showtime=` value `top5` (#5904)" (#5906)
Show description for 915824a
firewave
authored
915824a
View commit details
Copy full SHA for 915824a
View code at this point
Browse repository at this point
removed deprecated `--showtime=` value `top5` (#5904)
firewave
authored
fd9af82
View commit details
Copy full SHA for fd9af82
View code at this point
Browse repository at this point
Commits on Jan 21, 2024
Fixed #12370 (Premium misra/cert/autosar: enable all corresponding checkers in open source cppcheck) (#5901)
danmar
authored
309aa8a
View commit details
Copy full SHA for 309aa8a
View code at this point
Browse repository at this point
Commits on Jan 16, 2024
added `--template=simple` (#5879)
Show description for c9259b2
firewave
authored
c9259b2
View commit details
Copy full SHA for c9259b2
View code at this point
Browse repository at this point
Commits on Jan 12, 2024
Fix #12344 (cmdline: better validation of premium options) (#5875)
danmar
authored
b397caa
View commit details
Copy full SHA for b397caa
View code at this point
Browse repository at this point
Fix #12341 (If --premium=safety is used then go to "safety mode". do not override this in cppcheck.cfg) (#5872)
danmar
authored
14e540a
View commit details
Copy full SHA for 14e540a
View code at this point
Browse repository at this point
Commits on Jan 7, 2024
moved `Language` from `settings.h` to `standards.h` (#5854)
firewave
authored
30ca8e1
View commit details
Copy full SHA for 30ca8e1
View code at this point
Browse repository at this point
cleaned up includes based on `include-what-you-use` (#5855)
firewave
authored
bbd2b2a
View commit details
Copy full SHA for bbd2b2a
View code at this point
Browse repository at this point
Commits on Dec 22, 2023
CI: fix --version tests (#5790)
danmar
authored
5a222b8
View commit details
Copy full SHA for 5a222b8
View code at this point
Browse repository at this point
Commits on Dec 16, 2023
#12263: Constant Error 'missingInclude' (#5769)
Show description for 7191ed9
olabetskyi
authored
7191ed9
View commit details
Copy full SHA for 7191ed9
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.