Showing results for August 2022 - C++ Team Blog

Aug 23, 2022
0
2

vcpkg August 2022 Release is Now Available: CMake Version Update, Updated FAQ, Cross-compilation Fix for Apple Silicon

Augustin Popa
Augustin Popa

The August 2022 release of the vcpkg package manager is available. This blog post summarizes changes from July 25th, 2022 to August 14th, 2022 for the Microsoft/vcpkg and Microsoft/vcpkg-tool GitHub repos. Some stats for this period:   Notable Changes This is a minor update and there was no tool update this mo...

C++Vcpkg
Aug 18, 2022
4
2

Updates to Visual Studio Build Tools license for C and C++ Open-Source projects

Marian Luparu
Marian Luparu

Visual Studio Build Tools (VSBT) can now be used for compiling open-source C++ dependencies from source without requiring a Visual Studio license, even when you are working for an enterprise on a commercial or closed-source project. This change expands user rights to the Build Tools and does not limit the existing Visual Studio Community license...

C++Announcement
Aug 9, 2022
0
1

Official Support for Arm64EC is Here 

Pranav Srinivasan
Pranav Srinivasan

Last year, Microsoft announced x64 compatibility for Windows 11 on Arm, along with the new Arm64EC ABI, a new way to bring apps to Windows on Arm. With Arm64EC you can mix Arm and x64 code in the same process, allowing you to port existing x64 apps to Arm in an incremental way. We also announced experimental support for Arm64EC development in Visua...

C++
Aug 9, 2022
0
1

MSVC Backend Updates in Visual Studio 2022 version 17.3

Chris Pulido
Chris Pulido

In Visual Studio 2022 version 17.3 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 the C++ backen...

C++BackendOpenMP