Showing results for August 2020 - C++ Team Blog

Aug 27, 2020
Post comments count4
Post likes count0

Introducing vcperf /timetrace for C++ build time analysis

Kevin Cadieux
Kevin Cadieux

The following blog post was written by guest author Carlos Fraguas from Mercury Steam Entertainment. He describes how he used the C++ Build Insights SDK to add the new /timetrace option in vcperf, and how he also used it to build custom tools tailored to his team's needs. You can follow Carlos on Twitter using handle @MetanoKid. Hello! I’m C...

AnnouncementDiagnostics
Aug 13, 2020
Post comments count11
Post likes count0

Introducing source dependency reporting with MSVC in Visual Studio 2019 version 16.7

Cameron DaCamara
Cameron DaCamara

C++20 demands a lot more from the ecosystem than ever before. With C++20 Modules on the horizon the compiler needs to work closely with project systems in order to provide rich information for build dependency gathering and making iterative builds faster for inner-loop development. The compiler and project teams have acknowledged the new relationsh...

C++Announcement
Aug 11, 2020
Post comments count23
Post likes count0

AddressSanitizer for Windows: x64 and Debug Build Support

Augustin Popa
Augustin Popa

⌚ This post was last updated on March 24, 2021 with up-to-date information as of the 16.9 release of Visual Studio.  Special thanks to Jim Radigan and Matthew McGovern for providing the content for this blog post. Note: This feature is now generally available. To get started, take a look at the official AddressSanitizer for Windows with MSVC ...

C++
Aug 3, 2020
Post comments count0
Post likes count0

Sign Up for the Private Preview of Visual Studio support for Codespaces!

Nick Uhlenhuth
Nick Uhlenhuth

At the Microsoft Build conference, you may have seen our C++ Codespaces demo (at 26:00). We showed several ways Codespaces can improve your C++ development experience, including offloading your builds and other compute-heavy tasks to the cloud. We’ve already been chatting with many you, and now we are ready to allow more people into the Private Pre...

C++