Skip to content

Releases: OpenCppCoverage/OpenCppCoveragePlugin

OpenCppCoverage Plugin 0.9.7.1

09 Feb 16:45
Compare
Choose a tag to compare

Changelog:

  • Fix System.ArgumentNullException when using GIT-compare: #33
  • Fix The filename or extension is too long when running OpenCppCoveragePlugin on a lot of projects: OpenCppCoverage/OpenCppCoverage#103

OpenCppCoverage Plugin 0.9.7.0

09 Feb 16:44
Compare
Choose a tag to compare

Changelog:

  • All settings are saved by project.
  • There are two commands:
    • OpenCppCoverage Settings (Ctrl+R, Ctrl+S): Open the OpenCppCoverage settings window.
    • Run OpenCppCoverage (Ctrl+R, Ctrl+C): Run OpenCppCoverage without opening the settings window and without displaying the program output.
  • Update OpenCppCoverage to the version 0.9.8.0.
  • Fix an issue when the plugin R Tools is installed: #18
  • Fix "Reset" button when opening the settings window from the project contextual menu.

OpenCppCoverage Plugin 0.9.6.1

01 Oct 09:12
Compare
Choose a tag to compare

Version 0.9.6.1:

  • Remove the reference to PresentationFramework.Aero2 (Not available on Windows 7).

OpenCppCoverage Plugin 0.9.6.0

23 Sep 13:50
Compare
Choose a tag to compare

Release Notes:

  • Visual Studio 2015 redistributable is not needed anymore.

Changelog:

  • Update OpenCppCoverage 0.9.6.1 to 0.9.7.0.
  • Use theme colors (#16).
  • Move "Run OpenCppCoverage" button down in project menu (#15).
  • Always use OpenCppCoverage 64 bits on Windows 64 bits (OpenCppCoverage/OpenCppCoverage#55).

OpenCppCoverage Plugin 0.9.4.2

30 Jan 12:51
Compare
Choose a tag to compare

Release Notes:
You need to install Visual Studio 2015 redistributable Update 3 vc_redist.x86.exe and vc_redist.x64.exe (for 64 bits operating system) and restart Visual Studio. Download link: https://www.microsoft.com/en-us/download/details.aspx?id=53587. You can also install both OpenCppCoverageSetup-x86-0.9.6.1.exe and OpenCppCoverageSetup-x64-0.9.6.1.exe.

Changelog:

  • Add a button to select and deselect all projects (#9)
  • Add better colors for different themes for covered and not covered lines (#10)
  • Fix an issue when defining an environment variable in Visual Studio that alreay exists in the system environment.

OpenCppCoverage Plugin 0.9.4.1

24 Aug 21:05
Compare
Choose a tag to compare

Release Notes:
You need to install Visual Studio 2015 redistributable Update 3 vc_redist.x86.exe and vc_redist.x64.exe (for 64 bits operating system) and restart Visual Studio. Download link: https://www.microsoft.com/en-us/download/details.aspx?id=53587. You can also install both OpenCppCoverageSetup-x86-0.9.6.1.exe and OpenCppCoverageSetup-x64-0.9.6.1.exe.

Changelog:

  • Coverage can be directly run from project contextual menu in the window Solution Explorer
  • Fix the issue Cannot find tool: VCCLCompilerTool for projects generated by CMake
  • Fix a random issue in Visual Studio 2017. Run Coverage button builds the project but not always run the code coverage