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 }}
albert-github
/
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
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
resultstree.cpp
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 21, 2024
cleaned up includes based on include-what-you-use (#6627)
firewave
authored
d03d820
View commit details
Copy full SHA for d03d820
View code at this point
Browse repository at this point
Fix #12423 (GUI: The Recheck option does not recheck the selected file) (#6625)
danmar
authored
91bc449
View commit details
Copy full SHA for 91bc449
View code at this point
Browse repository at this point
Commits on Jul 2, 2024
Fixup #12410 (GUI: misra c report, errors/warnings violate 1.3) (#6563)
danmar
authored
04b07a4
View commit details
Copy full SHA for 04b07a4
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 3, 2024
Fix #12610 (Justifications for warnings using comments in the code) (#6474)
danmar
authored
bd694db
View commit details
Copy full SHA for bd694db
View code at this point
Browse repository at this point
Commits on May 25, 2024
Fix #12772 (GUI: information messages are shown even though information tool button is deselected) (#6440)
danmar
authored
d8ee51d
View commit details
Copy full SHA for d8ee51d
View code at this point
Browse repository at this point
Commits on May 23, 2024
Path: removed deprecated functions / renamed `isHeader2()` to `isHeader()` (#6427)
firewave
authored
b17a347
View commit details
Copy full SHA for b17a347
View code at this point
Browse repository at this point
Commits on May 22, 2024
iwyu.yml: switched to Fedora to get the latest `include-what-you-use` / cleaned up includes (#6340)
firewave
authored
570c11d
View commit details
Copy full SHA for 570c11d
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 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 Mar 27, 2024
fixed #12549: sinceDate showing formatting string (#6192)
Show description for 9b75b62
anoymouserver
authored
9b75b62
View commit details
Copy full SHA for 9b75b62
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 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
Commits on Feb 6, 2024
Fix #12411 (GUI: product name and version in xml) (#5947)
danmar
authored
eef13b6
View commit details
Copy full SHA for eef13b6
View code at this point
Browse repository at this point
Commits on Jan 24, 2024
Fix #12381 (GUI: The Id column should be shown by default) (#5914)
danmar
authored
deafea3
View commit details
Copy full SHA for deafea3
View code at this point
Browse repository at this point
Commits on Jan 20, 2024
Fixed #12316 - partially revert "Fix two types of Clazy warnings (#5807)" (#5902)
Show description for 3cb0a31
firewave
authored
3cb0a31
View commit details
Copy full SHA for 3cb0a31
View code at this point
Browse repository at this point
Commits on Jan 13, 2024
added `Path::identify()`/`Path::isHeader2()` and deprecated flawed `Path::isCPP()`, `Path::isC()` and `Path::isHeader()` (#4681)
Show description for d5a054c
firewave
authored
d5a054c
View commit details
Copy full SHA for d5a054c
View code at this point
Browse repository at this point
Commits on Jan 5, 2024
fixed some `modernize-use-auto` clean-tidy warnings (#4663)
firewave
authored
9570964
View commit details
Copy full SHA for 9570964
View code at this point
Browse repository at this point
Commits on Dec 27, 2023
Fix two types of Clazy warnings (#5807)
Show description for 4a9b921
gruenich
authored
4a9b921
View commit details
Copy full SHA for 4a9b921
View code at this point
Browse repository at this point
Commits on Dec 18, 2023
Fix #12071 (Add safety mode that makes cppcheck more strict about critical errors) (#5777)
danmar
authored
5aa1710
View commit details
Copy full SHA for 5aa1710
View code at this point
Browse repository at this point
Commits on Dec 17, 2023
Revert "Fixed #12071 (suppressing critical error, no indication to user that analysis of file fails) (#5771)" (#5775)
Show description for 2932ab7
danmar
authored
2932ab7
View commit details
Copy full SHA for 2932ab7
View code at this point
Browse repository at this point
Fixed #12071 (suppressing critical error, no indication to user that analysis of file fails) (#5771)
danmar
authored
7c316fb
View commit details
Copy full SHA for 7c316fb
View code at this point
Browse repository at this point
Commits on Dec 1, 2023
use more granular suppressions in selfcheck and prefer inline suppressions (#5703)
firewave
authored
4182f94
View commit details
Copy full SHA for 4182f94
View code at this point
Browse repository at this point
Commits on Nov 3, 2023
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 Oct 18, 2023
fixed some "Declaration and assignment can be joined" Rider warnings (#5569)
firewave
authored
bfe19af
View commit details
Copy full SHA for bfe19af
View code at this point
Browse repository at this point
Commits on Oct 16, 2023
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 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
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 6, 2023
fixed some "Parameter can be made pointer/reference to const" Rider warnings (#5516)
firewave
authored
723ba16
View commit details
Copy full SHA for 723ba16
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 16, 2023
fixed/suppressed several compiler warnings (#5327)
firewave
authored
d8b44df
View commit details
Copy full SHA for d8b44df
View code at this point
Browse repository at this point
enabled and mitigated `modernize-use-equals-default` clang-tidy warnings / removed unnecessary default destructors (#5335)
firewave
authored
84a9b3a
View commit details
Copy full SHA for 84a9b3a
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
Fix #11842 FN constParameterPointer with library function (#5257)
chrchr-github
authored
7325154
View commit details
Copy full SHA for 7325154
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.