Releases: OpenCppCoverage/OpenCppCoveragePlugin
OpenCppCoverage Plugin 0.9.7.1
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
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
Version 0.9.6.1:
- Remove the reference to PresentationFramework.Aero2 (Not available on Windows 7).
OpenCppCoverage Plugin 0.9.6.0
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
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:
OpenCppCoverage Plugin 0.9.4.1
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