Git Product home page Git Product logo

cppcheck-vs-addin's Introduction

#Visual Studio integration add-in for Cppcheck

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 2012, 2013 and 2015 (except Express editions) supported.

Get the latest release

###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

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

Stargazers

 avatar

Watchers

 avatar  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.