Components of microsoft/vcpkg's binary.
Перейти к файлу
Jack·Boos·Yu b2c742187d
Output error code when getting VS ENV failed (#67)
* Output error code when getting VS ENV failed

* Format code
2021-04-28 11:58:27 -07:00
azure-pipelines [vcpkg] x-add-version now also checks if the manifest file is properly formatted (#43) 2021-04-12 16:14:30 -07:00
cmake [vcpkg] Apply fixes needed to extract vcpkg-tool (#16012) 2021-02-03 11:11:27 -08:00
docs Add docs to set VCPKG_ROOT to run tests (#45) 2021-04-06 15:55:36 -07:00
include Add x-block-origin for Asset Caching (#65) 2021-04-23 12:59:43 -07:00
src Output error code when getting VS ENV failed (#67) 2021-04-28 11:58:27 -07:00
.clang-format [vcpkg] Registries MVP (#13038) 2020-09-02 09:13:44 -07:00
.gitattributes Disable CRLF smudges. 2021-02-03 14:44:54 -08:00
.gitignore ignore QtCreator CMake project files (#54) 2021-04-13 15:18:38 -07:00
CMakeLists.txt prepare for new release: 2021-04-15 (#61) 2021-04-15 16:20:34 -07:00
Generate-SpdxLicenseList.ps1 Add azure-pipelines and e2e tests to vcpkg-tool. 2021-02-03 11:42:38 -08:00
LICENSE.txt Add scaffolding files and signed builds from the main vcpkg repo. 2021-02-03 11:42:38 -08:00
NOTICE.txt Add scaffolding files and signed builds from the main vcpkg repo. 2021-02-03 11:42:38 -08:00
README.md Add foreign language references pointing back to the main vcpkg repo. 2021-02-03 11:42:38 -08:00
VERSION.txt Add dummy version.txt for vcpkg older than vcpkg_minimum_required. (#15828) 2021-01-25 10:09:27 -08:00
vcpkg.natvis Initial addition of native visualizer, to improve debugging experience. (#3906) 2018-08-01 10:58:25 -07:00

README.md

Vcpkg: Overview

中文总览 Español 한국어 Français

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