FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for .github - varshneydevansh/cppcheck · GitHub
varshneydevansh
/
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
.github
on
main
User selector
Datepicker
Commit history
Commits on Apr 26, 2026
fixed #14626 - `execinfo.h` detection in `Makefile` did not work (#8401)
firewave
authored
6e6f628
View commit details
Copy full SHA for 6e6f628
View code at this point
Browse repository at this point
Commits on Apr 25, 2026
Fix #14690 (ci: update cppcheck premium version in CI) (#8492)
danmar
authored
d4c5222
View commit details
Copy full SHA for d4c5222
View code at this point
Browse repository at this point
Fix #14687 (Move repository from danmar to cppcheck-opensource) (#8486)
danmar
authored
3c377a9
View commit details
Copy full SHA for 3c377a9
View code at this point
Browse repository at this point
Commits on Apr 16, 2026
Fix #14671 (GUI: add --include option to project file dialog) (#8454)
danmar
authored
69d89c5
View commit details
Copy full SHA for 69d89c5
View code at this point
Browse repository at this point
Commits on Apr 11, 2026
Fix #14334 (Support more msbuild conditional constructs) (#8258)
Show description for dd99f0c
authored
dd99f0c
View commit details
Copy full SHA for dd99f0c
View code at this point
Browse repository at this point
Commits on Apr 9, 2026
testrunner: added option `-t` to print timing information about the tests (#8336)
firewave
authored
bf42abd
View commit details
Copy full SHA for bf42abd
View code at this point
Browse repository at this point
selfcheck.yml: run with `valgrind --tool=memcheck` (#8232)
firewave
authored
8a12e57
View commit details
Copy full SHA for 8a12e57
View code at this point
Browse repository at this point
Commits on Apr 8, 2026
removed empty sanitizer workflow files [skip ci] (#8424)
firewave
authored
d17592e
View commit details
Copy full SHA for d17592e
View code at this point
Browse repository at this point
Commits on Apr 7, 2026
fixed #12323 - valgrind.yml: enabled most `testrunner` tests (#8364)
firewave
authored
c9563b1
View commit details
Copy full SHA for c9563b1
View code at this point
Browse repository at this point
fixed #14649 - CI-cygwin.yml: use versioned `cygwin/cygwin-install-action` (#8415)
firewave
authored
123a360
View commit details
Copy full SHA for 123a360
View code at this point
Browse repository at this point
Commits on Apr 4, 2026
fixed #13721 - Add support for Visual Studio 2026 .slnx project files (#8355)
IOBYTE
authored
5746270
View commit details
Copy full SHA for 5746270
View code at this point
Browse repository at this point
Commits on Apr 3, 2026
added `engine` to rule XML to specify regex engine (#8383)
firewave
authored
cf93424
View commit details
Copy full SHA for cf93424
View code at this point
Browse repository at this point
consolidated individual sanitizer workflows into a single one (#8275)
firewave
authored
d2f98f3
View commit details
Copy full SHA for d2f98f3
View code at this point
Browse repository at this point
Commits on Mar 31, 2026
testrunner: made `-x` work with individual tests (#8362)
firewave
authored
241cfcb
View commit details
Copy full SHA for 241cfcb
View code at this point
Browse repository at this point
Commits on Mar 30, 2026
iwyu.yml: use `fedora:rawhide` to get the very latest packages / dropped some workarounds [skip ci] (#8375)
firewave
authored
a1e752f
View commit details
Copy full SHA for a1e752f
View code at this point
Browse repository at this point
Commits on Mar 26, 2026
fixed #14619/#14620 - fixed potential memory leak using `--rule` / suppressed valgrind false positive (#8365)
firewave
authored
b0f200c
View commit details
Copy full SHA for b0f200c
View code at this point
Browse repository at this point
Commits on Mar 20, 2026
fixed #13792 - release-windows.yml: use latest Python version [skip ci] (#8332)
firewave
authored
0900f64
View commit details
Copy full SHA for 0900f64
View code at this point
Browse repository at this point
Commits on Mar 16, 2026
updated CI to Clang 22 - again (#8342)
firewave
authored
8cb66cf
View commit details
Copy full SHA for 8cb66cf
View code at this point
Browse repository at this point
Commits on Mar 15, 2026
release-windows.yml: removed hardcoded aqt version [skip ci] (#8333)
firewave
authored
4f31d0a
View commit details
Copy full SHA for 4f31d0a
View code at this point
Browse repository at this point
Commits on Mar 11, 2026
refs #14579 / refs #10543 - fixed compilation on Alpine Linux / added checks for includes / added Alpine to CI (#8313)
firewave
authored
45e0eb0
View commit details
Copy full SHA for 45e0eb0
View code at this point
Browse repository at this point
iwyu.yml: reverted to Clang 21 for now [skip ci] (#8318)
firewave
authored
e473adb
View commit details
Copy full SHA for e473adb
View code at this point
Browse repository at this point
Commits on Mar 9, 2026
Workaround for broken apt.llvm.org repo (revert to clang 21) (#8312)
Show description for 6a14618
chrchr-github
and
web-flow
authored
6a14618
View commit details
Copy full SHA for 6a14618
View code at this point
Browse repository at this point
Commits on Mar 2, 2026
removed unnecessary CMake generator parameters from CI (#8286)
firewave
authored
b672d76
View commit details
Copy full SHA for b672d76
View code at this point
Browse repository at this point
fixed #14081 - fail builds in CI on CMake warnings (#8273)
firewave
authored
f309bf2
View commit details
Copy full SHA for f309bf2
View code at this point
Browse repository at this point
Commits on Mar 1, 2026
clang-tidy.yml: replaced obsolete `WARNINGS_ARE_ERRORS` with `CMAKE_COMPILE_WARNING_AS_ERROR` (#8279)
firewave
authored
02119e5
View commit details
Copy full SHA for 02119e5
View code at this point
Browse repository at this point
CI-windows.yml: reverted accidental change of PCRE CMake flag (#8281)
firewave
authored
33bd6fb
View commit details
Copy full SHA for 33bd6fb
View code at this point
Browse repository at this point
Commits on Feb 26, 2026
fixed #14259/#14491 - CI-unixish.yml: added step using minimum required CMake version / bumped minimum CMake version to 3.22 (#8210)
firewave
authored
09150ed
View commit details
Copy full SHA for 09150ed
View code at this point
Browse repository at this point
fixed #13050 - deprecated CMake option `BUILD_TESTS` in favor of `BUILD_TESTING` (#8235)
firewave
authored
a54b894
View commit details
Copy full SHA for a54b894
View code at this point
Browse repository at this point
Commits on Feb 24, 2026
Fix #14516 (Review progress messages) (#8241)
danmar
authored
5f6aebe
View commit details
Copy full SHA for 5f6aebe
View code at this point
Browse repository at this point
Commits on Feb 14, 2026
extracted selfcheck into script (#8198)
firewave
authored
70d3545
View commit details
Copy full SHA for 70d3545
View code at this point
Browse repository at this point
fixed #13788 - CI-unixish-docker.yml: added `ubuntu:25.10` / cleanups (#7472)
firewave
authored
4f03f09
View commit details
Copy full SHA for 4f03f09
View code at this point
Browse repository at this point
iwyu.yml: fixed macOS run [skip ci] (#7832)
firewave
authored
0342d0c
View commit details
Copy full SHA for 0342d0c
View code at this point
Browse repository at this point
Commits on Feb 13, 2026
extracted redundant selfcheck invocation into shared script (#7617)
firewave
authored
fd66b27
View commit details
Copy full SHA for fd66b27
View code at this point
Browse repository at this point
CI-cygwin.yml: switched site to https://mirrors:cicku:me/cygwin (#8205)
Show description for 6a51ddb
firewave
authored
6a51ddb
View commit details
Copy full SHA for 6a51ddb
View code at this point
Browse repository at this point
Commits on Feb 3, 2026
cleaned up includes based on `include-what-you-use` (#8178)
firewave
authored
23adf76
View commit details
Copy full SHA for 23adf76
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL