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 }}
JetLin007
/
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
.github
on
main
User selector
All users
All time
Commit history
Commits on Sep 7, 2024
CI: Run all github actions on commits in release branches (#6777)
danmar
authored
c2f4c5c
View commit details
Copy full SHA for c2f4c5c
View code at this point
Browse repository at this point
Commits on Sep 2, 2024
CI: Update Cppcheck Premium used for selfchecking to 24.9.0.1 (#6762)
danmar
authored
a7dcc70
View commit details
Copy full SHA for a7dcc70
View code at this point
Browse repository at this point
Commits on Aug 30, 2024
use Qt6 in all selfchecks in CI (#6727)
firewave
authored
2d19235
View commit details
Copy full SHA for 2d19235
View code at this point
Browse repository at this point
Commits on Aug 28, 2024
updated Qt in CI to 6.7.2 (#6725)
firewave
authored
6191411
View commit details
Copy full SHA for 6191411
View code at this point
Browse repository at this point
Revert "temporally fixated Python 3.12 in CI to 3.12.3 (#6502)" (#6726)
Show description for 198a66e
firewave
authored
198a66e
View commit details
Copy full SHA for 198a66e
View code at this point
Browse repository at this point
Commits on Aug 15, 2024
CI: remove unneeded cppcheck premium suppressions (#6702)
danmar
authored
9db3950
View commit details
Copy full SHA for 9db3950
View code at this point
Browse repository at this point
Commits on Aug 14, 2024
changed `ccache-action` GitHub action to `v1.2` for most workflows (#6693)
Show description for 45219c0
firewave
authored
45219c0
View commit details
Copy full SHA for 45219c0
View code at this point
Browse repository at this point
Commits on Aug 11, 2024
CI: clarify cppcheck premium selfcheck suppressions (#6679)
danmar
authored
b6600f9
View commit details
Copy full SHA for b6600f9
View code at this point
Browse repository at this point
Commits on Aug 4, 2024
CI: check our code with misra c++ 2023 (#6657)
danmar
authored
e9c73df
View commit details
Copy full SHA for e9c73df
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 29, 2024
limit usage of `internal` in selfchecks to files which are being matchcompiled (#6473)
firewave
authored
3edeccb
View commit details
Copy full SHA for 3edeccb
View code at this point
Browse repository at this point
Commits on Jul 22, 2024
cfg: add library configuration for libselinux (#6461)
Show description for 81e7614
3 people
authored
81e7614
View commit details
Copy full SHA for 81e7614
View code at this point
Browse repository at this point
Commits on Jul 21, 2024
CI-unixish.yml: show check time for each file in selfcheck (#6618)
Show description for cda7453
firewave
authored
cda7453
View commit details
Copy full SHA for cda7453
View code at this point
Browse repository at this point
Commits on Jul 4, 2024
Workaround for docker CI failure (#6572)
Show description for ec8e27e
chrchr-github
authored
ec8e27e
View commit details
Copy full SHA for ec8e27e
View code at this point
Browse repository at this point
Commits on Jun 20, 2024
CI-unixish.yml: disabled explicit usage of "latest" GCC (#6541)
firewave
authored
e249517
View commit details
Copy full SHA for e249517
View code at this point
Browse repository at this point
selfcheck.yml: also run `unusedFunction` selfcheck without CLI (currently disabled) and GUI sources (#6526)
firewave
authored
5c93df1
View commit details
Copy full SHA for 5c93df1
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
scriptcheck.yml: re-enabled `pylint` and mitigated findings / added missing files to Python syntax and lint check (#6464)
firewave
authored
06ce840
View commit details
Copy full SHA for 06ce840
View code at this point
Browse repository at this point
Commits on Jun 10, 2024
refs #12683 - updated GitHub action `actions/checkout` to `v4` (#6467)
firewave
authored
2924622
View commit details
Copy full SHA for 2924622
View code at this point
Browse repository at this point
temporally fixated Python 3.12 in CI to 3.12.3 (#6502)
Show description for 019a240
firewave
authored
019a240
View commit details
Copy full SHA for 019a240
View code at this point
Browse repository at this point
Commits on Jun 8, 2024
Fix #12775 FP containerOutOfBounds with push_back() in loop (#6451)
chrchr-github
authored
dc385f3
View commit details
Copy full SHA for dc385f3
View code at this point
Browse repository at this point
Commits on Jun 1, 2024
refs #12683 - updated GitHub action `actions/cache` to `v4` (#6471)
firewave
authored
eeef6b8
View commit details
Copy full SHA for eeef6b8
View code at this point
Browse repository at this point
refs #12683 - updated GitHub action `actions/setup-python` to `v5` (#6470)
firewave
authored
deff1f9
View commit details
Copy full SHA for deff1f9
View code at this point
Browse repository at this point
refs #12683 - updated GitHub action `actions/upload-artifact` to `v4` (#6468)
firewave
authored
528a835
View commit details
Copy full SHA for 528a835
View code at this point
Browse repository at this point
Commits on May 31, 2024
Install missing Python package (#6462)
chrchr-github
authored
f9b73ed
View commit details
Copy full SHA for f9b73ed
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 24, 2024
cppcheck-premium.yml: made it triggerable and made the version an input (#6428)
firewave
authored
00a3ae0
View commit details
Copy full SHA for 00a3ae0
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 May 11, 2024
Deactivate failing scriptcheck using Python 3.5 (#6396)
chrchr-github
authored
1943b4d
View commit details
Copy full SHA for 1943b4d
View code at this point
Browse repository at this point
Commits on May 7, 2024
Make htmlreport installable single package (#6335)
Show description for f562ff2
vpetrigo
authored
f562ff2
View commit details
Copy full SHA for f562ff2
View code at this point
Browse repository at this point
Commits on May 3, 2024
fixed #12682 - deprecated support for Python 2.7 (#6369)
firewave
authored
57e0ea5
View commit details
Copy full SHA for 57e0ea5
View code at this point
Browse repository at this point
Commits on Apr 29, 2024
CI-unixish-docker.yml: updated latest ubuntu to 24.04 (#6363)
firewave
authored
cf0dc86
View commit details
Copy full SHA for cf0dc86
View code at this point
Browse repository at this point
Commits on Apr 15, 2024
iwyu.yml: use Qt 6.7.0 for `include-what-you-use` (#6218)
Show description for 82fcffa
firewave
authored
82fcffa
View commit details
Copy full SHA for 82fcffa
View code at this point
Browse repository at this point
iwyu.yml: use Qt6 for `include-what-you-use` (#6292)
Show description for 7e60624
firewave
authored
7e60624
View commit details
Copy full SHA for 7e60624
View code at this point
Browse repository at this point
updated Qt in CI to 6.7.0 (#6290)
firewave
authored
040b782
View commit details
Copy full SHA for 040b782
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.