Showing results for Announcement - C++ Team Blog

Nov 16, 2016
0
0

Introducing Go To, the successor to Navigate To

Augustin Popa
Augustin Popa

Visual Studio 2017 comes packed with several major changes to the core developer productivity experience. It is our goal to maximize your efficiency as you develop applications, and this requires us to constantly refine our features and improve on them over time. For Visual Studio 2017, we wanted to improve code navigation, particularly for larger ...

C++Announcement
Nov 16, 2016
0
0

Open any folder with C++ sources in Visual Studio 2017 RC

Marian Luparu
Marian Luparu

With the Visual Studio 2017 RC release, we're continuing to improve the "Open Folder" capabilities for C++ source code. In this release, we're adding support for building as well as easier configuration for the debugger and the C++ language services. If you are just getting started with "Open Folder" or want to read about these capabilities in mor...

AnnouncementOpenFolder
Nov 16, 2016
0
0

CMake support in Visual Studio – the Visual Studio 2017 RC update

Marian Luparu
Marian Luparu

Visual Studio 2017 RC is an important release when it comes to its support for CMake. The "Tools for CMake" VS component is now ready for public preview and we’d like to invite all of you to bring your CMake projects into VS and give us feedback on your experience. For an overview of the general Visual Studio CMake experience, head over to the ann...

AnnouncementCMake
Nov 16, 2016
0
0

Updates to Expression SFINAE in VS 2017 RC

Andrew Pardoe
Andrew Pardoe

Throughout the VS 2015 cycle we've been focusing on the quality of our expression SFINAE implementation. Because expression SFINAE issues can be subtle and complex we've been using popular libraries such as Boost and Microsoft's fork of Range-v3 to validate our implementation and find remaining bugs. As we shift the compiler team's focus to Visual ...

Announcement
Nov 16, 2016
0
0

Give Visual C++ a Switch to Standard Conformance

Andrew Pardoe
Andrew Pardoe

This post was written by Gabriel Dos Reis, Phil Christensen, and Andrew Pardoe The Visual C++ Team is excited to announce that the compiler in Visual Studio 2017 RC will feature a mode much closer to ISO C++ standards conformance than any time in its history. This represents a major milestone in our journey to full ISO C++ conformance.  The mode i...

Announcement
Nov 8, 2016
0
0

Visual C++ docs: the future is… soon!

EricMittelette
EricMittelette

We on the Visual C++ documentation team are pleased to announce some changes to the API reference content in the following Visual C++ libraries: STL, MFC, ATL, AMP, and ConcRT. Since the beginning of MSDN online, the Visual C++ libraries have documented each class member, free function, macro, enum, and property on a separate web page. While this ...

AnnouncementDocumentation
Nov 1, 2016
0
0

Vcpkg updates: Static linking is now available

EricMittelette
EricMittelette

One month ago, we announced the availability of Vcpkg a command line tool to easily acquire and build open source C++ lib and consume it in Visual Studio 2015. The initial release provided only dynamic link libraries, but we heard your feedback, and we are pleased to announce static linking support with Vcpkg. To generate static libraries, use one...

AnnouncementVcpkg
Oct 21, 2016
0
0

CppRestSDK 2.9.0 is available on GitHub

EricMittelette
EricMittelette

We are delighted to announce a new version of CppRestSDK (Casablanca) 2.9.0, this new version available on GitHub introduces new features and fixes issues reported on the 2.8.0 version. The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to ...

Announcement
Oct 13, 2016
0
0

C++/WinRT Available on GitHub

Eric Battalio
Eric Battalio

C++/WinRT is now available on GitHub. This is the future of the Modern C++ project and the first public preview coming officially from Microsoft. https://github.com/microsoft/cppwinrt C++/WinRT is a standard C++ language projection for the Windows Runtime implemented solely in header files. It allows you to both author and consume Windows Runtime...

Announcement
Oct 5, 2016
0
0

Faster C++ build cycle in VS 2017 with /Debug:fastlink

Ankit Asthana
Ankit Asthana

Continuing with our goal of further improving developer productivity with Visual Studio 2017 there have been major investments made for also improving incremental developer builds. The developer incremental build is one where a developer changes a single or multiple source files and builds. The time spent in these builds is almost equal to the time...

Announcementperformancefaster