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 }}
cppfellow
/
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
cli
cppcheckexecutor.cpp
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 6, 2015
Fix false positives ignoredReturnValue about some posix interfaces. Remove redundant strsignal() output from signal handler
amai2012
committed
bacc5ac
View commit details
Copy full SHA for bacc5ac
View code at this point
Browse repository at this point
Commits on Apr 1, 2015
Minor improvements on signal handler
amai2012
committed
4048c50
View commit details
Copy full SHA for 4048c50
View code at this point
Browse repository at this point
Commits on Mar 24, 2015
Resolve CID 1288510
Dmitry-Me
committed
618c038
View commit details
Copy full SHA for 618c038
View code at this point
Browse repository at this point
Commits on Mar 8, 2015
Add more interfaces to posix.cfg
amai2012
committed
39633ef
View commit details
Copy full SHA for 39633ef
View code at this point
Browse repository at this point
Commits on Mar 7, 2015
Minor fixes for signal handling: make global variables static, enhance stack vs. heap detection for recognizing stack overflows
amai2012
committed
521e6c4
View commit details
Copy full SHA for 521e6c4
View code at this point
Browse repository at this point
Use alternative stack for signal handler to allow catching stack overflow induced SIGSEGV/SIGILL
amai2012
committed
abde80f
View commit details
Copy full SHA for abde80f
View code at this point
Browse repository at this point
Commits on Feb 20, 2015
Reduce code duplication
Dmitry-Me
committed
bd3428e
View commit details
Copy full SHA for bd3428e
View code at this point
Browse repository at this point
Commits on Jan 20, 2015
Fix false negatives for local suppressions
Show description for ec21134
thomasjfox
committed
ec21134
View commit details
Copy full SHA for ec21134
View code at this point
Browse repository at this point
Commits on Jan 10, 2015
Accept unknown elements in Library files, but print a warning. This fixes backward compatibility of libraries with older cppcheck versions
PKEuS
committed
787cbcb
View commit details
Copy full SHA for 787cbcb
View code at this point
Browse repository at this point
Commits on Jan 3, 2015
Updated copyright year to 2015
danmar
committed
ff11ba9
View commit details
Copy full SHA for ff11ba9
View code at this point
Browse repository at this point
Commits on Dec 31, 2014
Fix build on PowerPC
Show description for 9438b49
thomasjfox
committed
9438b49
View commit details
Copy full SHA for 9438b49
View code at this point
Browse repository at this point
Commits on Dec 16, 2014
don't use USE_UNIX_BACKTRACE_SUPPORT on Qnx
Ni2c2k
authored and
Ni2c2k
committed
666fa04
View commit details
Copy full SHA for 666fa04
View code at this point
Browse repository at this point
Commits on Dec 2, 2014
Refactoring CheckUnusedFunctions so it uses new infrastructure for multifile analysis
danmar
committed
0b9d80c
View commit details
Copy full SHA for 0b9d80c
View code at this point
Browse repository at this point
Commits on Nov 24, 2014
Reverted refactoring 828417c for now. It caused a major slowdown in the unused functions checking.
danmar
committed
a002654
View commit details
Copy full SHA for a002654
View code at this point
Browse repository at this point
Commits on Nov 15, 2014
Restore build on Mac OSX >= 10.7 since the inclusion of ucontext.h
simartin
committed
3ca2a17
View commit details
Copy full SHA for 3ca2a17
View code at this point
Browse repository at this point
CheckUnusedFunction: Refactorings to use same infrastructure for whole program analysis as CheckUninitVar and CheckBufferOverrun
danmar
committed
828417c
View commit details
Copy full SHA for 828417c
View code at this point
Browse repository at this point
Fixed #6272 (Improve check: multifile checking in checkbufferoverrun)
danmar
committed
de7e922
View commit details
Copy full SHA for de7e922
View code at this point
Browse repository at this point
Commits on Nov 14, 2014
Improve exception handler: detect read or write on SIGSEGV (linux only), create more suitable core dump, reduce usage of fprintf()
amai2012
committed
5786be9
View commit details
Copy full SHA for 5786be9
View code at this point
Browse repository at this point
Commits on Nov 2, 2014
#6026 backtrace() not portable - linker error on NetBSD
amai2012
committed
95cd0f3
View commit details
Copy full SHA for 95cd0f3
View code at this point
Browse repository at this point
Commits on Oct 19, 2014
Fixed #6215 (Move Windows platform types into library)
IOBYTE
authored and
danmar
committed
e2f72b4
View commit details
Copy full SHA for e2f72b4
View code at this point
Browse repository at this point
Commits on Sep 2, 2014
Minor refactorings. rename token. cleanup if/else.
Dmitry-Me
authored and
danmar
committed
7342a81
View commit details
Copy full SHA for 7342a81
View code at this point
Browse repository at this point
Commits on Sep 1, 2014
Fixed reporting of unmatched suppressions for unusedFunction (#4946)
PKEuS
committed
e35329a
View commit details
Copy full SHA for e35329a
View code at this point
Browse repository at this point
Commits on Aug 31, 2014
Fix a C6328 warning.
Show description for 7294ae2
XhmikosR
committed
7294ae2
View commit details
Copy full SHA for 7294ae2
View code at this point
Browse repository at this point
Commits on Jul 8, 2014
astyle formatting
Show description for 6afe9a4
danmar
committed
6afe9a4
View commit details
Copy full SHA for 6afe9a4
View code at this point
Browse repository at this point
Commits on Jul 7, 2014
Attempt to fix 2 Coverity messages.
Show description for 9b38ae7
amai2012
committed
9b38ae7
View commit details
Copy full SHA for 9b38ae7
View code at this point
Browse repository at this point
Commits on Jun 30, 2014
ix compiler warning on Windows 64bit
amai2012
committed
6b5f34d
View commit details
Copy full SHA for 6b5f34d
View code at this point
Browse repository at this point
Commits on Jun 29, 2014
astyle formatting
Show description for cdf081d
danmar
committed
cdf081d
View commit details
Copy full SHA for cdf081d
View code at this point
Browse repository at this point
Fix cppcheck warning in previous changeset
Show description for df988df
amai2012
committed
df988df
View commit details
Copy full SHA for df988df
View code at this point
Browse repository at this point
Print callstack in SEH on Windows
amai2012
committed
e60ee4a
View commit details
Copy full SHA for e60ee4a
View code at this point
Browse repository at this point
Commits on Jun 28, 2014
Try to fix configuration of un*x signal handling and backtrace support
amai2012
committed
4d6c178
View commit details
Copy full SHA for 4d6c178
View code at this point
Browse repository at this point
Improve error message for Windows SEH adding more details if available
amai2012
committed
e124983
View commit details
Copy full SHA for e124983
View code at this point
Browse repository at this point
Commits on Jun 27, 2014
Simplify defines.
lasergnu
committed
51fdf3f
View commit details
Copy full SHA for 51fdf3f
View code at this point
Browse repository at this point
Commits on Jun 26, 2014
Many platforms don't support backtraces. Fix compile for Solaris platform.
Show description for e721052
lasergnu
committed
e721052
View commit details
Copy full SHA for e721052
View code at this point
Browse repository at this point
Commits on Jun 15, 2014
CLI: don't use unix-signals if NO_UNIX_SIGNAL_HANDLING is defined. don't use unix-signals in os/2.
danmar
committed
d4bc643
View commit details
Copy full SHA for d4bc643
View code at this point
Browse repository at this point
Commits on Jun 6, 2014
Merge pull request #331 from Dmitry-Me/DontExitInTheMiddle
Show description for d9a3761
danmar
committed
d9a3761
View commit details
Copy full SHA for d9a3761
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.