vcpkg/scripts/azure-pipelines/windows
nicole mazzuca 1c2af99415
[vcpkg format-manifest] Add convert-control flag (#12471)
* [vcpkg format-manifest] initial convert-control attempt

TODO: manifest comments! we should keep $directives

* Finalize x-format-manifest

First, fix Json::parse -- "\c", for any c, was incorrectly parsed.
It would emit the escaped character, and then parse the character, so
that `\b` would give you { '\b', 'b' }.

Second, canonicalize source paragraphs as we're parsing them. This found
an error in qt5 -- The `declarative` feature was listed twice, and we
now catch it, so I removed the second paragraph.

Add PlatformExpression::complexity to allow ordering platform
expressions in a somewhat reasonable way.

Notes:
  - We allow `all_modules` as a feature name for back-compat with
    paraview
  - In order to actually convert CONTROL to vcpkg.json, we'd need to
    rename the qt5 `default` feature.
  - We need to add support for $directives in x-format-manifest

* fix qt5 port

* format

* fix compile

* fix tests for canonicalization

* Clean up code

* add error message for nothing to format

* add extra_info field

* add `const X&` overloads for `Object::insert[_or_replace]`

* fix compile

* simple CRs

* add tests

* format

* Fix mosquitto port file

also unmerge a line

* fail the tests on malformed manifest

* fix format_all

* fix coroutine port-version

* format manifests
2020-08-02 10:08:07 -07:00
..
azure-pipelines.yml [vcpkg-ci] Always publish file lists (#12384) 2020-07-13 12:14:51 -07:00
Check-CxxFormatting.ps1 [vcpkg] Improve format check failure message (#12460) 2020-07-29 21:12:06 -07:00
Check-ManifestFormatting.ps1 [vcpkg format-manifest] Add convert-control flag (#12471) 2020-08-02 10:08:07 -07:00
create-vmss.ps1 [vcpkg] Use SSH keys instead of password authentication when minting Linux scale sets (#11999) 2020-06-21 19:13:13 -07:00
disk-space.ps1 [vcpkg] Add disk space report to Windows PR/CI (#12113) 2020-06-25 16:38:13 -07:00
Get-ChangedFiles.ps1 [vcpkg ci] Update formatting CI (#12314) 2020-07-07 14:09:33 -07:00
initialize-environment.ps1 [vcpkg] Allow CI to pass in all relevant directories and remove use of symbolic links (#11483) 2020-06-03 19:31:28 -07:00
provision-image.txt [vcpkg] Format the C++ in CI (#11655) 2020-07-06 16:45:34 -07:00
sysprep.ps1 Change supporting infrastructure to use Azure Virtual Machine Scale Sets for vcpkg's PR builds, which should both improve our PR build times and reduce Azure spending by shutting down machines when they aren't being used. 2020-04-21 17:12:21 -07:00