Showing archive results for 2022

Jul 25, 2022
Post comments count4
Post likes count1

vcpkg July 2022 Release is Now Available: Shared Libraries on Linux, Improved vcpkg new, Optional name and version Fields, and More…

Augustin Popa
Augustin Popa

The July 2022 release of the vcpkg package manager is available. This blog post summarizes changes from June 16th, 2022 to July 24th, 2022 for the microsoft/vcpkg and microsoft/vcpkg-tool GitHub repos. Some stats for this period:   Notable Changes Better support for shared libraries on Linux This update inclu...

C++Vcpkg
Jul 12, 2022
Post comments count10
Post likes count0

Integrated Terminal in Visual Studio: New SSH integration for Linux targeting

Sinem Akinci
Sinem Akinci

In the latest version of Visual Studio, users are now able to leverage the integrated terminal to access their remote targets when developing for remote machines from Windows. This updated terminal includes an interactive SSH shell. It can be accessed by going to View->Terminal in Visual Studio.  Now, instead of starting an SSH session in...

C++Linux
Jul 11, 2022
Post comments count2
Post likes count0

VS2022 Performance Enhancements: Faster C++ Development

David Li
David Li

Introduction Building on top of our performance wins in earlier releases of VS2022, we are excited to announce additional improvements in Visual Studio 2022 17.3! Whether you are a game developer, work with large codebases, or have a small C++ project, your C++ development experience in Visual Studio 17.3 will feel even faster! In this blog, I ...

C++performanceGame Development
Jun 22, 2022
Post comments count0
Post likes count1

vcpkg June 2022 Release is Now Available: Force Download vcpkg Dependencies, Documentation Changes, and More

Augustin Popa
Augustin Popa

The June 2022 release of the vcpkg package manager is available. This includes a hotfix that fixed a regression in the binary caching experience. This blog post summarizes changes from May 11th, 2022 to June 15th, 2022 for the microsoft/vcpkg and microsoft/vcpkg-tool GitHub repos. In the past month, the ISO C++ 2022 Annual Developer Survey resul...

C++
Jun 15, 2022
Post comments count0
Post likes count0

What’s New in CMake for VS Code

Sinem Akinci
Sinem Akinci

The latest version of CMake tools is now available for download in the VS Code Marketplace or using the .vsix file. We have been working hard on improving the CMake experience and are excited to share some new features and improvements for users starting in version 1.11.  ‘CMake’ task provider updates  We have added more options to the build task...

C++CMakeVisual Studio Code
Jun 7, 2022
Post comments count0
Post likes count3

Serial and Zephyr support for Visual Studio and VS Code

Marc Goodner
Marc Goodner

We are continuing to improve our embedded development support in Visual Studio and VS Code. We have recently introduced a serial monitor and RTOS support for Zephyr. These capabilities are present in Visual Studio 17.3 Preview 1 as part of the Linux and embedded development workload. The Embedded Tools extension for VS Code also includes these capa...

embeddedNew FeatureIoT
Jun 7, 2022
Post comments count1
Post likes count1

MSVC Backend Updates in Visual Studio 2022 version 17.2

Chris Pulido
Chris Pulido

In Visual Studio 2022 version 17.2 we have continued to improve the C++ backend with new features, new and improved optimizations, build throughput improvements, and better security. Here is a list of improvements for you to review. Do you want to experience the new improvements of th...

C++Backend
May 17, 2022
Post comments count2
Post likes count0

vcpkg May 2022 Release: artifacts using JSON, COS and SPDX support, and more

Augustin Popa
Augustin Popa

The May 2022 release of the vcpkg package manager is available. This blog post summarizes changes from March 31st, 2022 to May 10th, 2022 for the Microsoft/vcpkg and Microsoft/vcpkg-tool GitHub repos. Some stats for this period:   Notable Changes vcpkg Artifacts update This is our first significant update to vcpk...

C++Vcpkg