George Evmenov

Results 8 comments of George Evmenov

Agree, that this is necessary. For now you can either kill cppcheck process from task manager or start another check on smaller project and this would kill previous check.

Just to make it clear: now this task is "Make tool window display some notification when check is started/finished".

From the other hand may be it is better to not include all provided paths or not always do that. Check goes way longer with boost and system paths included....

Mind if I'll add option to either use project only includes or use full paths?

Also I can't find a way to get full preprocessor definitions list.

> To the first question: I'm not even entirely sure what you mean. I don't mind, however I like keeping the interface as simple as possible. Suggested checkbox would be...

Ok, then I'll leave includes as they are now after my last change (all includes path used even "system" paths). The only thing that need to be done in this...

Worked for me after replacing -MMD with -MD and not adding DEPFILE property for the Unix Makefiles, i.e. ``` if (${CMAKE_GENERATOR} STREQUAL "Ninja") add_custom_command with DEPFILE else () add_custom_command without...