* Add parameter to limit CI to selected triplets
Pull requests which analyze the situation in a particular triplet,
arch or platform may temporarily limit the triplets run in CI by
overriding the default value of CI parameter 'tripletPattern'.
* Add special chars for start and end
* Proof of concept
* Revert "Proof of concept"
This reverts commit 326bd2632b.
* Github Checks: Use line annotations to mark deprecated functions
* `vcpkg_copy_tool_dependencies` is not deprecated anymore
* Random changes
* Fix broken bot
* Revert "Random changes"
This reverts commit 383f4b4535.
* Recently, we are blocked from approving PRs from GitHub Actions across the entire microsoft/ organization. This change just updates a comment and 'fails' the check rather than trying to create reviews.
* Intentionally damage a port to test the bot.
* Try not commenting at all.
* More annotations.
* ExitCode is not a thing.
* Remove markdownisms from console output.
* Fix intentional damage almost
* Remove all intentional breakage.
* Update .github/workflows/untrustedPR.yml
Co-authored-by: autoantwort <41973254+autoantwort@users.noreply.github.com>
---------
Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>
Co-authored-by: autoantwort <41973254+autoantwort@users.noreply.github.com>
* add optional poppler-qt interface
* update version database
* use vcpkg_check_features
* update version
* increase version
* Update version database
* add unofficial cmake for poppler/qt6
* update version database
* add missing reference
* update version db
* make qt dependency optional and check for qt
* update version db
* [uni-algo] Add new port
* [uni-algo] Update hash
* [uni-algo] Remove header-only feature
vcpkg maintainer-guide.md: Do not use features to implement alternatives
Header-only/constexpr feature in v0.7.0 doesn't implement
one system locale function so it violates this rule.
* [uni-algo] Clean excessive comments
vcpkg maintainer-guide.md: Avoid excessive comments in portfiles
* [uni-algo] Format json
* [uni-algo] Update baseline
Run: vcpkg x-add-version uni-algo
* [uni-algo] Remove vcpkg_minimum_required
* [uni-algo] Update baseline
* [uni-algo] Enable install always
* [uni-algo] Rerun x-add-version
* wip
* wip
* wip
* wip
* fix
* fix
* fix
* desc
* fix for guidelines
* format
* Run x-add-version
* Add supports
* Default is core only
* Default is core only
* add version
* uwp unsupported
* add version
* rename port
* add version
* fix config path
* add version
* [abseil] update to latest release (20230125.0)
* Fix DLL support
* Update version
* I do not understand the warning about version-string, fixing it seems to make things worse
* [etcd-cpp-apiv3] Abseil requires C++14
* Update a downstream port
* I just cannot get these right, argh
* Try to switch from version-string to version (again)
* Regenerate versions
* Improve etcd handling of C++ standard
* Regenerate versions
* Use target_link_libraries to get compilation flags
* Update version files
* c-ares: bump to 1.19 and make it build on uwp.
guard-imported-lib.patch got upstreamed, no longer necessary.
* drogon: disable uwp support.
It depends on c-ares which now supports uwp which means that this port needs
to be explicitly disabled.
* [iceoryx] Update to 2.0.3
* Fix portfile.cmake format
Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
* [iceoryx] Update version
---------
Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
* [cyclonedds-cxx] Add new port
* [cyclonedds-cxx] Fix features list
* [cyclonedds-cxx] Add patch
* [cyclonedds-cxx] Fix features list
* [cyclonedds-cxx] Fix dependencies list
* [libraw] Updated port to version 0.21.1
* [freeimage] Updated port to prepare for libraw version 0.21
* Add const in the right position
* Portfile modernization
* [libraw] Revise dependencies
* Add dng-lossy feature
* Update versions
* Add license
* Fix license name
---------
Co-authored-by: Anders Klemets <anderskl@microsoft.com>