René's URL Explorer Experiment


Title: cppcheck options: add --output-file-type option by RobertWak · Pull Request #3365 · cppcheck-opensource/cppcheck · GitHub

Open Graph Title: cppcheck options: add --output-file-type option by RobertWak · Pull Request #3365 · cppcheck-opensource/cppcheck

X Title: cppcheck options: add --output-file-type option by RobertWak · Pull Request #3365 · cppcheck-opensource/cppcheck

Description: When used with tools such as cmake, cppcheck doesn't provide an convenient way to output into files. I've added two values for new --output-file-type option: uniq: this will create a output file name based on the --output-file and the current file(s) that are analyzed append: this will open the --output-file file in append mode and add the content to it example: Not using the new option: $ cppcheck --enable=all --xml --xml-version=2 --output-file=output_files/cppcheck.xml cli/cmdlineparser.cpp $ ls -la output_files/ total 12 drwxrwxr-x 2 user user 4096 Jul 22 14:47 . drwxrwxr-x 26 user user 4096 Jul 22 14:36 .. -rw-rw-r-- 1 user user 1283 Jul 22 14:47 cppcheck.xml Using the option with value "uniq" for one file: $ cppcheck --enable=all --xml --xml-version=2 --output-file=output_files/cppcheck.xml --output-file-type=uniq cli/cmdlineparser.cpp $ ls -la output_files/ total 12 drwxrwxr-x 2 user user 4096 Jul 22 14:48 . drwxrwxr-x 26 user user 4096 Jul 22 14:36 .. -rw-rw-r-- 1 user user 1283 Jul 22 14:48 cppcheck_cmdlineparser_cpp.xml Using the option with value "uniq" for one file without extension: $ cppcheck --enable=all --xml --xml-version=2 --output-file=output_files/cppcheck --output-file-type=uniq cli/cmdlineparser.cpp $ ls -la output_files/ total 12 drwxrwxr-x 2 user user 4096 Jul 22 14:48 . drwxrwxr-x 26 user user 4096 Jul 22 14:36 .. -rw-rw-r-- 1 user user 1283 Jul 22 14:48 cppcheck_cmdlineparser_cpp Using the option with value "uniq" for two files: $ cppcheck --enable=all --xml --xml-version=2 --output-file=output_files/cppcheck.xml --output-file-type=uniq cli/cmdlineparser.cpp cli/cppcheckexecutor.cpp $ ls -la output_files/ total 16 drwxrwxr-x 2 user user 4096 Jul 22 14:49 . drwxrwxr-x 26 user user 4096 Jul 22 14:36 .. -rw-rw-r-- 1 user user 4308 Jul 22 14:49 cppcheck_cmdlineparser_cpp_cppcheckexecutor_cpp.xml Using the option with value "append" for one file on a empty/non-existing file: $ cppcheck --enable=all --xml --xml-version=2 --output-file=output_files/cppcheck.xml --output-file-type=append cli/cmdlineparser.cpp $ ls -la output_files/ total 12 drwxrwxr-x 2 user user 4096 Jul 22 14:51 . drwxrwxr-x 26 user user 4096 Jul 22 14:36 .. -rw-rw-r-- 1 user user 1283 Jul 22 14:51 cppcheck.xml Using the option with value "append" for two files on a empty/non-existing file: $ cppcheck --enable=all --xml --xml-version=2 --output-file=output_files/cppcheck.xml --output-file-type=append cli/cmdlineparser.cpp cli/cppcheckexecutor.cpp $ ls -la output_files/ total 16 drwxrwxr-x 2 user user 4096 Jul 22 14:53 . drwxrwxr-x 26 user user 4096 Jul 22 14:36 .. -rw-rw-r-- 1 user user 4308 Jul 22 14:53 cppcheck.xml Using the option with value twise "append" for one file on a empty/non-existing file: $ cppcheck --enable=all --xml --xml-version=2 --output-file=output_files/cppcheck.xml --output-file-type=append cli/cmdlineparser.cpp $ cppcheck --enable=all --xml --xml-version=2 --output-file=output_files/cppcheck.xml --output-file-type=append cli/cppcheckexecutor.cpp $ ls -la output_files/ total 16 drwxrwxr-x 2 user user 4096 Jul 22 14:54 . drwxrwxr-x 26 user user 4096 Jul 22 14:36 .. -rw-rw-r-- 1 user user 5613 Jul 22 14:55 cppcheck.xml /!\ the file is a pure concatenation of the files created without the "append" value which means that it's no more a valid XML file as it will have twice the "" entry $ cat output_files/cppcheck.xml [...] [...] Signed-off-by: Robert Wakim robert.wakim@arm.com

Open Graph Description: When used with tools such as cmake, cppcheck doesn't provide an convenient way to output into files. I've added two values for new --output-file-type option: uniq: this will create a...

X Description: When used with tools such as cmake, cppcheck doesn't provide an convenient way to output into files. I've added two values for new --output-file-type option: uniq: this will ...

Opengraph URL: https://github.com/cppcheck-opensource/cppcheck/pull/3365

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:9406dfc3-4946-907c-dec0-977b17e2e47b
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id8038:3ADF04:571B89:78CAA5:6A50719A
html-safe-noncebd382abf615a0a5fccb8ea6b270f31c5e80fbc96c02d3e91c78b3044a73f68c6
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4MDM4OjNBREYwNDo1NzFCODk6NzhDQUE1OjZBNTA3MTlBIiwidmlzaXRvcl9pZCI6Ijc4ODQ0NDY2NDU4ODE5NTg4MTAiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac249ef06575eaf35c3cc4283607f414f64426b6f21bdee7f83557235fe2f6f012
hovercard-subject-tagpull_request:699339265
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/cppcheck-opensource/cppcheck/pull/3365/files
twitter:imagehttps://avatars.githubusercontent.com/u/77058042?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/77058042?s=400&v=4
og:image:altWhen used with tools such as cmake, cppcheck doesn't provide an convenient way to output into files. I've added two values for new --output-file-type option: uniq: this will create a...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noned6dc8294eb500fa36bbc57472d61fe87c522f9c3c1d64f70f4926f66a66a7efb
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/cppcheck-opensource/cppcheck git https://github.com/cppcheck-opensource/cppcheck.git
octolytics-dimension-user_id278097703
octolytics-dimension-user_logincppcheck-opensource
octolytics-dimension-repository_id143131
octolytics-dimension-repository_nwocppcheck-opensource/cppcheck
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id143131
octolytics-dimension-repository_network_root_nwocppcheck-opensource/cppcheck
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release7ac0ad2f2c7e4b9056617355fd9e33e22b0c8df9
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/cppcheck-opensource/cppcheck/pull/3365/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fcppcheck-opensource%2Fcppcheck%2Fpull%2F3365%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fcppcheck-opensource%2Fcppcheck%2Fpull%2F3365%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=cppcheck-opensource%2Fcppcheck
Reloadhttps://github.com/cppcheck-opensource/cppcheck/pull/3365/files
Reloadhttps://github.com/cppcheck-opensource/cppcheck/pull/3365/files
Reloadhttps://github.com/cppcheck-opensource/cppcheck/pull/3365/files
Please reload this pagehttps://github.com/cppcheck-opensource/cppcheck/pull/3365/files
cppcheck-opensource https://github.com/cppcheck-opensource
cppcheckhttps://github.com/cppcheck-opensource/cppcheck
Notifications https://github.com/login?return_to=%2Fcppcheck-opensource%2Fcppcheck
Fork 1.6k https://github.com/login?return_to=%2Fcppcheck-opensource%2Fcppcheck
Star 6.7k https://github.com/login?return_to=%2Fcppcheck-opensource%2Fcppcheck
Code https://github.com/cppcheck-opensource/cppcheck
Pull requests 203 https://github.com/cppcheck-opensource/cppcheck/pulls
Actions https://github.com/cppcheck-opensource/cppcheck/actions
Security and quality 0 https://github.com/cppcheck-opensource/cppcheck/security
Insights https://github.com/cppcheck-opensource/cppcheck/pulse
Code https://github.com/cppcheck-opensource/cppcheck
Pull requests https://github.com/cppcheck-opensource/cppcheck/pulls
Actions https://github.com/cppcheck-opensource/cppcheck/actions
Security and quality https://github.com/cppcheck-opensource/cppcheck/security
Insights https://github.com/cppcheck-opensource/cppcheck/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fcppcheck-opensource%2Fcppcheck%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fcppcheck-opensource%2Fcppcheck%2Fissues%2Fnew%2Fchoose
RobertWakhttps://github.com/RobertWak
cppcheck-opensource:mainhttps://github.com/cppcheck-opensource/cppcheck/tree/main
RobertWak:output_file_optionhttps://github.com/RobertWak/cppcheck/tree/output_file_option
Conversation 19 https://github.com/cppcheck-opensource/cppcheck/pull/3365
Commits 8 https://github.com/cppcheck-opensource/cppcheck/pull/3365/commits
Checks 0 https://github.com/cppcheck-opensource/cppcheck/pull/3365/checks
Files changed https://github.com/cppcheck-opensource/cppcheck/pull/3365/files
Please reload this pagehttps://github.com/cppcheck-opensource/cppcheck/pull/3365/files
cppcheck options: add --output-file-type option https://github.com/cppcheck-opensource/cppcheck/pull/3365/files#top
Show all changes 8 commits https://github.com/cppcheck-opensource/cppcheck/pull/3365/files
cdd32c7 cppcheck options: add --output-file-type option Jul 22, 2021 https://github.com/cppcheck-opensource/cppcheck/pull/3365/commits/cdd32c7f9b0f53a6a9e24e69ca4a01c7c13094ac
099fbe8 cppcheck options: add --output-file-type option Jul 22, 2021 https://github.com/cppcheck-opensource/cppcheck/pull/3365/commits/099fbe8be4ed0c3658555cfacd35acc6279d0112
5145db5 Merge branch 'main' of github.com:RobertWak/cppcheck into main Jul 22, 2021 https://github.com/cppcheck-opensource/cppcheck/pull/3365/commits/5145db519c97ad0d905b8f103476c363d87164c3
12549b9 Merge branch 'main' of github.com:RobertWak/cppcheck into main Jul 22, 2021 https://github.com/cppcheck-opensource/cppcheck/pull/3365/commits/12549b9ca0dac6ac8af2c50b37f0c13b82bb2d4d
3adba74 Merge branch 'main' of github.com:RobertWak/cppcheck into main Jul 22, 2021 https://github.com/cppcheck-opensource/cppcheck/pull/3365/commits/3adba74bf55aea9e748f9237d7d3c2d1b0990249
2c14929 cppcheck options: add --output-file-type option Jul 29, 2021 https://github.com/cppcheck-opensource/cppcheck/pull/3365/commits/2c14929bee322f93b6de3b71f3ee0d2a72ff726e
bfe6e41 Merge branch 'output_file_option' into main Jul 29, 2021 https://github.com/cppcheck-opensource/cppcheck/pull/3365/commits/bfe6e4111f9346a3fa8ae9011c87174e2bc7a8f7
1658683 cppcheck options: add --output-file-type option Jul 29, 2021 https://github.com/cppcheck-opensource/cppcheck/pull/3365/commits/165868308970ede80ae3015d718e7d7a4cd81797
Clear filters https://github.com/cppcheck-opensource/cppcheck/pull/3365/files
Please reload this pagehttps://github.com/cppcheck-opensource/cppcheck/pull/3365/files
Please reload this pagehttps://github.com/cppcheck-opensource/cppcheck/pull/3365/files
cmdlineparser.cpp https://github.com/cppcheck-opensource/cppcheck/pull/3365/files#diff-52ae9cc3136ebba4f9e1106f8b87f002e9e620f0466da105d96ae5a6d0d86414
cppcheckexecutor.cpp https://github.com/cppcheck-opensource/cppcheck/pull/3365/files#diff-f4d43c3baf8c85745069cdf61a4022d74c2ef7775edf71106faf22f718644fed
settings.h https://github.com/cppcheck-opensource/cppcheck/pull/3365/files#diff-34a60752241a92f038497865f201a447fd59934d2d81459d74dcf8667a35cc87
cli/cmdlineparser.cpphttps://github.com/cppcheck-opensource/cppcheck/pull/3365/files#diff-52ae9cc3136ebba4f9e1106f8b87f002e9e620f0466da105d96ae5a6d0d86414
View file https://github.com/RobertWak/cppcheck/blob/165868308970ede80ae3015d718e7d7a4cd81797/cli/cmdlineparser.cpp
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/cppcheck-opensource/cppcheck/pull/3365/{{ revealButtonHref }}
https://github.com/cppcheck-opensource/cppcheck/pull/3365/files#diff-52ae9cc3136ebba4f9e1106f8b87f002e9e620f0466da105d96ae5a6d0d86414
https://github.com/cppcheck-opensource/cppcheck/pull/3365/files#diff-52ae9cc3136ebba4f9e1106f8b87f002e9e620f0466da105d96ae5a6d0d86414
https://github.com/cppcheck-opensource/cppcheck/pull/3365/files#diff-52ae9cc3136ebba4f9e1106f8b87f002e9e620f0466da105d96ae5a6d0d86414
https://github.com/cppcheck-opensource/cppcheck/pull/3365/files#diff-52ae9cc3136ebba4f9e1106f8b87f002e9e620f0466da105d96ae5a6d0d86414
cli/cppcheckexecutor.cpphttps://github.com/cppcheck-opensource/cppcheck/pull/3365/files#diff-f4d43c3baf8c85745069cdf61a4022d74c2ef7775edf71106faf22f718644fed
View file https://github.com/RobertWak/cppcheck/blob/165868308970ede80ae3015d718e7d7a4cd81797/cli/cppcheckexecutor.cpp
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/cppcheck-opensource/cppcheck/pull/3365/{{ revealButtonHref }}
https://github.com/cppcheck-opensource/cppcheck/pull/3365/files#diff-f4d43c3baf8c85745069cdf61a4022d74c2ef7775edf71106faf22f718644fed
https://github.com/cppcheck-opensource/cppcheck/pull/3365/files#diff-f4d43c3baf8c85745069cdf61a4022d74c2ef7775edf71106faf22f718644fed
https://github.com/cppcheck-opensource/cppcheck/pull/3365/files#diff-f4d43c3baf8c85745069cdf61a4022d74c2ef7775edf71106faf22f718644fed
lib/settings.hhttps://github.com/cppcheck-opensource/cppcheck/pull/3365/files#diff-34a60752241a92f038497865f201a447fd59934d2d81459d74dcf8667a35cc87
View file https://github.com/RobertWak/cppcheck/blob/165868308970ede80ae3015d718e7d7a4cd81797/lib/settings.h
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/cppcheck-opensource/cppcheck/pull/3365/{{ revealButtonHref }}
https://github.com/cppcheck-opensource/cppcheck/pull/3365/files#diff-34a60752241a92f038497865f201a447fd59934d2d81459d74dcf8667a35cc87
https://github.com/cppcheck-opensource/cppcheck/pull/3365/files#diff-34a60752241a92f038497865f201a447fd59934d2d81459d74dcf8667a35cc87
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.