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
|
e208fc67c1
|
small selfcheck improvements (#3888)
* CI-unixish.yml: added missing cppcheck-lib library to GUI selfcheck
* CI-unixish.yml: split triage from tools selfcheck since it requires the qt library
* replaced Q_NULLPTR with nullptr
* fixed passedByValue selfcheck warning
|
2022-03-11 21:42:46 +01:00 |
Oliver Stöneberg
|
04b2a6f1c5
|
use Python version provided by platform in CI / prefer python3 (#3776)
|
2022-02-11 19:37:32 +01:00 |
Oliver Stöneberg
|
974dd5d49f
|
only use bundled tinyxml2 in CMake when configured to do so (#3806)
|
2022-02-06 13:02:52 +01:00 |
Oliver Stöneberg
|
7d26cb68d9
|
CI-unixish.yml: Use Qt version provided by the distro (#3729)
|
2022-01-24 21:55:48 +01:00 |
Oliver Stöneberg
|
cc24d6fcef
|
Fix #9162 (Invalid --project files do not give any error) (#3177)
|
2021-12-19 12:36:11 +01:00 |
Oliver Stöneberg
|
0c3531ea61
|
CI-unixish.yml: added generated GUI files to self check and suppress known false positives for now (#3641)
|
2021-12-17 21:52:55 +01:00 |
Oliver Stöneberg
|
ffae40d2f4
|
CI-unixish.yml: fixed syntax error (#3642)
|
2021-12-17 13:06:50 +01:00 |
Oliver Stöneberg
|
0e1590b43c
|
CI-unixish.yml: disabled GUI build on macos since Qt installation is flakey (#3634)
|
2021-12-16 17:45:34 +01:00 |
Oliver Stöneberg
|
dafb2fe6a0
|
Test GUI build CMake in CI (#3621)
|
2021-12-15 19:36:34 +01:00 |
Oliver Stöneberg
|
22a684d9e8
|
moved uncrustify into a separate GitHub action (#3515)
|
2021-10-18 07:24:54 +02:00 |
Oliver Stöneberg
|
f309925a7b
|
update latest Python in CI to 3.10 / use all available threads for pylint (#3493)
|
2021-10-11 19:14:46 +02:00 |
Daniel Marjamäki
|
a6c98e9e60
|
Fixed #10482 (FP: misra-c2012-12.2)
|
2021-09-17 14:21:25 +02:00 |
Daniel Marjamäki
|
0f12003e07
|
crustify; check formatting in CI
|
2021-08-08 14:17:01 +02:00 |
Daniel Marjamäki
|
74ab8f1a48
|
misra; implemented rule 20.8
|
2021-07-22 08:46:28 +02:00 |
Daniel Marjamäki
|
6f7722873e
|
CI; specify unix64 platform when running misra-test
|
2021-07-20 12:23:16 +02:00 |
Daniel Marjamäki
|
f44a82856f
|
misra; implement rule 8.7
|
2021-07-17 22:36:03 +02:00 |
Daniel Marjamäki
|
9d5c65fcce
|
CI; Improved testing of misra addon
|
2021-07-11 17:24:14 +02:00 |
Daniel Marjamäki
|
9172f2ab3b
|
addons; add CTU infrastructure
|
2021-07-07 10:58:13 +02:00 |
Oliver Stöneberg
|
5a7e361442
|
run self-checks with standard set to C++11 (#3206)
|
2021-04-12 18:29:13 +02:00 |
Oliver Stöneberg
|
98335e5d5f
|
moved more tests from Travis to GitHub actions (#3201)
|
2021-04-09 07:47:11 +02:00 |
Oliver Stöneberg
|
052de79b6d
|
some test/CI related refactoring and cleanup (#3163)
|
2021-04-03 21:22:39 +02:00 |
amai2012
|
985e2d8af1
|
Remove artifacts
|
2021-03-03 09:52:27 +01:00 |
Daniel Marjamäki
|
fef956f3f0
|
Testing; Moved test/cli tests from travis to github actions
|
2021-03-01 18:49:59 +01:00 |
Oliver Stöneberg
|
e783df646a
|
various CI refactorings and cleanups (#3142)
|
2021-02-21 14:17:02 +01:00 |
Oliver Stöneberg
|
b434752e51
|
added docker builds for legacy/cutting edge platforms (#3138)
|
2021-02-20 13:23:57 +01:00 |
amai2012
|
d02a64c550
|
Remove mirror option from install-qt-action
See 49465b8677
|
2021-02-10 17:48:01 +01:00 |
Oliver Stöneberg
|
6f49a2ff4a
|
CI-unixish.yml: perform self check with --debug-warnings (#2973)
|
2021-01-21 18:29:08 +01:00 |
Oliver Stöneberg
|
85154cb70e
|
use mirror for install-qt-action (#3070)
|
2021-01-20 19:03:38 +01:00 |
Mathias Schmid
|
ab7d728831
|
Add missing support for "type-checks" and "smart-pointer" configuration. (#3039)
|
2021-01-18 19:10:53 +01:00 |
Oliver Stöneberg
|
ac7647fcd8
|
some self-check suppression cleanups (#3032)
|
2021-01-09 20:32:38 +01:00 |
amai2012
|
76d5e6c7db
|
Remove macos-11.0 environment
See https://github.com/danmar/cppcheck/pull/2989#issuecomment-753591221
The environment currently is not reliable. Maybe because it's a preview only according to https://github.com/actions/virtual-environments/issues/1814 ?
|
2021-01-03 10:41:43 +01:00 |
amai2012
|
fd520b45d7
|
CI: build oss-fuzz client using make (#2951)
|
2020-12-16 10:16:33 +01:00 |
amai2012
|
2eb326de83
|
Update workflows to Ubuntu 20.04 (#2948)
|
2020-12-15 10:59:09 +01:00 |
amai2012
|
daf1efcd28
|
Github CI: AddUbuntu 20.04 and MacOS 11.0 (#2936)
The job no longer uses `.latest` environment specifiers.
|
2020-12-09 09:46:23 +01:00 |
Daniel Marjamäki
|
c7cbe7f2d3
|
rename externals/tinyxml to externals/tinyxml2
|
2020-11-16 09:11:53 +01:00 |
amai2012
|
2fa837c716
|
threadsafety shall not warn about const vars (in C++11) (#2847)
threadsafety shall not warn about const vars (in C++11)
For C++03 a new id threadsafety-const was created.
|
2020-10-23 11:58:25 +02:00 |
Wolfgang Stöggl
|
2fda1646d9
|
Add generation of online-help to CI (#2843)
|
2020-10-11 03:48:34 +02:00 |
Daniel Marjamäki
|
558090b3cb
|
CI: Try to make CI-unixish macos build happy
|
2020-09-05 18:42:00 +02:00 |
Daniel Marjamäki
|
e331168481
|
CI: Move tasks from Travis to 'github actions' to speed up CI
|
2020-09-05 18:29:19 +02:00 |
amai2012
|
bab01a84ab
|
Githubactions update (#2729)
* Use upload-artifact@v2 (not the preview anymore)
* Upload artifacts for CI-unixish
* Use -j$(nproc) for make
|
2020-07-30 10:36:06 +02:00 |
Daniel Marjamäki
|
e2aec95fc9
|
Try to make github actions happy
|
2020-05-13 05:03:32 +02:00 |
amai2012
|
e0be3f6f1b
|
CI: Build GUI on ubuntu (#2626)
|
2020-05-03 10:10:39 +02:00 |
amai2012
|
67a70ee228
|
CI builds now support RULES (#2608)
For Windows the PCRE library has to be built.
On ubuntu and macos the pre-installed library is being used.
|
2020-04-19 10:46:51 +02:00 |
amai2012
|
ae5cbc8048
|
Rename workflow
|
2020-04-16 21:37:32 +02:00 |
amai2012
|
e35d678c28
|
Rename script file
|
2020-04-15 12:13:02 +02:00 |