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
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 17, 2023
fixed some typos (#5562)
firewave
authored
85fe627
View commit details
Copy full SHA for 85fe627
View code at this point
Browse repository at this point
Commits on Oct 16, 2023
Fixed #3537 (Allow inline suppression comments for macros) (#5559)
danmar
authored
dd76504
View commit details
Copy full SHA for dd76504
View code at this point
Browse repository at this point
fixed "Redundant dereferencing and tasking address expression" Rider warnings (#5563)
firewave
authored
3811d01
View commit details
Copy full SHA for 3811d01
View code at this point
Browse repository at this point
iwyu.yml: made `include-what-you-use` output more verbose / cleaned up includes (#5540)
firewave
authored
5e89eb0
View commit details
Copy full SHA for 5e89eb0
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
fixed #12016 - ProcessExecutor: added missing invocation of clang-tidy (#5529)
Show description for cc92b09
firewave
authored
cc92b09
View commit details
Copy full SHA for cc92b09
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
generate `AddonInfo` only once (#4958)
Show description for 0f28f3e
firewave
authored
0f28f3e
View commit details
Copy full SHA for 0f28f3e
View code at this point
Browse repository at this point
fixed "Redundant elaborated type specifier" Rider warnings (#5517)
firewave
authored
a22c181
View commit details
Copy full SHA for a22c181
View code at this point
Browse repository at this point
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
added testing of clang-tidy invocation to executor tests / also some cleanups (#5514)
firewave
authored
8dee551
View commit details
Copy full SHA for 8dee551
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 28, 2023
Avoid const_cast (#5490)
chrchr-github
authored
033cf64
View commit details
Copy full SHA for 033cf64
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 20, 2023
fixed #11483 (FN unusedFunction for method with inline implementation) (#5457)
Show description for f49fedb
firewave
and
chrchr-github
authored
f49fedb
View commit details
Copy full SHA for f49fedb
View code at this point
Browse repository at this point
Improved addon execution errorhandling (#5451)
firewave
authored
a43b55a
View commit details
Copy full SHA for a43b55a
View code at this point
Browse repository at this point
Commits on Sep 19, 2023
Fix #12002 (Filelister: Unclear error 'finding files failed (error: 3)') (#5460)
danmar
authored
3089fc3
View commit details
Copy full SHA for 3089fc3
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 10, 2023
2.12.99: Set versions (#5427)
danmar
authored
4fa1c7d
View commit details
Copy full SHA for 4fa1c7d
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 Sep 6, 2023
Update copyright year
danmar
committed
4739ac8
View commit details
Copy full SHA for 4739ac8
View code at this point
Browse repository at this point
Commits on Sep 4, 2023
fixed #11910 - removed Visual Studio x86 targets from project files and builds from CI (#5397)
Show description for ce78017
firewave
authored
ce78017
View commit details
Copy full SHA for ce78017
View code at this point
Browse repository at this point
Commits on Aug 31, 2023
Fix #11897 (Safety: show what checks are enabled/disabled) (#5378)
Show description for 44c149e
danmar
authored
44c149e
View commit details
Copy full SHA for 44c149e
View code at this point
Browse repository at this point
report `internalError` when command execution returns errorcode / also some related cleanups and tests (#5037)
Show description for ad1caa8
firewave
authored
ad1caa8
View commit details
Copy full SHA for ad1caa8
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 21, 2023
ProcessExecutor: removed unnecessary `\0` passing in message reading/writing - fixes stray `\0` characters in output (#5354)
Show description for 59c3bd2
firewave
authored
59c3bd2
View commit details
Copy full SHA for 59c3bd2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.