Skip to content

CMake Tools 1.6.0

Compare
Choose a tag to compare
@andreeis andreeis released this 11 Feb 21:39
5fe1a96

1.6.0

Bug Fixes:

  • Fix Clang kit detection when version is at end of line. #1342 @falbrechtskirchinger
  • Fix cache variables regular expression dealing with '='. #1613
  • Add cmake.exportCompileCommandFile. #1440
  • Fix the regexp of Gcc/Clang version to account for localization and more possible text patterns. #1575
  • Fix regexp for compiler flags that contain spaces. #1414
  • Fix compile active file when definition has quoted text. #969
  • Re-register the tasks provider when the current build target changes. #1576
  • Don't localize the VS Clang kit name. PR #1632
  • Remove CMake Tools activation of non CMake projects when tasks.runTask is executed. PR #1642
  • Add the TWXS CMake extension in the CMake Tools extension pack. PR #1643