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 }}
nirbar
/
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 May 24, 2016
- Add command line flag: --cache=path/to/cache.xml
Show description for 93cf239
nirbar
committed
93cf239
View commit details
Copy full SHA for 93cf239
View code at this point
Browse repository at this point
Add feature: Cache check results for subsequent checks:
Show description for d30dfaa
nirbar
committed
d30dfaa
View commit details
Copy full SHA for d30dfaa
View code at this point
Browse repository at this point
Commits on May 20, 2016
#7425 Broken XML output due to information about missing include paths. Use stdout for warning message (in alignment with other warnings messages). Minor refactoring (move some function from anon. …
Show description for 80f445b
amai2012
committed
80f445b
View commit details
Copy full SHA for 80f445b
View code at this point
Browse repository at this point
Commits on May 8, 2016
fix build on OpenBSD
Gleydson Soares
committed
99a03b4
View commit details
Copy full SHA for 99a03b4
View code at this point
Browse repository at this point
Commits on Jan 9, 2016
Fixed #7271 (Suppress warning about non-existing path given to -I with --quiet.)
danmar
committed
e038dd9
View commit details
Copy full SHA for e038dd9
View code at this point
Browse repository at this point
Commits on Jan 3, 2016
Settings: Remove '_' prefix for public member variables
danmar
committed
79e663d
View commit details
Copy full SHA for 79e663d
View code at this point
Browse repository at this point
Commits on Jan 1, 2016
Update copyright year to 2007-2016.
lanurmi
committed
996c924
View commit details
Copy full SHA for 996c924
View code at this point
Browse repository at this point
Commits on Nov 30, 2015
Small refactoring: replace NULL by nullptr, remove redundant static keyword, Tokenizer::setVarId() uses const variable 'notstart'
amai2012
committed
f762aff
View commit details
Copy full SHA for f762aff
View code at this point
Browse repository at this point
Commits on Nov 29, 2015
Small refactorizations:
Show description for e8522c7
PKEuS
committed
e8522c7
View commit details
Copy full SHA for e8522c7
View code at this point
Browse repository at this point
Commits on Nov 28, 2015
Fixed GCC warnings. unused variable, shadow variable.
danmar
committed
8bb8290
View commit details
Copy full SHA for 8bb8290
View code at this point
Browse repository at this point
Fixed compiler error introduced in previous commit and several MSVC warnings
PKEuS
committed
93c02ce
View commit details
Copy full SHA for 93c02ce
View code at this point
Browse repository at this point
Commits on Nov 25, 2015
Fix small glitch in previous commit - causing a compile error on Windows
amai2012
committed
fe7d5cd
View commit details
Copy full SHA for fe7d5cd
View code at this point
Browse repository at this point
Small refactoring of stacktrace printing code
amai2012
committed
03ecb98
View commit details
Copy full SHA for 03ecb98
View code at this point
Browse repository at this point
Commits on Nov 21, 2015
Improve exception handling on un*x: try to print a callstack in out-of-memory situations as well
amai2012
committed
9757f5b
View commit details
Copy full SHA for 9757f5b
View code at this point
Browse repository at this point
Commits on Nov 18, 2015
Changed Copyrights. Removed my name.
danmar
committed
0f9d90d
View commit details
Copy full SHA for 0f9d90d
View code at this point
Browse repository at this point
Commits on Nov 15, 2015
Repair build with VS2010
amai2012
committed
b788d96
View commit details
Copy full SHA for b788d96
View code at this point
Browse repository at this point
Commits on Nov 14, 2015
--exception-handling now prints callstack on SIGINT, allows to debug program hangs. Also add handler for some more signals.
amai2012
committed
bda9c8c
View commit details
Copy full SHA for bda9c8c
View code at this point
Browse repository at this point
Commits on Sep 29, 2015
Fix possible segmentation fault in un*x signal handler. Use SIGUSR1 for debugging purposes
amai2012
committed
ba2671e
View commit details
Copy full SHA for ba2671e
View code at this point
Browse repository at this point
Commits on Jul 25, 2015
Fixed behaviour of --quiet/-q and its description
PKEuS
committed
92b867d
View commit details
Copy full SHA for 92b867d
View code at this point
Browse repository at this point
Commits on Jul 23, 2015
Resolve CID 1312126 and maybe also CID 1288510
Dmitry-Me
committed
05a318f
View commit details
Copy full SHA for 05a318f
View code at this point
Browse repository at this point
Refactorized file listing code (CLI):
Show description for ce9272a
PKEuS
committed
ce9272a
View commit details
Copy full SHA for ce9272a
View code at this point
Browse repository at this point
Commits on Jul 19, 2015
Try to address some Coverity issues. Add TODO testcase for #5783. Introduce TODO_ASSERT macro.
amai2012
committed
8b97f04
View commit details
Copy full SHA for 8b97f04
View code at this point
Browse repository at this point
Commits on Jun 28, 2015
Astyle formatting, no functional changes.
orbitcowboy
committed
7ff4d10
View commit details
Copy full SHA for 7ff4d10
View code at this point
Browse repository at this point
Fix some compiler warnings with VS
Show description for 5814c3b
amai2012
committed
5814c3b
View commit details
Copy full SHA for 5814c3b
View code at this point
Browse repository at this point
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
Previous
Next
You can’t perform that action at this time.