vcpkg/toolsrc/include
nicole mazzuca c898283a41
[vcpkg registries] support versions (#15114)
* [vcpkg registries] support versions

This PR merges the Registries changes and the versioning changes, so that one can use both at the same time.

There is one major difference between this PR and the RFC (#13590), which is that instead of version files looking like:

```json
[
  ...
]
```

version files look like:

```
{
  "versions": [
    ...
  ]
}
```

this is to support interop between this PR and existing demos and the like;
fixing this, along with perhaps renaming `port_versions` to `port-versions` should be done after this is merged,
should be a trivial change.
2020-12-21 15:40:21 -08:00
..
catch2 [vcpkg] Turn on tests and PREfast in CI, and fix tests to pass. (#11239) 2020-05-14 12:49:31 -07:00
vcpkg [vcpkg registries] support versions (#15114) 2020-12-21 15:40:21 -08:00
vcpkg-test [vcpkg] Introduce create_versioned_install_plan() (#14633) 2020-11-27 19:05:47 -08:00
pch.h [vcpkg] Use std::filesystem when Visual Studio is greater than 2015 (#12774) 2020-08-18 09:23:01 -07:00