FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for .github/workflows - devzero2000/cppcheck · GitHub
devzero2000
/
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 Mar 11, 2022
small selfcheck improvements (#3888)
Show description for e208fc6
firewave
authored
e208fc6
View commit details
Copy full SHA for e208fc6
View code at this point
Browse repository at this point
Commits on Feb 24, 2022
addons: interface with premiumaddon if it exists
danmar
committed
03deb4d
View commit details
Copy full SHA for 03deb4d
View code at this point
Browse repository at this point
Commits on Feb 16, 2022
added MinGW to CI and fixed local MinGW build (#3826)
firewave
authored
aaa4425
View commit details
Copy full SHA for aaa4425
View code at this point
Browse repository at this point
Commits on Feb 11, 2022
use Python version provided by platform in CI / prefer python3 (#3776)
firewave
authored
04b2a6f
View commit details
Copy full SHA for 04b2a6f
View code at this point
Browse repository at this point
Commits on Feb 6, 2022
only use bundled tinyxml2 in CMake when configured to do so (#3806)
firewave
authored
974dd5d
View commit details
Copy full SHA for 974dd5d
View code at this point
Browse repository at this point
Commits on Feb 4, 2022
CI-windows.yml: added windows-2022, removed QT 5.9.9 and use msbuild instead of CMake for now (#3730)
firewave
authored
c2b5cdc
View commit details
Copy full SHA for c2b5cdc
View code at this point
Browse repository at this point
Commits on Feb 2, 2022
release-windows.yml: disabled some unnecessary PCRE build options (#3778)
firewave
authored
4af8734
View commit details
Copy full SHA for 4af8734
View code at this point
Browse repository at this point
Commits on Feb 1, 2022
cache remaining Qt installations in CI (#3782)
firewave
authored
d928b57
View commit details
Copy full SHA for d928b57
View code at this point
Browse repository at this point
added an include-what-you-use GitHub Action (#3759)
firewave
authored
8f7770f
View commit details
Copy full SHA for 8f7770f
View code at this point
Browse repository at this point
Commits on Jan 29, 2022
use the latest clang and -O2 for sanitizer jobs (#3775)
firewave
authored
842f2b2
View commit details
Copy full SHA for 842f2b2
View code at this point
Browse repository at this point
Commits on Jan 28, 2022
cache Qt installation in Windows CI jobs (#3769)
Show description for 5ef3a41
firewave
authored
5ef3a41
View commit details
Copy full SHA for 5ef3a41
View code at this point
Browse repository at this point
Commits on Jan 24, 2022
CI-unixish.yml: Use Qt version provided by the distro (#3729)
firewave
authored
7d26cb6
View commit details
Copy full SHA for 7d26cb6
View code at this point
Browse repository at this point
Commits on Jan 18, 2022
added unusedFunction self check to CI / cleanups (#3526)
firewave
authored
55ff684
View commit details
Copy full SHA for 55ff684
View code at this point
Browse repository at this point
Commits on Jan 4, 2022
added CMake option CPPCHK_GLIBCXX_DEBUG to make usage of _GLIBCXX_DEBUG in Debug build configurable (#3628)
firewave
authored
4b5fba1
View commit details
Copy full SHA for 4b5fba1
View code at this point
Browse repository at this point
avoid duplicated downloads in CI by caching files / aligned PCRE and Z3 versions in dev and release builds (#3612)
firewave
authored
8502584
View commit details
Copy full SHA for 8502584
View code at this point
Browse repository at this point
Commits on Dec 19, 2021
Fix #9162 (Invalid --project files do not give any error) (#3177)
firewave
authored
cc24d6f
View commit details
Copy full SHA for cc24d6f
View code at this point
Browse repository at this point
Commits on Dec 17, 2021
CI-unixish.yml: added generated GUI files to self check and suppress known false positives for now (#3641)
firewave
authored
0c3531e
View commit details
Copy full SHA for 0c3531e
View code at this point
Browse repository at this point
CI-unixish.yml: fixed syntax error (#3642)
firewave
authored
ffae40d
View commit details
Copy full SHA for ffae40d
View code at this point
Browse repository at this point
Commits on Dec 16, 2021
CI-unixish.yml: disabled GUI build on macos since Qt installation is flakey (#3634)
firewave
authored
0e1590b
View commit details
Copy full SHA for 0e1590b
View code at this point
Browse repository at this point
Commits on Dec 15, 2021
Test GUI build CMake in CI (#3621)
firewave
authored
dafb2fe
View commit details
Copy full SHA for dafb2fe
View code at this point
Browse repository at this point
Commits on Dec 11, 2021
scriptcheck.yml: avoid duplicated cppcheck builds (#3611)
firewave
authored
f79bb40
View commit details
Copy full SHA for f79bb40
View code at this point
Browse repository at this point
Commits on Nov 8, 2021
Fix release-windows workflow (#3552)
chrchr-github
authored
60fd53e
View commit details
Copy full SHA for 60fd53e
View code at this point
Browse repository at this point
Commits on Nov 6, 2021
skip 'install pcre' step in windows github action, it failed because curl timed out
danmar
committed
31ddef5
View commit details
Copy full SHA for 31ddef5
View code at this point
Browse repository at this point
Commits on Oct 31, 2021
scan GUI sources with clang-tidy in CI (#3233)
Show description for 54d6215
firewave
authored
54d6215
View commit details
Copy full SHA for 54d6215
View code at this point
Browse repository at this point
Commits on Oct 24, 2021
updated latest ubuntu version to 21.10 / updated to clang-tidy-13 (#3494)
firewave
authored
70dcc95
View commit details
Copy full SHA for 70dcc95
View code at this point
Browse repository at this point
Commits on Oct 18, 2021
moved uncrustify into a separate GitHub action (#3515)
firewave
authored
22a684d
View commit details
Copy full SHA for 22a684d
View code at this point
Browse repository at this point
Commits on Oct 16, 2021
win_installer: update building. all files needed are collected in a single folder. the 'deploy' artifact will contain all the files.
danmar
committed
27d7609
View commit details
Copy full SHA for 27d7609
View code at this point
Browse repository at this point
Commits on Oct 13, 2021
moved bug hunting in CI from defunct Travis job to (disabled) GitHub action (#3164)
firewave
authored
28955ce
View commit details
Copy full SHA for 28955ce
View code at this point
Browse repository at this point
Commits on Oct 11, 2021
update latest Python in CI to 3.10 / use all available threads for pylint (#3493)
firewave
authored
f309925
View commit details
Copy full SHA for f309925
View code at this point
Browse repository at this point
Commits on Oct 9, 2021
build GUI with oldest and newest available Qt5 version (#3225)
firewave
authored
dd0f617
View commit details
Copy full SHA for dd0f617
View code at this point
Browse repository at this point
Commits on Oct 2, 2021
CI-windows.yml: write comment with ::
danmar
committed
f0f4ee7
View commit details
Copy full SHA for f0f4ee7
View code at this point
Browse repository at this point
Disable test-clang-import.py in CI-windows
danmar
committed
fc4e9dd
View commit details
Copy full SHA for fc4e9dd
View code at this point
Browse repository at this point
Commits on Sep 17, 2021
Fixed #10482 (FP: misra-c2012-12.2)
danmar
committed
a6c98e9
View commit details
Copy full SHA for a6c98e9
View code at this point
Browse repository at this point
Commits on Aug 8, 2021
crustify; check formatting in CI
danmar
committed
0f12003
View commit details
Copy full SHA for 0f12003
View code at this point
Browse repository at this point
Commits on Aug 4, 2021
Delete irc.yml (#3384)
amai2012
authored
c60fdc2
View commit details
Copy full SHA for c60fdc2
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL