Showing results for 2022 - C++ Team Blog

Dec 14, 2022
2
0

vcpkg Documentation Moves to Microsoft Docs Platform

Augustin Popa
Augustin Popa

vcpkg Documentation Moves to Microsoft Docs Platform As of today, the vcpkg documentation has a new home at https://learn.microsoft.com/vcpkg. This is the platform that most Microsoft documentation is hosted on and comes with many features that make it easier to search, navigate, author, and review documentation. All current vcpkg articles are ...

C++
Dec 13, 2022
1
0

Standards conformance improvements to /Gw in Visual Studio version 17.5 Preview 2

Kyle Brady
Kyle Brady

The /Gw switch enables the linker to optimize global data to reduce binary size. As part of the 17.5 Preview 2 release a new flag, , has been added to improve C++ standards conformance when using . Previously, when using , certain One Definition Rule (ODR) violations were being ignored and would not cause an error. The new flag ensures that we do ...

C++
Dec 13, 2022
0
3

Improving the State of Debug Performance in C++

Cameron DaCamara
Cameron DaCamara

In this blog we will explore one change the MSVC compiler has implemented in an effort to improve the codegen quality of applications in debug mode. We will highlight what the change does, and how it could be extended for the future. If debug performance is something you care about for your C++ projects, then Visual Studio 2022 version 17.5 is ...

AnnouncementC++New Feature
Nov 29, 2022
2
1

MSVC OpenMP Update

Tanveer Gani
Tanveer Gani

Summary of your post, shown on the home page next to the featured image

C++OpenMP
Nov 28, 2022
4
4

A Tour of 4 MSVC Backend Improvements

Sy Brand Eric Brumer
Sy,
Eric

This blog post presents some of the optimizations the backend team has implemented for Visual Studio 2022.

C++performanceBackend
Nov 16, 2022
2
1

vcpkg 2022.11.14 and 2022.10.19 Releases: Localization for 14 Languages, Overlay Ports/Triplets in Manifests, acquire-project Command, and More…

Augustin Popa
Augustin Popa

The 2022.11.14 release of the vcpkg package manager is available. This blog post summarizes changes from September 27th, 2022 to November 13th, 2022 for the Microsoft/vcpkg and Microsoft/vcpkg-tool GitHub repos. Some stats for this period:   Notable Changes Notable changes for this release are summarized below...

C++Vcpkg
Nov 15, 2022
0
3

Visual Studio 2022 Performance: Faster C++ Source Code Indexing

Victor Ciura
Victor Ciura

Building on top of performance wins in Visual Studio 2022 version 17.3, we are excited to announce additional improvements in version 17.4. Whether you are a game developer, work with large codebases, or have solutions with many C++ projects, your development experience in Visual Studio 2022 17.4 will feel even faster. In 17.4 we ...

C++performanceGame Development
Nov 8, 2022
0
6

What’s New for C++ Developers in Visual Studio 2022 17.4

Sy Brand
Sy Brand

We are happy to announce that Visual Studio 2022 version 17.4 is now generally available! This post summarizes the new features you can find in this release for C++. You can download Visual Studio 2022 from the Visual Studio downloads page or upgrade your existing installation by following the Update Visual Studio Learn page. Arm64 In 17.3, ...

AnnouncementC++

Feedback