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 }}
bartwe
/
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
cmdlineparser.cpp
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 14, 2012
Fixed #4013 (Several test failures in testcmdlineparser.cpp)
danmar
committed
3e58472
View commit details
Copy full SHA for 3e58472
View code at this point
Browse repository at this point
Commits on Sep 11, 2012
Changed some function prototypes according to cppcheck messages about functions that can be static.
PKEuS
committed
2db1dbe
View commit details
Copy full SHA for 2db1dbe
View code at this point
Browse repository at this point
Used enum instead of string in implementation for '--language='.
PKEuS
committed
50f9dd5
View commit details
Copy full SHA for 50f9dd5
View code at this point
Browse repository at this point
Commits on Sep 10, 2012
Added new cmdline option --language= (alias of GCC-like -x) to enforce a specific language. Valid values: c, c++, java, c#. (#3994)
PKEuS
committed
87131f6
View commit details
Copy full SHA for 87131f6
View code at this point
Browse repository at this point
Commits on Aug 27, 2012
cli: updated example with --std=posux flag
danmar
committed
6fc7f02
View commit details
Copy full SHA for 6fc7f02
View code at this point
Browse repository at this point
Commits on Aug 26, 2012
Removed --doc formating hack that removes more than three newlines and added format testing of Check::classInfo instead.
Show description for 046712a
PKEuS
committed
046712a
View commit details
Copy full SHA for 046712a
View code at this point
Browse repository at this point
Commits on Aug 25, 2012
Enable --std=c11 and --std=c++11 by default
danmar
committed
f127728
View commit details
Copy full SHA for f127728
View code at this point
Browse repository at this point
Commits on Jul 26, 2012
cli: add --inconclusive to the help screen
Daniel Marjamäki
committed
87eb2d4
View commit details
Copy full SHA for 87eb2d4
View code at this point
Browse repository at this point
Commits on Jul 5, 2012
Fixed #3617 (CLI: '-DMACRO' should be considered as '-DMACRO=1')
danmar
committed
7122aef
View commit details
Copy full SHA for 7122aef
View code at this point
Browse repository at this point
Commits on Jun 11, 2012
Fixed #3883: 80-char overflow in help text.
PKEuS
committed
367c02f
View commit details
Copy full SHA for 367c02f
View code at this point
Browse repository at this point
Commits on Apr 25, 2012
Fixed #3757 (fix command line help and manpage by replacing --max-ifdefs)
Dirk Jagdmann
authored and
Daniel Marjamäki
committed
eea92d9
View commit details
Copy full SHA for eea92d9
View code at this point
Browse repository at this point
Commits on Apr 16, 2012
Refactorized stringification of tokens:
Show description for bac8ed7
PKEuS
committed
bac8ed7
View commit details
Copy full SHA for bac8ed7
View code at this point
Browse repository at this point
Commits on Apr 15, 2012
Removed deprecated cmdline options -s, --style, -a, --all, --auto-dealloc, --test-2-pass
PKEuS
committed
a420a36
View commit details
Copy full SHA for a420a36
View code at this point
Browse repository at this point
Commits on Apr 14, 2012
Fixed/Improved description of -rp/--relative-paths
Show description for 3eede5b
PKEuS
committed
3eede5b
View commit details
Copy full SHA for 3eede5b
View code at this point
Browse repository at this point
Fixed crash when "-rp=" or "--relative-paths=" is given - print Error.
PKEuS
committed
9f054fb
View commit details
Copy full SHA for 9f054fb
View code at this point
Browse repository at this point
Commits on Apr 6, 2012
Implemented #2990: Print relative paths if -rp or --relative-paths is given
PKEuS
committed
25167b5
View commit details
Copy full SHA for 25167b5
View code at this point
Browse repository at this point
Commits on Feb 9, 2012
Fix #3578 (--std help text in cli is confusing)
Show description for ca5e974
aggro80
committed
ca5e974
View commit details
Copy full SHA for ca5e974
View code at this point
Browse repository at this point
Commits on Feb 5, 2012
Fixed #3351 (--includes-file is not working as expected)
Daniel Marjamaki
committed
29e6678
View commit details
Copy full SHA for 29e6678
View code at this point
Browse repository at this point
Commits on Feb 4, 2012
fixed handling of -i in windows
Daniel Marjamaki
committed
2ff592e
View commit details
Copy full SHA for 2ff592e
View code at this point
Browse repository at this point
Commits on Jan 21, 2012
- Correctly set Scope::function variable in symboldatabase
Show description for 96ae010
PKEuS
committed
96ae010
View commit details
Copy full SHA for 96ae010
View code at this point
Browse repository at this point
Commits on Jan 12, 2012
Fix #3510 (Improve error message for --suppressions-list)
Show description for da09adc
aggro80
committed
da09adc
View commit details
Copy full SHA for da09adc
View code at this point
Browse repository at this point
Commits on Jan 2, 2012
Revert "Fixed #3450 (CLI --report-progress is currently useless)"
Show description for 112873e
Daniel Marjamäki
committed
112873e
View commit details
Copy full SHA for 112873e
View code at this point
Browse repository at this point
Fixed #3450 (CLI --report-progress is currently useless)
Daniel Marjamäki
committed
e769fe6
View commit details
Copy full SHA for e769fe6
View code at this point
Browse repository at this point
Commits on Jan 1, 2012
Refactoring various issues in cmdlineparser, cppcheckexecutor, check64bit and tokenize.
PKEuS
authored and
aggro80
committed
f4703e0
View commit details
Copy full SHA for f4703e0
View code at this point
Browse repository at this point
Commits on Dec 31, 2011
Update year to 2012
aggro80
committed
8cae17f
View commit details
Copy full SHA for 8cae17f
View code at this point
Browse repository at this point
Commits on Dec 24, 2011
reformatting cli help text to fit better on normal terminal windows that are 80 characters wide
Daniel Marjamäki
committed
47c6663
View commit details
Copy full SHA for 47c6663
View code at this point
Browse repository at this point
Commits on Dec 10, 2011
Fix spelling error: explicitely -> explicitly
aggro80
committed
11242e4
View commit details
Copy full SHA for 11242e4
View code at this point
Browse repository at this point
--doc : don't write internal checks in the doc output
danmar
committed
c5a1b5e
View commit details
Copy full SHA for c5a1b5e
View code at this point
Browse repository at this point
Commits on Nov 30, 2011
Run astyle
Show description for 04d4e5e
makulik
committed
04d4e5e
View commit details
Copy full SHA for 04d4e5e
View code at this point
Browse repository at this point
Solution for ticket #3353 'Allow explicit undef's for configuration'
Show description for 1e8fc71
makulik
committed
1e8fc71
View commit details
Copy full SHA for 1e8fc71
View code at this point
Browse repository at this point
Commits on Nov 15, 2011
cmdlineparser: terminate with error message if --append=<filename> fails
Show description for d11f18b
stweil
committed
d11f18b
View commit details
Copy full SHA for d11f18b
View code at this point
Browse repository at this point
Commits on Nov 10, 2011
Fix #3324 (Change "--template '<text>'" into "--template='<text>'")
Show description for 1784239
aggro80
committed
1784239
View commit details
Copy full SHA for 1784239
View code at this point
Browse repository at this point
cmdlineparser: add support for --template=
Show description for 76dda36
stweil
authored and
aggro80
committed
76dda36
View commit details
Copy full SHA for 76dda36
View code at this point
Browse repository at this point
Commits on Oct 30, 2011
Small fixes for -I and --includes-file help texts
makulik
authored and
Daniel Marjamäki
committed
0b6e7d7
View commit details
Copy full SHA for 0b6e7d7
View code at this point
Browse repository at this point
Fix little alignment problems for terminals with 80 column length. Related to my previous commit.
edward-san
committed
f1de749
View commit details
Copy full SHA for f1de749
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.