Discookie

Results 12 issues of Discookie

I copied the ``example2.cpp`` file, and tried to build it with a default ``cmake`` configuration from [the docs](https://nanogui.readthedocs.io/en/latest/compilation.html), on 64-bit, without specifying ``/arch:``. By default, MSVC uses SSE2 on x64....

In Windows 10 1903, you have the ability to change the output device of apps individually. ![image](https://user-images.githubusercontent.com/16914176/81811902-a9018880-9525-11ea-953a-d7485439d5d0.png) However, after changing the output device, EZBlocker's status is stuck on 'Loading...' and...

Related issue for the VS Code plugin: Ericsson/CodecheckerVSCodePlugin#143 For local use of CodeChecker, when doing a full `CodeChecker analyze` run, sometimes a couple files take vastly longer than the rest....

CLI :computer:
analyzer :chart_with_upwards_trend:

Fixes (partially) #137 CodeChecker is assumed to output a summary of its analysis in a user-readable manner, on its last stderr line. This reason is now displayed on the sidebar,...

enhancement

Fixes #139. Requires #140 for CI passing. By default, all CodeChecker bug severities except STYLE are displayed as errors inside the editor. This PR adds a setting to enable changing...

Currently clang-tidy reports are displayed as reproduction steps, even though they only consist of a single step, and maybe a fixit. There should be a button to apply the report's...

In previous versions, the folder structure of .codechecker looked something like: ``` .codechecker - compile_commands.json - metadata.json - xyz.plist - ... ``` With CodeChecker 1.3.0 (commit 36448fb), the CodeChecker output...

Until now I thought Clang-Tidy only reported single source-locations where it emitted a warning. However, apparently you can pass one or more source-ranges as a parameter to Tidy's diagnostics. See...

enhancement :star2:
analyzer :chart_with_upwards_trend:
clang-tidy :dragon:

Tracking issue for various VS Code-related use cases, that are needed for making the UX for the "Reports in current file" on the IDE side better. See Ericsson/CodeCheckerVSCodePlugin#149. - [...

analyzer :chart_with_upwards_trend:

Enabled analyzers, maybe enabled/disabled checkers, and other common flags should have their own separate option in the Settings menu. The commandline arguments should only be used as a last resort,...