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 }}
Tal500
/
cppcheck
Public
forked from
cppcheck-opensource/cppcheck
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cppcheck
gui
mainwindow.cpp
on
simplecpp-integration-test
User selector
All users
Datepicker
All time
Commit history
Commits on May 12, 2025
Fix #13831 (do not execute misra.py in cppcheck premium when --premium=misra-c-.. options are used) (#7506)
danmar
authored
ff22de1
View commit details
Copy full SHA for ff22de1
View code at this point
Browse repository at this point
Commits on May 6, 2025
filesettings.h: removed constructors without language (#7493)
firewave
authored
56be00d
View commit details
Copy full SHA for 56be00d
View code at this point
Browse repository at this point
Commits on Apr 4, 2025
enabled and fixed `-Wold-style-cast` Clang warnings (#7395)
firewave
authored
f78e5a7
View commit details
Copy full SHA for f78e5a7
View code at this point
Browse repository at this point
Commits on Mar 10, 2025
cleaned up build flags for GUI (#7367)
firewave
authored
7cdf9f9
View commit details
Copy full SHA for 7cdf9f9
View code at this point
Browse repository at this point
Commits on Feb 24, 2025
fixed #13656 - fixed stack-use-after-scope in GUI (#7330)
firewave
authored
7f41039
View commit details
Copy full SHA for 7f41039
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 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 5, 2025
some `CmdLineParser`-related cleanups (#7105)
firewave
authored
fcda2d1
View commit details
Copy full SHA for fcda2d1
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
refs #12171 - report error when adding a suppression more than once / added `Suppressions::updateSuppressionState()` (#7122)
firewave
authored
ffd9b4c
View commit details
Copy full SHA for ffd9b4c
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 Dec 4, 2024
Fix #13374 (Add --check-level=reduced option) (#6496)
danmar
authored
07d59e9
View commit details
Copy full SHA for 07d59e9
View code at this point
Browse repository at this point
Commits on Oct 17, 2024
enabled and fixed `-Wuseless-cast` GCC warnings (#6930)
firewave
authored
9287d3f
View commit details
Copy full SHA for 9287d3f
View code at this point
Browse repository at this point
Commits on Oct 1, 2024
Fix #12928 (GUI: running cppcheck premium with LOC license) (#6854)
danmar
authored
92431a8
View commit details
Copy full SHA for 92431a8
View code at this point
Browse repository at this point
Commits on Aug 17, 2024
Fix #13008 (GUI: Crash when I try to recheck a file) (#6705)
danmar
authored
dbd1647
View commit details
Copy full SHA for dbd1647
View code at this point
Browse repository at this point
Fix #13014: GUI: wrong misra command if misra rule texts is specified (#6695)
swasti16
authored
befe62d
View commit details
Copy full SHA for befe62d
View code at this point
Browse repository at this point
Commits on Aug 15, 2024
Fix #13007: GUI: The 'reanalyze modified files' option is disabled (#6699)
olabetskyi
authored
1aee490
View commit details
Copy full SHA for 1aee490
View code at this point
Browse repository at this point
Commits on Jul 30, 2024
Updated CI to Clang 19 (#5945)
firewave
authored
02e2230
View commit details
Copy full SHA for 02e2230
View code at this point
Browse repository at this point
Commits on Jul 1, 2024
Fix #12410 (GUI: show results customized for misra/cert/autosar) (#6556)
danmar
authored
29adee8
View commit details
Copy full SHA for 29adee8
View code at this point
Browse repository at this point
Commits on Jun 15, 2024
fixes #12752 - added missing path seperator in GUI library lookup / use `qDebug()` for GUI library loading logging (#6529)
firewave
authored
27f155c
View commit details
Copy full SHA for 27f155c
View code at this point
Browse repository at this point
Commits on Jun 11, 2024
added `--debug-lookup` to log library loading (#6436)
firewave
authored
20472f5
View commit details
Copy full SHA for 20472f5
View code at this point
Browse repository at this point
more `FileWithDetails` usage (#6500)
firewave
authored
06889a3
View commit details
Copy full SHA for 06889a3
View code at this point
Browse repository at this point
Commits on May 31, 2024
Fix #12798: Add inline supression to projectDialog (#6453)
olabetskyi
authored
886e306
View commit details
Copy full SHA for 886e306
View code at this point
Browse repository at this point
Commits on May 23, 2024
added preliminary support for newer standards / some cleanups (#6423)
firewave
authored
191f339
View commit details
Copy full SHA for 191f339
View code at this point
Browse repository at this point
Commits on May 22, 2024
Fix #12747 (GUI: when compliance report is generated the checkers-report should be provided.) (#6419)
danmar
authored
8156978
View commit details
Copy full SHA for 8156978
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 15, 2024
avoid even more unchecked pointer dereferences / changed some pointers to references (#6296)
firewave
authored
087fd79
View commit details
Copy full SHA for 087fd79
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
Fix #12546 new check: suggest to return const reference from "getter" member function (#6256)
chrchr-github
authored
4f8f7cc
View commit details
Copy full SHA for 4f8f7cc
View code at this point
Browse repository at this point
Commits on Apr 8, 2024
Fix #12456 (GUI: unable to suppress warnings in "externals/*" headers) (#6254)
danmar
authored
e45744d
View commit details
Copy full SHA for e45744d
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
Settings: made `loadCppcheckCfg()` static (#6046)
firewave
authored
a25e8fa
View commit details
Copy full SHA for a25e8fa
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 Feb 12, 2024
avoid some unnecessary copies (#5958)
Show description for a656f10
firewave
authored
a656f10
View commit details
Copy full SHA for a656f10
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.