vcpkg/ports/abseil
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
..
fix-arm-build.patch [abseil] Enable dynamic build on Windows (#11827) 2020-06-10 17:56:46 -07:00
fix-lnk2019-error.patch [abseil] Add uwp support (#10301) 2020-03-05 16:01:57 -08:00
fix-MSVCbuildfail.patch [abseil] Fix CompressedTuple move constructor on MSVC (#10721) 2020-04-17 14:15:00 -07:00
fix-use-cxx17-stdlib-types.patch [abseil] Use std:: types when feature cxx17 is enabled (#11039) 2020-04-30 17:22:56 -07:00
fix-uwp-build.patch [abseil] Add uwp support (#10301) 2020-03-05 16:01:57 -08:00
portfile.cmake [abseil] Fix usage issue (#12022) 2020-06-23 13:07:02 -07:00
vcpkg.json [vcpkg format-manifest] Add convert-control flag (#12471) 2020-08-02 10:08:07 -07:00