-
Notifications
You must be signed in to change notification settings - Fork 7.4k
[comms,commsdsl,comms-ublox] update ports #19581
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
8c0d982
update comms, add tools feature; update commsdsl
mathisloge d6b361f
update versions
mathisloge a556361
update comms-ublox
mathisloge dd2d2fd
update version
mathisloge cd9ae32
add quotes to paths
mathisloge b24be1a
version
mathisloge 3b2e17e
fix comms dir remove
mathisloge 7ebb754
version
mathisloge 5a27c97
remove VCPKG_POLICY_DLLS_WITHOUT_LIBS
mathisloge f805b51
version
mathisloge 2566d24
fix some paths
mathisloge b32d7f6
version
mathisloge d3db014
Merge branch 'master' of https://github.com/microsoft/vcpkg into comm…
mathisloge 3e7643c
only allow build of tools if triplet is dynamic
mathisloge 4b687e7
version
mathisloge fffcc32
fail on static
mathisloge bdc7862
version
mathisloge e24fc75
replace deprecated functions and replace options
mathisloge 165c98a
version
mathisloge 2510f0e
fix
mathisloge 6ec06c8
fix 2
mathisloge 9419b88
update version
mathisloge a39cd78
apply @JackBoosY suggestions
mathisloge 2abc7f2
version
mathisloge f59510a
Update ports/comms/portfile.cmake
JackBoosY d502719
Update versions/c-/comms.json
JackBoosY 08c1b2a
add @NancyLi1013 suggestions
mathisloge d2c4dea
update versions
mathisloge File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,25 @@ | ||
| { | ||
| "name": "comms", | ||
| "version-semver": "3.3.0", | ||
| "version-semver": "3.4.0", | ||
| "description": "COMMS is the C++(11) headers only, platform independent library, which makes the implementation of a communication protocol to be an easy and relatively quick process.", | ||
| "homepage": "https://commschamp.github.io/", | ||
| "documentation": "https://github.com/commschamp/comms_champion" | ||
| "documentation": "https://github.com/commschamp/comms_champion", | ||
| "dependencies": [ | ||
| { | ||
| "name": "vcpkg-cmake", | ||
| "host": true | ||
| }, | ||
| { | ||
| "name": "vcpkg-cmake-config", | ||
| "host": true | ||
| } | ||
| ], | ||
| "features": { | ||
| "tools": { | ||
| "description": "Builds CommsChampion tools", | ||
| "dependencies": [ | ||
| "qt5-base" | ||
| ] | ||
| } | ||
| } | ||
| } |
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
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
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.