GithubHelp home page GithubHelp logo

wanghai2016 / cppcheck-vs-addin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from violetgiraffe/cppcheck-vs-addin

0.0 2.0 0.0 310 KB

Visual Studio integration for cppcheck, an open-source static code analyzer for C++

License: MIT License

C# 100.00%

cppcheck-vs-addin's Introduction

Visual Studio integration add-in for Cppcheck

Build status

Cppcheck is a C and C++ source code static analysis tool.

This plugin integrates Cppcheck into Visual Studio and allows:

  • automatically checking every C / C++ source file upon saving;
  • checking the currently selected project in the Solution Explorer (menu -> Tools -> Check current project);
  • convenient message suppression management with options to suppress specific messages, all messages in a given file, specific message types in a given file, message types globally, solution-wide and project-wide.

Download

Visual Studio 2015 and 2017 are supported.

Get the latest release

NOTE: The add-in does not deploy Cppcheck executable. Please, go to Cppcheck website, download the installer and install it before first use of the add-in. The add-in then may prompt for location of the cppcheck.exe.

Contributors

Should you decide to open, build and debug the project please follow these steps:

  • Install Visual Studio SDK for your version of Visual Studio. If you plan to open the project in more that one supported version you'll have to install the matching Visual Studio SDK for each version of Visual Studio separately. Here's Visual Studio 2012 SDK and here's Visual Studio 2013 SDK. Starting with Visual Studio 2015, the SDK is an optional feature to install.

  • Note: if the Visual Studio instance in which you planned to open the project was running while you were installing the SDK you'll have to restart that Visual Studio instance - otherwise the project won't open.

  • Once Visual Studio SDK has been installed you can start Visual Studio and open the project.

  • Press F5 (Debug -> Start Debugging) to have the project built and deployed into "Experimental Instance" of Visual Studio. This should start another ("experimental") instance of Visual Studio of the same version with the addin deployed there.

  • If the project builds fine but "Experimental instance" does not start (you get Visual Studio cannot start debugging because the debug target is missing) message or the wrong Visual Studio version is started do the following:

  • right-click the project in Solution Explorer and get to Properties

  • get to Debug tab

  • next to start external program alter the path so that it points to where the right version of Visual Studio is installed. Path should be something like "C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\devenv.exe"

  • In the same window add /rootsuffix Exp to Command line arguments

cppcheck-vs-addin's People

Contributors

violetgiraffe avatar dmitry-me avatar altren avatar graemekelly avatar playmyskay avatar x29a avatar quatmax avatar kinglike1337 avatar icnocop avatar mloskot avatar 2xmax avatar mkurdej avatar lederernc avatar m5knt avatar mrgreywater avatar

Watchers

James Cloos avatar wanghai avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.