Skip to content

Releases: fredericbonnet/cmake-test-explorer

Version 0.10.1

04 Nov 21:22
Compare
Choose a tag to compare

Fixed

  • Fix debug configuration handling with debuggers other than 'cppdbg' (see issue #22)

Version 0.10.0

28 Aug 16:35
Compare
Choose a tag to compare

Added

  • Add possibility to group tests based on delimiter in their names (thanks
    @macdems!)

Changed

  • No longer wait for CMake Tools during activation. This prevents issues with
    tests failing to load when CMake Tools integration is activated but the
    extension is not installed or activated (see issue #15).

Fixed

  • Fix issue #17 for tests with non-default WORKING_DIRECTORY

Version 0.9.0

28 Jul 18:45
Compare
Choose a tag to compare

Added

  • Add parallel tests execution (thanks @macdems!)

Version 0.8.0 "Bastille Day 🇫🇷"

14 Jul 14:49
Compare
Choose a tag to compare

Added

  • Add variable substitution in settings
  • Add CMake Tools integration

Thanks to @andrewbridge for these contributions!

Version 0.7.0

29 Jun 19:28
Compare
Choose a tag to compare

Added

  • Add custom debug configurations

Version 0.6.0

03 May 15:23
Compare
Choose a tag to compare

Added

  • Add preliminary debug support

Version 0.5.0

01 Mar 14:26
Compare
Choose a tag to compare

Added

  • Add support for extra CTest command-line arguments

Version 0.4.0

02 Dec 21:17
Compare
Choose a tag to compare

Fixed

  • Run tests with CTest instead of executing the test commands directly. This fixes a number of issues with CTest options such as PASS_REGULAR_EXPRESSION. Fixes issues #4 and #5.

Version 0.3.1

01 Nov 13:33
Compare
Choose a tag to compare

This is a minor patch with only README update.

Changed

  • Update README with the new cmakeExplorer.buildConfig setting

Version 0.3.0

01 Nov 13:17
Compare
Choose a tag to compare

Added

  • Add support for build configurations