FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for .github/workflows - 32bitmicro/cppcheck · GitHub
32bitmicro
/
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
workflows
on
main
User selector
Datepicker
Commit history
Commits on Sep 11, 2023
specify `gnu` library in selfcheck (#5436)
Show description for 9b3b477
firewave
authored
9b3b477
View commit details
Copy full SHA for 9b3b477
View code at this point
Browse repository at this point
Commits on Sep 4, 2023
fixed #11910 - removed Visual Studio x86 targets from project files and builds from CI (#5397)
Show description for ce78017
firewave
authored
ce78017
View commit details
Copy full SHA for ce78017
View code at this point
Browse repository at this point
CI-mingw.yml: use pre-installed MinGW / also use `lld` and `ccache` for faster builds (#4400)
Show description for c068c74
firewave
authored
c068c74
View commit details
Copy full SHA for c068c74
View code at this point
Browse repository at this point
Commits on Sep 1, 2023
CI-windows.yml: perform debug and release builds in separate jobs (#5392)
Show description for 37b2e50
firewave
authored
37b2e50
View commit details
Copy full SHA for 37b2e50
View code at this point
Browse repository at this point
avoid duplicated workflow invocations for pushes in PRs made from root repository branches (#5377)
Show description for bf5e633
firewave
authored
bf5e633
View commit details
Copy full SHA for bf5e633
View code at this point
Browse repository at this point
Commits on Aug 30, 2023
Fixed #11901 (Performance regression: large array with strings) (#5375)
Show description for 7c992ce
danmar
authored
7c992ce
View commit details
Copy full SHA for 7c992ce
View code at this point
Browse repository at this point
Commits on Aug 29, 2023
CI-unixish-docker.yml: use `ubuntu:23.04` in `build_make` (#5373)
Show description for 9d1bb5a
firewave
authored
9d1bb5a
View commit details
Copy full SHA for 9d1bb5a
View code at this point
Browse repository at this point
Commits on Aug 16, 2023
fixed/suppressed several compiler warnings (#5327)
firewave
authored
d8b44df
View commit details
Copy full SHA for d8b44df
View code at this point
Browse repository at this point
Commits on Aug 14, 2023
added missing `__GNUC__` define for selfcheck (#5324)
Show description for d076da8
firewave
authored
d076da8
View commit details
Copy full SHA for d076da8
View code at this point
Browse repository at this point
Commits on Aug 9, 2023
updated CI to Clang 17 (#4797)
firewave
authored
4e8c240
View commit details
Copy full SHA for 4e8c240
View code at this point
Browse repository at this point
Commits on Aug 2, 2023
iwyu.yml: actually disable archlinux step [skip ci] (#5287)
Show description for da6c39e
firewave
authored
da6c39e
View commit details
Copy full SHA for da6c39e
View code at this point
Browse repository at this point
cleaned up includes based on include-what-you-use / iwyu.yml: updated to yet another distro to get the latest version and updated the Chaotic-AUR key (#5267)
Show description for 45de338
firewave
authored
45de338
View commit details
Copy full SHA for 45de338
View code at this point
Browse repository at this point
Commits on Aug 1, 2023
iwyu.yml: applied `apt.llvm.org` workaround as well [skip ci] (#5286)
firewave
authored
4452ae6
View commit details
Copy full SHA for 4452ae6
View code at this point
Browse repository at this point
Workaround for CI failure (#5285)
Show description for bc54fab
chrchr-github
authored
bc54fab
View commit details
Copy full SHA for bc54fab
View code at this point
Browse repository at this point
fixed `scriptcheck.yml` (#5268)
firewave
authored
5a32236
View commit details
Copy full SHA for 5a32236
View code at this point
Browse repository at this point
Commits on Jul 10, 2023
misra: Fix crash in misra_9x when there is unknown constant used as array size (#5229)
danmar
authored
2cd1f0f
View commit details
Copy full SHA for 2cd1f0f
View code at this point
Browse repository at this point
Commits on Jun 26, 2023
Fix #11791 Build regression with GCC 13 (#5193)
Show description for f4030c4
chrchr-github
authored
f4030c4
View commit details
Copy full SHA for f4030c4
View code at this point
Browse repository at this point
Commits on Jun 25, 2023
Fix #11793 (False positive: Misra addon crash for struct initialization when struct has a function pointer array) (#5190)
danmar
authored
91dedf0
View commit details
Copy full SHA for 91dedf0
View code at this point
Browse repository at this point
Commits on Jun 19, 2023
CI: python 2.7 tests needs to run in a container (#5174)
Show description for 4f3cc16
danmar
authored
4f3cc16
View commit details
Copy full SHA for 4f3cc16
View code at this point
Browse repository at this point
Commits on Jun 8, 2023
The threadsafety.py addon now flags MT-Unsafe symbols and functions. (#5086)
andrew-aitchison
authored
0727528
View commit details
Copy full SHA for 0727528
View code at this point
Browse repository at this point
Commits on May 27, 2023
Fixed #11734 (stylistic warnings from addons are not filtered when style is not enabled) (#5091)
danmar
authored
6b9fac4
View commit details
Copy full SHA for 6b9fac4
View code at this point
Browse repository at this point
Commits on May 26, 2023
Use path to executable when trying to load library (#5082)
Show description for fb850a8
chrchr-github
authored
fb850a8
View commit details
Copy full SHA for fb850a8
View code at this point
Browse repository at this point
Commits on May 4, 2023
moved more code into `HAVE_RULES` (#4956)
Show description for e6ae312
firewave
authored
e6ae312
View commit details
Copy full SHA for e6ae312
View code at this point
Browse repository at this point
Commits on May 3, 2023
SingleExecutor: process markup files after code when scanning projects (#4972)
Show description for b5ce2c7
firewave
authored
b5ce2c7
View commit details
Copy full SHA for b5ce2c7
View code at this point
Browse repository at this point
Commits on Apr 21, 2023
CI-unixish.yml: added step to compile democlient (#4997)
Show description for 89b47e7
firewave
authored
89b47e7
View commit details
Copy full SHA for 89b47e7
View code at this point
Browse repository at this point
CI-unixish-docker.yml: updated to ubuntu 23.04 (#4992)
firewave
authored
2364ff9
View commit details
Copy full SHA for 2364ff9
View code at this point
Browse repository at this point
Commits on Apr 13, 2023
CI-windows.yml: updated to Qt 6.5.0 (#4944)
firewave
authored
89c33b4
View commit details
Copy full SHA for 89c33b4
View code at this point
Browse repository at this point
Commits on Apr 9, 2023
Add a --check-level option (#4942)
danmar
authored
7726a5b
View commit details
Copy full SHA for 7726a5b
View code at this point
Browse repository at this point
Commits on Apr 8, 2023
CI-unixish-docker.yml: disabled precompiled headers when using `ccache` with CMake (#4943)
firewave
authored
b04812b
View commit details
Copy full SHA for b04812b
View code at this point
Browse repository at this point
iwyu.yml: use a distro which has the latest `include-what-you-use` / enabled Qt mappings / cleaned up includes (#4885)
firewave
authored
5be8eee
View commit details
Copy full SHA for 5be8eee
View code at this point
Browse repository at this point
Commits on Apr 1, 2023
use `ccache` for sanitizer builds / do not use precompiled headers with `ccache` (#4910)
Show description for 5ec0ad6
firewave
authored
5ec0ad6
View commit details
Copy full SHA for 5ec0ad6
View code at this point
Browse repository at this point
Commits on Mar 13, 2023
some minor `QtCharts` usage cleanups (#4890)
firewave
authored
0b8af4f
View commit details
Copy full SHA for 0b8af4f
View code at this point
Browse repository at this point
Commits on Mar 4, 2023
Fix #10039 (integrate `--check-config` include findings with normal analysis) / also fixes #11283 (#3229)
firewave
authored
7fd4118
View commit details
Copy full SHA for 7fd4118
View code at this point
Browse repository at this point
iwyu.yml: added `clang-include-cleaner` job / cleaned up includes based on `include-what-you-use` (#4844)
firewave
authored
50eb064
View commit details
Copy full SHA for 50eb064
View code at this point
Browse repository at this point
Commits on Mar 2, 2023
cleaned up includes based on `include-what-you-use` (#4599)
firewave
authored
bd1ae69
View commit details
Copy full SHA for bd1ae69
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL