FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for cli - albert-github/cppcheck · GitHub
albert-github
/
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
on
master
User selector
Datepicker
Commit history
Commits on Jul 21, 2024
cleaned up includes based on include-what-you-use (#6627)
firewave
authored
d03d820
View commit details
Copy full SHA for d03d820
View code at this point
Browse repository at this point
Fix #12828 (cmdline: suggestion to use --checkers-report even though it is used) (#6619)
danmar
authored
68e3d3b
View commit details
Copy full SHA for 68e3d3b
View code at this point
Browse repository at this point
Commits on Jul 20, 2024
adjusted message about `unusedFunction` not being active / improved testing of checks requiring `--cppcheck-build-dir` (#6573)
firewave
authored
79f9f53
View commit details
Copy full SHA for 79f9f53
View code at this point
Browse repository at this point
Commits on Jul 16, 2024
cleaned up handling of specifying multiple libraries at once (#6593)
firewave
authored
c7bc7a8
View commit details
Copy full SHA for c7bc7a8
View code at this point
Browse repository at this point
Commits on Jul 8, 2024
cli/cmdlineparser.cpp: removed condition that is always true (#6576)
orbitcowboy
authored
73682da
View commit details
Copy full SHA for 73682da
View code at this point
Browse repository at this point
Commits on Jun 20, 2024
selfcheck.yml: also run `unusedFunction` selfcheck without CLI (currently disabled) and GUI sources (#6526)
firewave
authored
5c93df1
View commit details
Copy full SHA for 5c93df1
View code at this point
Browse repository at this point
Commits on Jun 14, 2024
enabled and fixed `performance-enum-size` clang-tidy warnings (#6221)
firewave
authored
1be5af7
View commit details
Copy full SHA for 1be5af7
View code at this point
Browse repository at this point
Commits on Jun 11, 2024
added `--debug-lookup` to log library loading (#6436)
firewave
authored
20472f5
View commit details
Copy full SHA for 20472f5
View code at this point
Browse repository at this point
removed redundant `Path::fromNativeSeparators()` calls (#6509)
Show description for 70b1f66
firewave
authored
70b1f66
View commit details
Copy full SHA for 70b1f66
View code at this point
Browse repository at this point
even more `FileWithDetails` usage (#6508)
firewave
authored
44174cc
View commit details
Copy full SHA for 44174cc
View code at this point
Browse repository at this point
more `FileWithDetails` usage (#6500)
firewave
authored
06889a3
View commit details
Copy full SHA for 06889a3
View code at this point
Browse repository at this point
Commits on May 24, 2024
mitigated some `modernize-use-auto` clang-tidy warnings (#5838)
firewave
authored
fa561e9
View commit details
Copy full SHA for fa561e9
View code at this point
Browse repository at this point
Commits on May 23, 2024
refs #10692 - added command-line option `--cpp-header-probe` to probe headers and extension-less files for Emacs C++ marker (#6324)
firewave
authored
2263d30
View commit details
Copy full SHA for 2263d30
View code at this point
Browse repository at this point
Path: removed deprecated functions / renamed `isHeader2()` to `isHeader()` (#6427)
firewave
authored
b17a347
View commit details
Copy full SHA for b17a347
View code at this point
Browse repository at this point
Commits on May 22, 2024
iwyu.yml: switched to Fedora to get the latest `include-what-you-use` / cleaned up includes (#6340)
firewave
authored
570c11d
View commit details
Copy full SHA for 570c11d
View code at this point
Browse repository at this point
Commits on May 21, 2024
consolidated ValueFlow tuning options into `ValueFlowOptions` (#6332)
firewave
authored
9990975
View commit details
Copy full SHA for 9990975
View code at this point
Browse repository at this point
Commits on May 16, 2024
Fix #12741 (Add Misra C++ 2023 option in --help output) (#6411)
danmar
authored
a8407ff
View commit details
Copy full SHA for a8407ff
View code at this point
Browse repository at this point
Commits on Apr 22, 2024
FileLister: ensure sorting of files / some cleanups (#6322)
Show description for bd7136d
firewave
authored
bd7136d
View commit details
Copy full SHA for bd7136d
View code at this point
Browse repository at this point
Commits on Apr 21, 2024
added `FileWithDetails` to store resolved input path in (#6285)
firewave
authored
ea2e716
View commit details
Copy full SHA for ea2e716
View code at this point
Browse repository at this point
bumped version to 2.14.99/2.15 (#6319)
firewave
authored
c2a1c5f
View commit details
Copy full SHA for c2a1c5f
View code at this point
Browse repository at this point
Commits on Apr 20, 2024
Update copyright year (#6310)
danmar
authored
58030b8
View commit details
Copy full SHA for 58030b8
View code at this point
Browse repository at this point
Commits on Apr 19, 2024
Fixed #12440 (Misra violations found but code exited with 0 even after specifying exit code) (#6308)
danmar
authored
3601b18
View commit details
Copy full SHA for 3601b18
View code at this point
Browse repository at this point
Commits on Apr 12, 2024
cleaned up includes based on include-what-you-use (#6279)
firewave
authored
646f869
View commit details
Copy full SHA for 646f869
View code at this point
Browse repository at this point
Commits on Apr 11, 2024
default to `--check-level=exhaustive` internally / several related cleanups (#6225)
firewave
authored
524e979
View commit details
Copy full SHA for 524e979
View code at this point
Browse repository at this point
Commits on Apr 10, 2024
improved errorhandling of `--rule=` and `--rule-file=` / some related cleanups (#6212)
firewave
authored
f450285
View commit details
Copy full SHA for f450285
View code at this point
Browse repository at this point
Commits on Apr 9, 2024
Fix #12601 (cli: Add --file-filter=- option that reads from stdin) (#6258)
danmar
authored
fe45744
View commit details
Copy full SHA for fe45744
View code at this point
Browse repository at this point
Commits on Apr 7, 2024
fixed checks related to `unusedFunction` check enablement (#6207)
Show description for ce5f234
firewave
authored
ce5f234
View commit details
Copy full SHA for ce5f234
View code at this point
Browse repository at this point
Commits on Apr 4, 2024
Fix #12505 (cli: Add option --check-version to pin cppcheck version) (#6121)
Show description for 5ac87cc
danmar
authored
5ac87cc
View commit details
Copy full SHA for 5ac87cc
View code at this point
Browse repository at this point
Commits on Mar 30, 2024
bail out on invalid tokenlist in `--rule-file` / some rule related cleanups (#6205)
firewave
authored
aef62ee
View commit details
Copy full SHA for aef62ee
View code at this point
Browse repository at this point
Commits on Mar 21, 2024
fixed #12523 - greatly improved errorhandling of `--rule-file=` (#6147)
firewave
authored
91f1a25
View commit details
Copy full SHA for 91f1a25
View code at this point
Browse repository at this point
Commits on Mar 18, 2024
cli/CMakeLists.txt: limit a warning suppression to Clang 13 (#6144)
firewave
authored
7fd0cae
View commit details
Copy full SHA for 7fd0cae
View code at this point
Browse repository at this point
Commits on Mar 11, 2024
fixed #12465 - added (undocumented) command-line option `--executor` to specify the used executor implementation (#6043)
firewave
authored
6542816
View commit details
Copy full SHA for 6542816
View code at this point
Browse repository at this point
Commits on Mar 8, 2024
iwyu.yml: use OpenSUSE to get latest `include-what-you-use` / cleaned up includes (#5673)
Show description for f465dc5
firewave
authored
f465dc5
View commit details
Copy full SHA for f465dc5
View code at this point
Browse repository at this point
Commits on Mar 6, 2024
improved handling/testing of XMLs without a a root node / added some TODOs (#6086)
Show description for 260ae3c
firewave
authored
260ae3c
View commit details
Copy full SHA for 260ae3c
View code at this point
Browse repository at this point
Commits on Mar 4, 2024
iwyu.yml: treat explicit clang include directory in clang-tidy invocation as a system include / cleaned up includes (#5983)
Show description for 2464a9d
firewave
authored
2464a9d
View commit details
Copy full SHA for 2464a9d
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL