Skip to content

CMake Tools 1.5

Compare
Choose a tag to compare
@andreeis andreeis released this 05 Nov 22:13
f188362

Improvements:

Bug Fixes:

  • Set right base_path for variant config files. PR #1462 @leolcao
  • Inconsistent buildType substitution. #1366
  • ${workspaceFolder} is not working for "environmentSetupScript" option. #1309 @Yaxley123
  • Preserve focus when executing "CMake:Run Without Debugging". #1138 @estshorter
  • Problems with CMake: Quick Start. #1004 @alan-wr
  • Remove depends on optimist by upgrade handlebars. PR #1447 @lygstate
  • Ignore the vcvars dev-bat call result. PR #1403 @lygstate
  • Fix vs2010 which doesn't recognize host=x64. PR #1481 @lygstate
  • Don't rebuild when doing command substitution. #1487
  • Duplicate compiler flags should not be removed. PR #1497
  • Hide "Unknown Language" for CUDA source files. PR #1502 @Synxis
  • Ensure immediate effect of settings for communication mode and all generator related. PR #1500
  • Fix shell script and vcvars devbat when TEMP folder has a space in the middle. #1492