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 }}
firewave
/
cppcheck
Public
forked from
cppcheck-opensource/cppcheck
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Security and quality
Insights
Commits
Breadcrumbs
History for
cppcheck
cli
cmdlineparser.cpp
on
msys
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 21, 2023
fixed #12045 - print error when using an option which has not been compiled in instead of treating it as non-existent or a no-op (#5508)
Show description for 7086ffa
firewave
authored
7086ffa
View commit details
Copy full SHA for 7086ffa
View code at this point
Browse repository at this point
Commits on Oct 13, 2023
gui/platforms.h: renamed `Platform` to `PlatformData` / Platform: removed unnecessary `cppcheck` namespace (#5545)
firewave
authored
ebb877a
View commit details
Copy full SHA for ebb877a
View code at this point
Browse repository at this point
Commits on Oct 12, 2023
removed unnecessary encapsulation of severity enum and made it an `enum class` (#5541)
firewave
authored
8c0d43d
View commit details
Copy full SHA for 8c0d43d
View code at this point
Browse repository at this point
Commits on Oct 9, 2023
added `CmdLineLogger::printRaw()` / CppCheckExecutor: more `CmdLineLogger` usage (#5537)
firewave
authored
7393083
View commit details
Copy full SHA for 7393083
View code at this point
Browse repository at this point
cleaned up includes based on include-what-you-use (#5532)
firewave
authored
06b5ef1
View commit details
Copy full SHA for 06b5ef1
View code at this point
Browse repository at this point
Commits on Oct 8, 2023
fixed #12022 - disallow using `--project` with source files (#5515)
firewave
authored
3ba53c6
View commit details
Copy full SHA for 3ba53c6
View code at this point
Browse repository at this point
Commits on Oct 5, 2023
refs #12022 - disallow multiple `--project` options (#5499)
firewave
authored
5a52fa8
View commit details
Copy full SHA for 5a52fa8
View code at this point
Browse repository at this point
refs #4452 / refs #11705 - improved `--showtime=` behavior and testing (#4876)
Show description for fc700b6
firewave
authored
fc700b6
View commit details
Copy full SHA for fc700b6
View code at this point
Browse repository at this point
Commits on Sep 25, 2023
perform logging in `CmdLineParser` through an interface (#5478)
Show description for 3fd00c1
firewave
authored
3fd00c1
View commit details
Copy full SHA for 3fd00c1
View code at this point
Browse repository at this point
Commits on Sep 14, 2023
cli: update --help output, premium has full cert c++ coverage (#5450)
danmar
authored
79e8735
View commit details
Copy full SHA for 79e8735
View code at this point
Browse repository at this point
Commits on Sep 12, 2023
fixed #11919 - Removed deprecated command-line options `--template <template>` and `--template-format=<template>` (#5439)
firewave
authored
98ce46a
View commit details
Copy full SHA for 98ce46a
View code at this point
Browse repository at this point
Commits on Sep 11, 2023
fixed #11917 (Default to `native` platform in Windows builds) (#5428)
firewave
authored
64cd09a
View commit details
Copy full SHA for 64cd09a
View code at this point
Browse repository at this point
Commits on Sep 8, 2023
utils.h: added `startsWith()` and started using it (#5381)
Show description for 91070ca
firewave
authored
91070ca
View commit details
Copy full SHA for 91070ca
View code at this point
Browse repository at this point
Commits on Aug 29, 2023
Partial fix for #11897 (Safety: show what checks are enabled/disabled) (#5372)
Show description for 276f017
danmar
authored
276f017
View commit details
Copy full SHA for 276f017
View code at this point
Browse repository at this point
Commits on Aug 23, 2023
got rid of duplicated file/directory existence implementations / improved errorhandling and testing of `FileLister` (#5350)
firewave
authored
499f566
View commit details
Copy full SHA for 499f566
View code at this point
Browse repository at this point
refs #3450 (CLI --report-progress is currently useless) - added `--report-progress=<val>` to specify interval (#5353)
firewave
authored
0901e49
View commit details
Copy full SHA for 0901e49
View code at this point
Browse repository at this point
Fix #11882 (add --premium=misra-c-2023 option) (#5363)
danmar
authored
e35d5d3
View commit details
Copy full SHA for e35d5d3
View code at this point
Browse repository at this point
Commits on Aug 18, 2023
CmdLineParser: deprecated `--template <template>` and `--template-location <template>` (#5331)
Show description for c7f88db
firewave
authored
c7f88db
View commit details
Copy full SHA for c7f88db
View code at this point
Browse repository at this point
Commits on Aug 14, 2023
-j 0 causes indefinite hang. require >= 1 (#5326)
Show description for d064f9c
aremmell
authored
d064f9c
View commit details
Copy full SHA for d064f9c
View code at this point
Browse repository at this point
Commits on Aug 8, 2023
Use in-class initializers, default constructors, class -> struct (#4842)
chrchr-github
authored
eee1221
View commit details
Copy full SHA for eee1221
View code at this point
Browse repository at this point
Commits on Aug 5, 2023
Explicitly state that --verbose and --quiet can be used at the same time (#5259)
Show description for de8b415
samopolacek
authored
de8b415
View commit details
Copy full SHA for de8b415
View code at this point
Browse repository at this point
Commits on Aug 4, 2023
Check if --cppcheck-build-dir exists (#5254)
Show description for b2511fb
samopolacek
authored
b2511fb
View commit details
Copy full SHA for b2511fb
View code at this point
Browse repository at this point
Commits on Aug 2, 2023
cleaned up includes based on include-what-you-use / iwyu.yml: updated to yet another distro to get the latest version and updated the Chaotic-AUR key (#5267)
Show description for 45de338
firewave
authored
45de338
View commit details
Copy full SHA for 45de338
View code at this point
Browse repository at this point
Commits on Jul 25, 2023
unusedFunction disabled warning is not printed if --cppcheck-build-dir is used (#5252)
Show description for ba764ea
samopolacek
authored
ba764ea
View commit details
Copy full SHA for ba764ea
View code at this point
Browse repository at this point
Commits on Jun 28, 2023
Update type for Settings::checksMaxTime. (#5205)
Show description for 55af68a
danmar
authored
55af68a
View commit details
Copy full SHA for 55af68a
View code at this point
Browse repository at this point
Commits on May 26, 2023
Use path to executable when trying to load library (#5082)
Show description for fb850a8
chrchr-github
authored
fb850a8
View commit details
Copy full SHA for fb850a8
View code at this point
Browse repository at this point
Commits on May 22, 2023
Fix FN constVariablePointer (#5076)
Show description for 78182d4
chrchr-github
authored
78182d4
View commit details
Copy full SHA for 78182d4
View code at this point
Browse repository at this point
Commits on May 11, 2023
Suppress deprecation warning with -E (#5050)
chrchr-github
authored
59b955e
View commit details
Copy full SHA for 59b955e
View code at this point
Browse repository at this point
Fixed #11715 (Add --showtime=file-total option to show checking time of each file) (#5049)
danmar
authored
e1d5d99
View commit details
Copy full SHA for e1d5d99
View code at this point
Browse repository at this point
Commits on Apr 30, 2023
CmdLineParser: pass suppressions separately from settings (#5023)
firewave
authored
5a2c31a
View commit details
Copy full SHA for 5a2c31a
View code at this point
Browse repository at this point
cleaned up includes based on `include-what-you-use` (#5021)
firewave
authored
8cf6a22
View commit details
Copy full SHA for 8cf6a22
View code at this point
Browse repository at this point
Commits on Apr 9, 2023
Add a --check-level option (#4942)
danmar
authored
7726a5b
View commit details
Copy full SHA for 7726a5b
View code at this point
Browse repository at this point
Commits on Apr 8, 2023
do not use string-to-integer conversions without error handling (#4906)
firewave
authored
f5e51ea
View commit details
Copy full SHA for f5e51ea
View code at this point
Browse repository at this point
optimized template string substitutions a bit (#4840)
firewave
authored
cfca3a6
View commit details
Copy full SHA for cfca3a6
View code at this point
Browse repository at this point
--performance-valueflow-max-if-count: review comments
danmar
committed
89a95dd
View commit details
Copy full SHA for 89a95dd
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.