Oliver Stöneberg

Results 1142 comments of Oliver Stöneberg

The Python test is passing locally for me - needs more looking into.

> The cfg test failures are caused by missing configurations. See at least https://trac.cppcheck.net/ticket/1059#comment:11 among possibly other tickets.

> The Python test is passing locally for me - needs more looking into. Ah, they fail only with `-j2`.

> > The cfg test failures are caused by missing configurations. > > See at least https://trac.cppcheck.net/ticket/1059#comment:11 among possibly other tickets. Actually this is related to `__cplusplus` already being defined...

This needs more looking into regarding inline suppressions in inactive code.

There is also some downstream test code which needs to be removed when this is being merged.

It is only used downstream to be able to test includes without having them as actual files.

On Cygwin and MinGW MSYS it works with both. I already tried switching to the `stat` code but that didn't help.

If you are using MSYS2 (i.e. the `msys` shell) on Windows the paths are Unix ones by default. And the application built in MSYS2 might also be run within regular...

Looks like this is currently executed for all code even if there is no apple framework is available which seems excessive. I wonder if this behavior should be configurable via...