Components of microsoft/vcpkg's binary.
Перейти к файлу
Robert Schumacher e7cb06347c
Refactor apart 'config data' from 'behavior object' for registries (#275)
* Refactor apart 'config data' from 'behavior object' for registries

* Fix relative path in filesystem registry config

* Address review comments

* Review comments
2021-11-29 15:56:50 -08:00
azure-pipelines Refactor apart 'config data' from 'behavior object' for registries (#275) 2021-11-29 15:56:50 -08:00
cmake [localization 1/n] First minor changes, mostly additive (#218) 2021-10-26 09:58:33 -07:00
docs Add docs to set VCPKG_ROOT to run tests (#45) 2021-04-06 15:55:36 -07:00
include Refactor apart 'config data' from 'behavior object' for registries (#275) 2021-11-29 15:56:50 -08:00
locales [localization 1/n] First minor changes, mostly additive (#218) 2021-10-26 09:58:33 -07:00
src Refactor apart 'config data' from 'behavior object' for registries (#275) 2021-11-29 15:56:50 -08:00
.clang-format Update format to clang-format 12 (#164) 2021-08-18 14:51:38 -07:00
.gitattributes Disable CRLF smudges. 2021-02-03 14:44:54 -08:00
.gitignore Add SourceLink (#63) 2021-05-24 11:22:45 -07:00
CMakeLists.txt Bump date to 2021-11-24. 2021-11-24 16:18:44 -08:00
Generate-SpdxLicenseList.ps1 Update spdx license lists (#221) 2021-10-18 12:18:50 -07:00
LICENSE.txt Add scaffolding files and signed builds from the main vcpkg repo. 2021-02-03 11:42:38 -08:00
LocProject.json [localization 1/n] First minor changes, mostly additive (#218) 2021-10-26 09:58:33 -07:00
NOTICE.txt [localization 1/n] First minor changes, mostly additive (#218) 2021-10-26 09:58:33 -07: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
cgmanifest.json [localization 1/n] First minor changes, mostly additive (#218) 2021-10-26 09:58:33 -07: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