Daniel Marjamäki
|
fc8c244675
|
CI: Add selfcheck using Cppcheck Premium. Activates Misra C++ 2008 and Cert C++ 2016 checkers. (#5623)
|
2023-11-06 15:31:47 +01:00 |
Daniel Marjamäki
|
d069dbfd93
|
Fix #12029 (Fix definitions of global constants) (#5504)
|
2023-10-02 20:32:51 +02:00 |
Daniel Marjamäki
|
6817113665
|
Ticket #11897. Write Autosar/Cert C/Cert C++/Misra C++ in the checkers report also. (#5400)
|
2023-09-03 20:42:09 +02:00 |
Daniel Marjamäki
|
44c149e51b
|
Fix #11897 (Safety: show what checks are enabled/disabled) (#5378)
This primarily adds the corresponding report in the GUI that we have in
the command line already
|
2023-08-31 18:28:47 +02:00 |
Daniel Marjamäki
|
276f017fbe
|
Partial fix for #11897 (Safety: show what checks are enabled/disabled) (#5372)
Example output on stdout:
```
$ ./cppcheck m1.cpp
Checking m1.cpp ...
Active checkers: 59/177
```
|
2023-08-29 12:00:52 +02:00 |