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
gui
mainwindow.cpp
on
2.13.x
User selector
All users
All time
Commit history
Commits on Feb 13, 2024
Fix #12427 (premium misra C rule texts) (#5969)
danmar
committed
4f7050c
View commit details
Copy full SHA for 4f7050c
View code at this point
Browse repository at this point
Commits on Feb 1, 2024
Fix #12389 (GUI: premiumaddon is not executed properly anymore) (#5923)
danmar
committed
3f8bb7a
View commit details
Copy full SHA for 3f8bb7a
View code at this point
Browse repository at this point
Commits on Jan 21, 2024
Fixed #12369 (GUI: Compliance report for Misra C++ 2008) (#5900)
danmar
committed
ac5c2b8
View commit details
Copy full SHA for ac5c2b8
View code at this point
Browse repository at this point
Commits on Dec 6, 2023
fixed #12227 - properly load addons from `cppcheck.cfg` in GUI (#5716)
Show description for 3fc62ce
firewave
authored
3fc62ce
View commit details
Copy full SHA for 3fc62ce
View code at this point
Browse repository at this point
Commits on Dec 5, 2023
gui/mainwindow.cpp: use picojson to generate JSON / updated picojson to latest dev version (#5710)
Show description for 347b188
firewave
authored
347b188
View commit details
Copy full SHA for 347b188
View code at this point
Browse repository at this point
Commits on Dec 1, 2023
greatly improved `Settings::loadCppcheckCfg()` error handling (#5712)
Show description for 3272a2b
firewave
authored
3272a2b
View commit details
Copy full SHA for 3272a2b
View code at this point
Browse repository at this point
Commits on Nov 3, 2023
moved `fileSettings` out of `Settings` (#5608)
Show description for ca6d1aa
firewave
authored
ca6d1aa
View commit details
Copy full SHA for ca6d1aa
View code at this point
Browse repository at this point
fixed some "Variable can be made constexpr" Rider warnings (#5615)
firewave
authored
63e00ea
View commit details
Copy full SHA for 63e00ea
View code at this point
Browse repository at this point
Commits on Nov 2, 2023
extracted `FileSettings` from `ImportProject` to `filesettings.h` (#5604)
firewave
authored
e6d15b1
View commit details
Copy full SHA for e6d15b1
View code at this point
Browse repository at this point
Commits on Nov 1, 2023
moved `ImportProject` out of `Settings` and only store `fileSettings` (#5603)
Show description for dd627a2
firewave
authored
dd627a2
View commit details
Copy full SHA for dd627a2
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 9, 2023
fixed some "Declarator is never used" Rider warnings (#5535)
firewave
authored
e4028f6
View commit details
Copy full SHA for e4028f6
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
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
Commits on Sep 4, 2023
Fix #11911 (GUI: provide suppressions when creating the compliance report) (#5401)
danmar
authored
3ac8946
View commit details
Copy full SHA for 3ac8946
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
Commits on Aug 25, 2023
Partial fix #11892 (Safety: status message when checkers are skipped) (#5368)
danmar
authored
74ad724
View commit details
Copy full SHA for 74ad724
View code at this point
Browse repository at this point
Commits on Aug 22, 2023
fixed some Clazy `level0` warnings (#5344)
Show description for f91df64
firewave
authored
f91df64
View commit details
Copy full SHA for f91df64
View code at this point
Browse repository at this point
Commits on Aug 17, 2023
enabled and mitigated `readability-container-size-empty` clang-tidy warnings (#5340)
firewave
authored
5dbcea3
View commit details
Copy full SHA for 5dbcea3
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 Jun 28, 2023
Fix #11787 (GUI: configure check level) (#5206)
danmar
authored
1b4ec0d
View commit details
Copy full SHA for 1b4ec0d
View code at this point
Browse repository at this point
Commits on Jun 20, 2023
Enable and mitigate readability-else-after-return (#5175)
chrchr-github
authored
bb962e2
View commit details
Copy full SHA for bb962e2
View code at this point
Browse repository at this point
Commits on Jun 9, 2023
GUI: Do not use --rule-texts in cppcheck premium (#5136)
danmar
authored
a62fedc
View commit details
Copy full SHA for a62fedc
View code at this point
Browse repository at this point
Commits on May 23, 2023
Fix #11727 Limit check to selected VS configurations does not work (#5072)
Show description for d1781a8
rwiesenfarth
authored
d1781a8
View commit details
Copy full SHA for d1781a8
View code at this point
Browse repository at this point
Commits on May 7, 2023
keep SETTINGS_LAST_CHECK_PATH on no selected files (#5016)
Show description for bd8a6f0
YangMoo
authored
bd8a6f0
View commit details
Copy full SHA for bd8a6f0
View code at this point
Browse repository at this point
Commits on Apr 28, 2023
fixed some CLion inspection warnings (#4688)
Show description for b3016f0
firewave
authored
b3016f0
View commit details
Copy full SHA for b3016f0
View code at this point
Browse repository at this point
Commits on Apr 8, 2023
iwyu.yml: use a distro which has the latest `include-what-you-use` / enabled Qt mappings / cleaned up includes (#4885)
firewave
authored
5be8eee
View commit details
Copy full SHA for 5be8eee
View code at this point
Browse repository at this point
Commits on Apr 6, 2023
gui: improved error message when project import fails
danmar
committed
0d6575d
View commit details
Copy full SHA for 0d6575d
View code at this point
Browse repository at this point
Commits on Mar 30, 2023
Fix FN passedByValue with array access, range-based for (#4922)
Show description for 3836367
chrchr-github
authored
3836367
View commit details
Copy full SHA for 3836367
View code at this point
Browse repository at this point
Commits on Mar 3, 2023
made `Platform` a member of `Settings` instead of inheriting from it / cleanups (#4791)
firewave
authored
5af6ca6
View commit details
Copy full SHA for 5af6ca6
View code at this point
Browse repository at this point
Commits on Feb 24, 2023
avoid more cases of returning non-const pointers from `const` objects (#4821)
firewave
authored
8583fcf
View commit details
Copy full SHA for 8583fcf
View code at this point
Browse repository at this point
Commits on Feb 8, 2023
greatly improved error handling in Cppcheck project file parsing / some cleanups (#4752)
firewave
authored
14e78e1
View commit details
Copy full SHA for 14e78e1
View code at this point
Browse repository at this point
Commits on Jan 30, 2023
GUI: Generate compliance report
danmar
committed
e1b313b
View commit details
Copy full SHA for e1b313b
View code at this point
Browse repository at this point
Commits on Jan 28, 2023
Update copyright year
danmar
committed
464fbe8
View commit details
Copy full SHA for 464fbe8
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.