CMake Tools 1.5
Improvements:
- Support variables for Kit.toolchainFile. PR #991 #1056 @blakehurd/@bobbrow
- Implement cmake:hideBuildCommand context option. PR #1355 @tritao
- Add option to set CMAKE_BUILD_TYPE also on multi-config generators. PR #1393 @tonka3000
- Detect Clang for MSVC (GNU CLI) kits. #823 @omcnoe
- GUI support for CMake Tools cache. #513 @nieroger
- Tasks support. PR #1268 @vptrbv
- MacBook Pro touchbar support. #499 @vptrbv
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