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
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 }}
firewave
/
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
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Security and quality
Insights
Commits
Branch selector
safe_ptr
User selector
All users
Datepicker
All time
Commit history
Commits on May 6, 2025
added `constness_ptr` as pointer wrapper to ensure actual method constness [skip ci]
firewave
committed
b943650
View commit details
Copy full SHA for b943650
Browse repository at this point
.uncrustify.cfg: removed all options set to default values (#7441)
Show description for cb6083f
firewave
authored
cb6083f
View commit details
Copy full SHA for cb6083f
Browse repository at this point
Commits on May 5, 2025
Add definitions for Q_DECL_DEPRECATED and Q_DECL_DEPRECATED_X (#7510)
Show description for 581f101
winterz
authored
581f101
View commit details
Copy full SHA for 581f101
Browse repository at this point
fixed some `Variable copied when it could be moved` Coverity warnings (#7505)
firewave
authored
fcc0493
View commit details
Copy full SHA for fcc0493
Browse repository at this point
converted `CppCheck::mCurrentConfig` to a local variable (#7501)
firewave
authored
c79862b
View commit details
Copy full SHA for c79862b
Browse repository at this point
CppCheck: made some methods private / moved `analyseClangTidy()` calls into `CppCheck` (#7504)
firewave
authored
b78787f
View commit details
Copy full SHA for b78787f
Browse repository at this point
Commits on May 2, 2025
testrunner: added more IDs and columns to expected output (#7489)
firewave
authored
88ef81e
View commit details
Copy full SHA for 88ef81e
Browse repository at this point
test/cli/other_test.py: improved tests for `-i` (#7487)
firewave
authored
9fd2a71
View commit details
Copy full SHA for 9fd2a71
Browse repository at this point
Commits on May 1, 2025
avoid `-Wuseless-cast` GCC warnings with TinyXML-2 (#7499)
Show description for 0258e15
firewave
authored
0258e15
View commit details
Copy full SHA for 0258e15
Browse repository at this point
Tokenizer: provide `TokenList` in constructor (#7468)
firewave
authored
d8d4ea3
View commit details
Copy full SHA for d8d4ea3
Browse repository at this point
test/cli/helloworld_test.py: use temporary folders for generated files (#7497)
firewave
authored
ba950a0
View commit details
Copy full SHA for ba950a0
Browse repository at this point
refs #13821 - unconditionally print CMake info about Boost (#7498)
firewave
authored
a8e25a1
View commit details
Copy full SHA for a8e25a1
Browse repository at this point
Commits on Apr 30, 2025
fixed #13821 - use Boost unconditionally if it is available (#7494)
firewave
authored
ea37d73
View commit details
Copy full SHA for ea37d73
Browse repository at this point
Commits on Apr 29, 2025
fixed #13157 - avoid legacy warning about Boost lookup in CMake (#7491)
firewave
authored
d0ce649
View commit details
Copy full SHA for d0ce649
Browse repository at this point
Fix #13727 FP knownEmptyContainer with call to insert() template (#7490)
chrchr-github
authored
63af1a1
View commit details
Copy full SHA for 63af1a1
Browse repository at this point
Commits on Apr 26, 2025
Fix #13801 FP constParameterPointer due to bad library configuration (#7488)
Show description for 3783374
chrchr-github
and
web-flow
authored
3783374
View commit details
Copy full SHA for 3783374
Browse repository at this point
Fix #13803 FP throwInNoexceptFunction when taking address of function (#7486)
Show description for f347483
chrchr-github
and
web-flow
authored
f347483
View commit details
Copy full SHA for f347483
Browse repository at this point
Commits on Apr 24, 2025
AUTHORS: add Pieter Duchi [skip ci] (#7484)
chrchr-github
authored
4314496
View commit details
Copy full SHA for 4314496
Browse repository at this point
iwyu.yml: only generate macOS mappings on `macos-*` [skip ci] (#7483)
firewave
authored
bd6311a
View commit details
Copy full SHA for bd6311a
Browse repository at this point
iwyu.yml: generate and use macOS mapping file [skip ci] (#7465)
firewave
authored
5e36b04
View commit details
Copy full SHA for 5e36b04
Browse repository at this point
testrunner: some `Settings` usage cleanups (#7477)
firewave
authored
9e547a3
View commit details
Copy full SHA for 9e547a3
Browse repository at this point
#13794 FN constStatement for missing function calls (#7482)
Show description for 73de813
chrchr-github
and
web-flow
authored
73de813
View commit details
Copy full SHA for 73de813
Browse repository at this point
readme.md: minor update to packages section [skip ci] (#7481)
firewave
authored
514a8ea
View commit details
Copy full SHA for 514a8ea
Browse repository at this point
Commits on Apr 23, 2025
TokenList: made `TokensFrontBack` instance a shared pointer (#7470)
firewave
authored
e4fbae2
View commit details
Copy full SHA for e4fbae2
Browse repository at this point
Fix #13787 Variable declaration with extra parentheses (#7475)
Show description for 3b93a89
chrchr-github
and
web-flow
authored
3b93a89
View commit details
Copy full SHA for 3b93a89
Browse repository at this point
cfg/gtk.cfg - extend and improve gtk.cfg (#7474)
Show description for bbdb2b1
pduchi
authored
bbdb2b1
View commit details
Copy full SHA for bbdb2b1
Browse repository at this point
Fix #13790 FN unusedPrivateFunction with default constructor (regression) (#7478)
chrchr-github
authored
0753a28
View commit details
Copy full SHA for 0753a28
Browse repository at this point
added temporary workaround for `jurplel/install-qt-action` on Windows (#7479)
firewave
authored
c081126
View commit details
Copy full SHA for c081126
Browse repository at this point
refs #13789 - `--project-configuration` had no effect with wrapped Visual Studio project (#7476)
firewave
authored
23b0c9a
View commit details
Copy full SHA for 23b0c9a
Browse repository at this point
Commits on Apr 18, 2025
iwyu.yml: fixed `jurplel/install-qt-action` on Fedora 42 [skip ci] (#7473)
firewave
authored
6a71e3b
View commit details
Copy full SHA for 6a71e3b
Browse repository at this point
Fix #13787 nullptr dereference in autoVariables() (#7471)
Show description for f537feb
chrchr-github
and
web-flow
authored
f537feb
View commit details
Copy full SHA for f537feb
Browse repository at this point
Commits on Apr 16, 2025
Fix #12910 FP containerOutOfBounds with overloaded template function (#7453)
chrchr-github
authored
f837929
View commit details
Copy full SHA for f837929
Browse repository at this point
Commits on Apr 15, 2025
testrunner: some `SimpleTokenizer` refactoring (#7467)
firewave
authored
20681a3
View commit details
Copy full SHA for 20681a3
Browse repository at this point
Commits on Apr 14, 2025
do not install Python via `jurplel/install-qt-action` in CI (#7466)
Show description for 3b293b4
firewave
authored
3b293b4
View commit details
Copy full SHA for 3b293b4
Browse repository at this point
moved `TokenList` reference out of `TokenFrontBack` / some cleanups (#7454)
firewave
authored
1cd7299
View commit details
Copy full SHA for 1cd7299
Browse repository at this point
Previous
Next
You can’t perform that action at this time.