Oliver Stöneberg
Oliver Stöneberg
### Environment * Operating System (e.g. Ubuntu 16.04 x64): Windows 10 * IDE Version (e.g. CLion 2016.3.2): Clion 2020.1 (201.6668.86) * Cppcheck executable version (`cppcheck --version`): 1.90 * Cppcheck plugin...
Currently no additional includes paths are being passed to the analysis. This may lead to false positives or findings not being reported at all. We should also indicate that a...
Currently the batch analysis is just a batch of on-the-fly inspections. So if you pass a folder to it you will get different results as if you passed a folder...
The plugin has just an average rating at https://plugins.jetbrains.com/plugin/8143-cppcheck/reviews. It seems most of them stem from the documentation for the initial setup being confusing. We need to figure out what...
### Environment * Operating System (e.g. Ubuntu 16.04 x64): Windows 10 Version 1909 * IDE Version (e.g. CLion 2016.3.2): Clion 2020.1 (201.6668.86) * Cppcheck executable version (`cppcheck --version`): 1.90 *...
Currently there is no way to look at the Cppcheck output from inside the IDE. You need to call it manually with the proper command-line options you get that. We...
I installed Visual Studio 2017 Community and generated projects for it. Unfortunately they don't work out of the box: ``` 118>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Platforms\x64\PlatformToolsets\v141\Toolset.targets(36,5): error MSB8036: The Windows SDK...
This only refactors the code and does not functional changes. There's also some bugs/missing features I could have tackled but I will do that in a separate PR. The goal...
I have been using this for quite a while now and made adjustments so it will also work with commit hashes so I think this is ready for a review...
This allows both to build binaries and run the analysis successfully. Obviously they are not fully supported yet so I added a check which prevents uploads from happening for now....