chrchr-github
a34d6cd346
Update CI-cygwin.yml
2022-07-08 02:06:21 +02:00
chrchr-github
deddb2e6cd
Update CI-cygwin.yml
2022-07-08 01:48:12 +02:00
chrchr-github
544099fec4
Update CI-cygwin.yml
2022-07-08 01:29:51 +02:00
chrchr-github
206bae1d65
Update CI-cygwin.yml
2022-07-08 01:11:38 +02:00
chrchr-github
ccac2c9804
Update CI-cygwin.yml
2022-07-08 00:53:37 +02:00
chrchr-github
392174b1b1
Update CI-cygwin.yml
2022-07-08 00:32:24 +02:00
chrchr-github
f18a6790f9
Update CI-cygwin.yml
2022-07-08 00:12:55 +02:00
chrchr-github
7d36d5840a
Update CI-cygwin.yml
2022-07-08 00:06:02 +02:00
chrchr-github
79813053c8
Update CI-cygwin.yml
2022-07-07 23:48:02 +02:00
chrchr-github
25def30a68
Update CI-cygwin.yml
2022-07-07 23:46:14 +02:00
chrchr-github
253484f0c9
Update CI-cygwin.yml
2022-07-07 23:44:09 +02:00
chrchr-github
d70dfa8bf4
Update CI-cygwin.yml
2022-07-07 23:41:56 +02:00
chrchr-github
95922a242b
Update CI-cygwin.yml
2022-07-07 23:40:14 +02:00
chrchr-github
e46177a01e
Update CI-cygwin.yml
2022-07-07 23:39:21 +02:00
chrchr-github
149915cd83
Update CI-cygwin.yml
2022-07-07 22:52:00 +02:00
chrchr-github
6042184925
Update CI-cygwin.yml
2022-07-07 22:50:00 +02:00
chrchr-github
ec68b6482d
Update CI-cygwin.yml
2022-07-07 22:49:14 +02:00
chrchr-github
f4fcd414cc
Update CI-cygwin.yml
2022-07-07 22:48:04 +02:00
chrchr-github
15aa454c06
Update CI-cygwin.yml
2022-07-07 22:14:01 +02:00
chrchr
fa8fe1fa6c
Try to fix Cygwin build
2022-07-07 20:45:31 +02:00
chrchr-github
251470d28c
Update CI-cygwin.yml
2022-07-07 20:15:01 +02:00
chrchr-github
8485468e3d
Update CI-cygwin.yml
2022-07-07 19:18:59 +02:00
chrchr-github
32c474b98f
Update CI-cygwin.yml
2022-07-07 18:08:03 +02:00
chrchr
be493b794e
Disable CI-cygwin workflow
2022-06-30 20:58:04 +02:00
Daniel Marjamäki
a2b50c1ccf
ci: fix syntax error in scriptcheck.yml
2022-06-16 10:28:55 +02:00
Daniel Marjamäki
7999808639
ci: disable pylint because it fails to import files
2022-06-16 09:09:44 +02:00
Paul Fultz II
cee48e5e19
Add backtrace to valueflow in debug mode ( #4195 )
2022-06-12 07:13:42 +02:00
Daniel Marjamäki
858b64332e
remove sonarcloud again
2022-06-05 21:40:10 +02:00
Daniel Marjamäki
d595c1e6e8
Add sonarcloud action
2022-06-04 18:02:17 +02:00
Oliver Stöneberg
cfab6aeecf
use CMake for sanitizer builds / some CMake command cleanups ( #4147 )
2022-06-03 21:33:56 +02:00
Oliver Stöneberg
703396e549
use `ubuntu-22.04` as main/base distro in CI ( #4129 )
2022-05-31 19:55:57 +02:00
Oliver Stöneberg
5e2afacdb9
Moved some stuff from Travis to GitHub Actions / Cleanups ( #3715 )
2022-05-31 19:53:50 +02:00
Paul Fultz II
eefa04c7af
Disable valgrind on CI ( #4137 )
...
* Disable valgrind on CI
* Use workflow dispatch
2022-05-25 21:36:59 +02:00
Oliver Stöneberg
d299d22fa2
updated CI to latest ubuntu and clang ( #4004 )
2022-05-22 15:27:32 +02:00
Oliver Stöneberg
8cd127aba8
CI-unixish.yml: added `macos-11` and `macos-12` ( #4117 )
2022-05-21 09:07:14 +02:00
Daniel Marjamäki
8dbc1b802a
misra: fix crash
2022-05-17 22:15:49 +02:00
Patrick Oppenlander
d7317b4f8a
fix html report generation with pygments >= 2.12.0 ( #4110 )
...
pygments 2.12.0 changed the signature of the HtmlFormatter.wrap()
method. As we don't actually care about the arguments to wrap we can
use packing/unpacking to maintain compatability with older versions of
pygments.
2022-05-16 12:58:54 +02:00
Oliver Stöneberg
14421ae627
fail `run-clang-tidy` in case of compiler warnings / fixed Clang warnings / cleanups ( #4036 )
2022-05-15 12:42:29 +02:00
Oliver Stöneberg
fffb03a242
release-windows.yml: use windows-2022 ( #3939 )
2022-05-13 19:48:17 +02:00
Oliver Stöneberg
1f9929c65f
always execute all selfcheck commands / aligned the selfcheck parameters and calls across jobs ( #4108 )
...
* always execute all selfcheck commands
* aligned the selfcheck parameters and calls across jobs
2022-05-13 06:52:20 +02:00
Oliver Stöneberg
56ac230e97
added strict cfg check ( #4093 )
...
* runtests.sh: added strict mode - enabled via `STRICT=1`
* CI-unixish.yml: added strict cfg check
* runtests.sh: disabled syntax check for kde.cpp since `kde-4config` is no longer commonly available in recent distros
* runtests.sh: disabled syntax check for opencv2.cpp since `opencv.pc` is not commonly available in distros
* runtests.sh: added missing trailing slash to `CFG` - fixes define checks
2022-05-10 13:03:58 +02:00
Oliver Stöneberg
47c7287b8d
scriptcheck.yml: fixated pygments version and re-enabled all Python versions ( #4068 )
2022-05-05 21:49:01 +02:00
chrchr-github
3b30cd7ea8
Show uncrustify diff in CI ( #4081 )
...
* Show uncrustify diff
* Bad format
* Revert "Bad format"
This reverts commit d82a13a398
.
2022-05-04 21:14:43 +02:00
Paul Fultz II
f48d1690a7
Disable the broken python version in the CI ( #4048 )
2022-04-25 18:14:17 +02:00
Oliver Stöneberg
36ef4dc5b8
added support for Qt6 ( #3930 )
2022-04-15 18:49:24 +02:00
Oliver Stöneberg
07fb6c1853
release-windows.yml: set up Visual Studio environment and added missing exitcode checks ( #3998 )
2022-04-11 19:16:58 +02:00
Oliver Stöneberg
2d9ec39a2d
make sure we remove obsolete entries from translations ( #3995 )
2022-04-11 11:25:08 +02:00
Daniel Marjamäki
8f386e15fd
Remove bug hunting. This feature will be provided in Cppcheck premium.
2022-04-11 07:31:33 +02:00
Oliver Stöneberg
e7f97a9621
updated Z3 to 4.8.15 ( #3928 )
2022-03-23 12:47:01 +01:00
Oliver Stöneberg
8fc5c93803
refactored reduce.py into a class and added unit test for it ( #3791 )
2022-03-19 19:42:44 +01:00