dbe5d27b65
* Use /MT and CMake 3.15. CMakeLists.txt: 1 Bump to 3.15 4 Turn on policy CMP0092 to disable default cmake warnings. 30 Remove previous now-redundant use of MSVC_RUNTIME_LIBRARY 99 Remove regex obsoleted by CMP0092 utilities.cmake 194 Remove clang 9.x development warnings workaround. 203 Remove /W3 when development warnings are off. * Make CMAKE_MSVC_RUNTIME_LIBRARY toolchain and command line overridable. Co-authored-by: Robert Schumacher <roschuma@microsoft.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com> |
||
---|---|---|
azure-pipelines | ||
cmake | ||
docs | ||
include | ||
src | ||
.clang-format | ||
.gitattributes | ||
.gitignore | ||
CMakeLists.txt | ||
Generate-SpdxLicenseList.ps1 | ||
LICENSE.txt | ||
NOTICE.txt | ||
README.md | ||
VERSION.txt | ||
vcpkg.natvis |
README.md
Vcpkg: Overview
Vcpkg helps you manage C and C++ libraries on Windows, Linux and MacOS. This tool and ecosystem are constantly evolving, and we always appreciate contributions!
Please see the main repository https://github.com/microsoft/vcpkg for all feature discussion, issue tracking, and edits to which libraries are available.
Vcpkg-tool: Overview
This repository contains the contents formerly at https://github.com/microsoft/vcpkg in the "toolsrc" tree, and build support.
Contributing
Please refer to the "contributing" section of the
main README.md
.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or email opencode@microsoft.com with any additional questions or comments.
License
The product code in this repository is licensed under the MIT License. The tests
contain 3rd party code as documented in NOTICE.txt
.
Telemetry
vcpkg collects usage data in order to help us improve your experience. The data collected by Microsoft is anonymous. You can opt-out of telemetry by re-running the bootstrap-vcpkg script with -disableMetrics, passing --disable-metrics to vcpkg on the command line, or by setting the VCPKG_DISABLE_METRICS environment variable.
Read more about vcpkg telemetry at docs/about/privacy.md