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 }}
austingod
/
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
workflows
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 10, 2023
misra: Fix crash in misra_9x when there is unknown constant used as array size (#5229)
danmar
authored
2cd1f0f
View commit details
Copy full SHA for 2cd1f0f
View code at this point
Browse repository at this point
Commits on Jun 26, 2023
Fix #11791 Build regression with GCC 13 (#5193)
Show description for f4030c4
chrchr-github
authored
f4030c4
View commit details
Copy full SHA for f4030c4
View code at this point
Browse repository at this point
Commits on Jun 25, 2023
Fix #11793 (False positive: Misra addon crash for struct initialization when struct has a function pointer array) (#5190)
danmar
authored
91dedf0
View commit details
Copy full SHA for 91dedf0
View code at this point
Browse repository at this point
Commits on Jun 19, 2023
CI: python 2.7 tests needs to run in a container (#5174)
Show description for 4f3cc16
danmar
authored
4f3cc16
View commit details
Copy full SHA for 4f3cc16
View code at this point
Browse repository at this point
Commits on Jun 8, 2023
The threadsafety.py addon now flags MT-Unsafe symbols and functions. (#5086)
andrew-aitchison
authored
0727528
View commit details
Copy full SHA for 0727528
View code at this point
Browse repository at this point
Commits on May 27, 2023
Fixed #11734 (stylistic warnings from addons are not filtered when style is not enabled) (#5091)
danmar
authored
6b9fac4
View commit details
Copy full SHA for 6b9fac4
View code at this point
Browse repository at this point
Commits on May 26, 2023
Use path to executable when trying to load library (#5082)
Show description for fb850a8
chrchr-github
authored
fb850a8
View commit details
Copy full SHA for fb850a8
View code at this point
Browse repository at this point
Commits on May 4, 2023
moved more code into `HAVE_RULES` (#4956)
Show description for e6ae312
firewave
authored
e6ae312
View commit details
Copy full SHA for e6ae312
View code at this point
Browse repository at this point
Commits on May 3, 2023
SingleExecutor: process markup files after code when scanning projects (#4972)
Show description for b5ce2c7
firewave
authored
b5ce2c7
View commit details
Copy full SHA for b5ce2c7
View code at this point
Browse repository at this point
Commits on Apr 21, 2023
CI-unixish.yml: added step to compile democlient (#4997)
Show description for 89b47e7
firewave
authored
89b47e7
View commit details
Copy full SHA for 89b47e7
View code at this point
Browse repository at this point
CI-unixish-docker.yml: updated to ubuntu 23.04 (#4992)
firewave
authored
2364ff9
View commit details
Copy full SHA for 2364ff9
View code at this point
Browse repository at this point
Commits on Apr 13, 2023
CI-windows.yml: updated to Qt 6.5.0 (#4944)
firewave
authored
89c33b4
View commit details
Copy full SHA for 89c33b4
View code at this point
Browse repository at this point
Commits on Apr 9, 2023
Add a --check-level option (#4942)
danmar
authored
7726a5b
View commit details
Copy full SHA for 7726a5b
View code at this point
Browse repository at this point
Commits on Apr 8, 2023
CI-unixish-docker.yml: disabled precompiled headers when using `ccache` with CMake (#4943)
firewave
authored
b04812b
View commit details
Copy full SHA for b04812b
View code at this point
Browse repository at this point
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 1, 2023
use `ccache` for sanitizer builds / do not use precompiled headers with `ccache` (#4910)
Show description for 5ec0ad6
firewave
authored
5ec0ad6
View commit details
Copy full SHA for 5ec0ad6
View code at this point
Browse repository at this point
Commits on Mar 13, 2023
some minor `QtCharts` usage cleanups (#4890)
firewave
authored
0b8af4f
View commit details
Copy full SHA for 0b8af4f
View code at this point
Browse repository at this point
Commits on Mar 4, 2023
Fix #10039 (integrate `--check-config` include findings with normal analysis) / also fixes #11283 (#3229)
firewave
authored
7fd4118
View commit details
Copy full SHA for 7fd4118
View code at this point
Browse repository at this point
iwyu.yml: added `clang-include-cleaner` job / cleaned up includes based on `include-what-you-use` (#4844)
firewave
authored
50eb064
View commit details
Copy full SHA for 50eb064
View code at this point
Browse repository at this point
Commits on Mar 2, 2023
cleaned up includes based on `include-what-you-use` (#4599)
firewave
authored
bd1ae69
View commit details
Copy full SHA for bd1ae69
View code at this point
Browse repository at this point
CI-windows.yml: removed Qt 6.3 from build matrix (#4829)
firewave
authored
7c73ecf
View commit details
Copy full SHA for 7c73ecf
View code at this point
Browse repository at this point
CI-unixish.yml: fixed and enabled all `build` steps for macos (#4832)
firewave
authored
514e605
View commit details
Copy full SHA for 514e605
View code at this point
Browse repository at this point
Commits on Feb 25, 2023
removed unnecessary OSS-Fuzz related builds from CI (#4827)
firewave
authored
36192c5
View commit details
Copy full SHA for 36192c5
View code at this point
Browse repository at this point
Commits on Feb 15, 2023
updated CI to Clang 16 (#4641)
firewave
authored
367847c
View commit details
Copy full SHA for 367847c
View code at this point
Browse repository at this point
Commits on Feb 12, 2023
CI-windows.yml: updated to Qt 6.4.2 in CI (#4588)
firewave
authored
26bb551
View commit details
Copy full SHA for 26bb551
View code at this point
Browse repository at this point
Commits on Feb 8, 2023
added precompiled header for `cli` (#4779)
firewave
authored
a846bc2
View commit details
Copy full SHA for a846bc2
View code at this point
Browse repository at this point
updated precompiled headers based on `ClangBuildAnalyzer` (#4775)
firewave
authored
66758d6
View commit details
Copy full SHA for 66758d6
View code at this point
Browse repository at this point
Commits on Jan 27, 2023
added handling of library element `entrypoint` to GUI / added GUI tests to CTest (#4744)
firewave
authored
b097eca
View commit details
Copy full SHA for b097eca
View code at this point
Browse repository at this point
Commits on Jan 26, 2023
added CMake option `BUILD_CORE_DLL` to build lib as `cppcheck-core.dll` with Visual Studio (#4733)
firewave
authored
a0b1285
View commit details
Copy full SHA for a0b1285
View code at this point
Browse repository at this point
Commits on Jan 18, 2023
updated workflows to `jurplel/install-qt-action@v3` (#4708)
Show description for 689dfd2
firewave
authored
689dfd2
View commit details
Copy full SHA for 689dfd2
View code at this point
Browse repository at this point
valgrind.yml: actually fail the workflow when an error is detected (#4716)
firewave
authored
7876e10
View commit details
Copy full SHA for 7876e10
View code at this point
Browse repository at this point
Commits on Jan 7, 2023
valgrind.yml: use `debuginfod-find` instead of manually installing packages (#4685)
firewave
authored
aab3d30
View commit details
Copy full SHA for aab3d30
View code at this point
Browse repository at this point
Commits on Jan 2, 2023
release-windows: compile misra executable
danmar
committed
41b5f45
View commit details
Copy full SHA for 41b5f45
View code at this point
Browse repository at this point
Commits on Dec 7, 2022
improved `MathLib::to{ULong|Long|Double}Number()` and increased test coverage / added CMake option `USE_LIBCXX` / fixed #10695 (#4611)
firewave
authored
8bb5ac0
View commit details
Copy full SHA for 8bb5ac0
View code at this point
Browse repository at this point
Commits on Nov 25, 2022
CI-cygwin.yml: removed `x86` since it is no longer supported (#4598)
firewave
authored
926bab9
View commit details
Copy full SHA for 926bab9
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.