Vcpkg: a tool to acquire and build C++ open source libraries on Windows--Eric Mittelette
The Visual Studio Team has announced the availability of Vcpkg, a tool which simplifies acquiring and building open source libraries on Windows.
Vcpkg: a tool to acquire and build C++ open source libraries on Windows
From the article:
Acquiring native libraries on Windows is a critical part of the application development process; in our surveys, you told us that 80% of your C++ projects depend on two or more libraries...

The STE||AR Group has released V0.9.99 of HPX -- A general purpose parallel C++ runtime system for applications of any scale.