[yandex-disk-cpp-client] Update to 1.0.4#51261
Merged
BillyONeal merged 6 commits intomicrosoft:masterfrom Apr 21, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the yandex-disk-cpp-client vcpkg port to upstream release 1.0.4, refreshing the version database/baseline and adjusting the port build to match upstream’s updated CMake layout while keeping package consumption via find_package() working.
Changes:
- Bumped port version to 1.0.4 (source ref + SHA512, baseline, and versions database).
- Updated the port’s build to disable examples/tests and run CMake package config fixup for correct exported target installation.
- Marked CMake helper ports as host dependencies in the manifest.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| versions/y-/yandex-disk-cpp-client.json | Adds the 1.0.4 entry (git-tree) to the version database. |
| versions/baseline.json | Advances baseline for yandex-disk-cpp-client to 1.0.4 (plus a small formatting-only adjustment nearby). |
| ports/yandex-disk-cpp-client/vcpkg.json | Updates manifest version to 1.0.4 and makes CMake helper deps host-only. |
| ports/yandex-disk-cpp-client/portfile.cmake | Updates GitHub ref/SHA; disables examples/tests; ensures CMake config fixup runs for proper package config installation. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
BillyONeal
requested changes
Apr 21, 2026
Member
BillyONeal
left a comment
There was a problem hiding this comment.
Please merge Krasnovvvvv#1 :)
Fix code review nitpicks.
Contributor
Author
|
Merged the suggested fix and marked the PR ready for review again |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update
yandex-disk-cpp-clientfrom 1.0.3 to 1.0.4.Upstream changes in 1.0.4 include:
Port changes:
Validation performed:
vcpkg install yandex-disk-cpp-client:x64-windowsvcpkg install yandex-disk-cpp-client:x64-mingw-staticdownstream CMake package discovery via
find_package(yandex-disk-cpp-client CONFIG REQUIRED)Changes comply with the maintainer guide.
SHA512s are updated for each updated download.
The "supports" clause reflects platforms that may be fixed by this new version, or no changes were necessary.
Any fixed CI baseline and CI feature baseline entries are removed from that file, or no entries needed to be changed.
All patch files in the port are applied and succeed.
The version database is fixed by rerunning
./vcpkg x-add-version --alland committing the result.Exactly one version is added in each modified versions file.