MSVC opensource deployment.
This just showed up in my junk mail box. Vcpkg updates: Static linking is now available https://github.com/Microsoft/vcpkg With 90+ libraries in its catalog, Vcpkg makes it easier to find the right open source library for Visual C++ 2015. The latest update now supports static linking. This kind of interesting: a) Does this constitute and open-source source code deployment system that perhaps we might learn from/exploit? b) I'm intrigued with the comment under "License": "Code licensed under MIT License" Boost is in this repository - I don't remember changing the Boost license. Robert Ramey
Boost is in this repository - I don't remember changing the Boost license.
Boost is not in the repository. Code that goes and downloads boost for the end user is in the repository. https://github.com/Microsoft/vcpkg/blob/master/ports/boost/portfile.cmake
Billy3
________________________________
From: Boost
On Tue, Nov 15, 2016 at 7:08 AM, Robert Ramey
b) I'm intrigued with the comment under "License":
"Code licensed under MIT License"
Boost is in this repository - I don't remember changing the Boost license.
The actual Boost code isn't in the repo is it? I assume the MIT license is for vcpkg code itself. -- Olaf
On Tue, Nov 15, 2016 at 12:08 AM, Robert Ramey
This kind of interesting:
a) Does this constitute and open-source source code deployment system that perhaps we might learn from/exploit?
Partly.. As only the client, if I understand correctly, is open sourced. Not like the Conan (http://conan.io) which is fully open source including client and server. -- -- Rene Rivera -- Grafik - Don't Assume Anything -- Robot Dreams - http://robot-dreams.net -- rrivera/acm.org (msn) - grafikrobot/aim,yahoo,skype,efnet,gmail
+Robert
There is no server component to open source. It downloads the boost tar.gz from sourceforge over standard HTTP.
Billy3
________________________________
From: Boost
This kind of interesting:
a) Does this constitute and open-source source code deployment system that perhaps we might learn from/exploit?
Partly.. As only the client, if I understand correctly, is open sourced. Not like the Conan (https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fconan.io&data=02%7C01%7Cbion%40microsoft.com%7C0fc62bd429cb4e337b5508d40e3216c6%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636149055670746716&sdata=n%2F6pRmbrWRF4vwpWr7%2B01dUHfvT1NFzsAwB8IDnLXWE%3D&reserved=0) which is fully open source including client and server. -- -- Rene Rivera -- Grafik - Don't Assume Anything -- Robot Dreams - https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Frobot-dreams.net&data=02%7C01%7Cbion%40microsoft.com%7C0fc62bd429cb4e337b5508d40e3216c6%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636149055670746716&sdata=fhQL8QyXGMb9QB7%2FPL3QHqBjnefEVm%2FoER6iAE6bLyE%3D&reserved=0 -- rrivera/acm.org (msn) - grafikrobot/aim,yahoo,skype,efnet,gmail _______________________________________________ Unsubscribe & other changes: https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.boost.org%2Fmailman%2Flistinfo.cgi%2Fboost&data=02%7C01%7Cbion%40microsoft.com%7C0fc62bd429cb4e337b5508d40e3216c6%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636149055670746716&sdata=1D2T%2BuLrV4fhw%2FSdRn8Ouhj2N1RBaUV6BoLdnTopys0%3D&reserved=0
On Wed, Nov 16, 2016 at 4:05 PM, Rene Rivera
On Tue, Nov 15, 2016 at 12:08 AM, Robert Ramey
wrote: This kind of interesting:
a) Does this constitute and open-source source code deployment system that perhaps we might learn from/exploit?
Partly.. As only the client, if I understand correctly, is open sourced. Not like the Conan (http://conan.io) which is fully open source including client and server.
vcpkg doesn't really use a server, does it? -- Olaf
participants (4)
-
Billy O'Neal (VC LIBS)
-
Olaf van der Spek
-
Rene Rivera
-
Robert Ramey