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
Type
/
to 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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
cppcheck-opensource
/
cppcheck
Public
Notifications
You must be signed in to change notification settings
Fork
1.6k
Star
6.7k
Code
Pull requests
196
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
pass a char buffer to simplecpp instead of a stream
- #6379
#6379
Merged
firewave
merged 12 commits into
cppcheck-opensource:main
cppcheck-opensource/cppcheck:main
from
firewave:charbuf
firewave/cppcheck:charbuf
Copy head branch name to clipboard
Sep 23, 2025
Conversation
Commits
12
(12)
Checks
Files changed
Merged
pass a char buffer to simplecpp instead of a stream
#6379
firewave
merged 12 commits into
cppcheck-opensource:main
cppcheck-opensource/cppcheck:main
from
firewave:charbuf
firewave/cppcheck:charbuf
Copy head branch name to clipboard
Commits
Commits on Sep 13, 2025
make it possible to pass char buffer to simplecpp
firewave
committed
7870b35
View commit details
Copy full SHA for 7870b35
Browse repository at this point
pass a char buffer to simplecpp instead of a stream
firewave
committed
630e51d
View commit details
Copy full SHA for 630e51d
Browse repository at this point
cppcheck.cpp: mitigated `unusedFunction` selfcheck warnings
firewave
committed
7eba3a2
View commit details
Copy full SHA for 7eba3a2
Browse repository at this point
removed unnecessary usage of `std::istringstream`
firewave
committed
baf9fd7
View commit details
Copy full SHA for baf9fd7
Browse repository at this point
removed unused stream-related functions
firewave
committed
d4845f7
View commit details
Copy full SHA for d4845f7
Browse repository at this point
testrunner: removed more `std::istringstream` usage
firewave
committed
c6902d0
View commit details
Copy full SHA for c6902d0
Browse repository at this point
removed remaining stream usage from checking
firewave
committed
da90a76
View commit details
Copy full SHA for da90a76
Browse repository at this point
made some function names more descriptive
firewave
committed
7ce5e45
View commit details
Copy full SHA for 7ce5e45
Browse repository at this point
democlient/democlient.cpp: fixed size of input
firewave
committed
6e60bfc
View commit details
Copy full SHA for 6e60bfc
Browse repository at this point
cleaned up passing of buffers
firewave
committed
4b7d813
View commit details
Copy full SHA for 4b7d813
Browse repository at this point
mitigated `unusedFunction` selfcheck warnings
firewave
committed
f370d81
View commit details
Copy full SHA for f370d81
Browse repository at this point
CppCheck: small cleanup
firewave
committed
b516b96
View commit details
Copy full SHA for b516b96
Browse repository at this point
You can’t perform that action at this time.