·
3 commits
to release/1.22
since this release
Features:
- Add bookmarks and filtering of outline view. #4539 @bradphelan
- Add pre-fill project name using current folder name #4533 @HO-COOH
- Add API v5 which adds presets api. #4510 @OrkunTokdemir
- Add an option to extract details about failing tests from CTest output using regular expressions. #4420
- Add output parser for include-what-you-use. PR #4548 @malsyned
- Add better return information in the API. PR #4518
Improvements:
- In the Test Explorer, associate CTest tests with outermost function or macro invocation that calls
add_test()instead of with theadd_test()call itself. #4490 @malsyned - Better support of cmake v4.1 and its error index files in cmake-file-api replies #4575 Contributed by STMicroelectronics
- Added support for clang-cl vendor detection:
${buildKitVendor},${buildKitVersionMajor}, etc. now expand correctly when using clang-cl on Windows #4524 @wchou158
Bug Fixes:
- Fix Compiler Warnings not shown in Problems Window [#4567]#4567
- Fix bug in which clicking "Run Test" for filtered tests executed all tests instead #4501 @hippo91
- Migrate macOS CI from deprecated macOS-13 to macOS-15 Image #4633
- Ensure Visual Studio developer environment propagation preserves
VCPKG_ROOT, enabling vcpkg-dependent configure runs after using the Set Visual Studio Developer Environment command. microsoft/vscode-cpptools#14083 - Fix auto-focusing the "Search" input field in the CMake Cache view. #4552 @simhof-basyskom
- Remove the demangling feature in the code coverage implementation for now since it doesn't work properly. PR #4658
- Fix incorrect IntelliSense configuration when a
UTILITYhas source files. #4404