Oliver Stöneberg
Oliver Stöneberg
I only used `ccache` for the Release build at the moment since they take longer. This job should only contain the Debug build and the release should only be build...
The suggested Visual Studio from ccache: https://github.com/ccache/ccache/wiki/MS-Visual-Studio#usage-with-visual-studio The documentation of the custom targets: https://learn.microsoft.com/en-us/visualstudio/msbuild/customize-your-build?view=vs-2022#customize-c-builds
Disabling the precompiled headers makes the build slower so it might not be feasible to use `ccache` after all. This might apply to compiling the files separately as well. Needs...
Still a draft since I only have tested the daca client script so far.
I have a different approach which tries to mitigate the errors instead of ignoring them. Needs some more testing though.
Still needs the test to be adjusted for filesystems which are case insensitive. This just prevents the crash. Additional handling would be a heuristic to lowercase the filename and check...
This exposed MacOS filesystem actually being case insensitive. I filed https://github.com/danmar/simplecpp/issues/309 and https://trac.cppcheck.net/ticket/11926 about it.
I am sure this should be changed after all. The way the suppressions are checked is really hard to follow. I think we need some refactoring of where this is...
I removed the CI files so this does not trigger a build to ease things. So please review the individual commits as the CI changes are not visible.
Valid point. But as it doesn't change the behavior there should be no issues. So we could still deprecate this but remove the version number. We have done so with...