-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Azure-IoT-Sdk for C release for 08-30-2021 #19809
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
BillyONeal
merged 25 commits into
microsoft:master
from
momuno:momuno/azure-iot-sdk-c_release_08-18-2021
Sep 10, 2021
Merged
Changes from 10 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
69d4464
Release for 08-30-2021
ce59c0e
Update azure-iot-sdk-c vcpkg.json formatting
82cb093
Update version database
a27e831
Test commit. In progress.
e1fb272
bot actions
3efb02c
Update refs and hashes for main branch test
f37e490
bot instructions
265fe17
Add OpenSSL for uamqp, umqtt, uhttp
08f16a0
bot instructions
9e2dfdf
Update cmake build options 'warning_as_errors' to OFF; remove patch file
c0f9dad
bot instructions
7767dbb
Update all REFs to current test commit in azure-iot-sdk-c momuno/curl…
d36e600
bot instructions
55c24b6
c-utility fix -- test
0c7c491
Merge branch 'momuno/azure-iot-sdk-c_release_07-18-2021' of https://g…
7cbd09c
bot instructions
dc4d869
Update azure-iot-sdk-c REF and SHA512 for LTS release. Use version-date
77ca787
Update version database
3494a04
Merge branch 'master' into momuno/azure-iot-sdk-c_release_08-18-2021
momuno 4b179d2
put back remove-werror.patch for LTS release.
16c1fc0
Merge branch 'momuno/azure-iot-sdk-c_release_08-18-2021' of https://g…
a7925ab
Update versioning. bot instructions
4b74ea4
bot instructions.
0d63397
Adding back patch to portfile instructions. Removes warnings as errors
04a947f
bot instructions
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 was deleted.
Oops, something went wrong.
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 |
|---|---|---|
| @@ -0,0 +1,46 @@ | ||
| { | ||
| "name": "azure-c-shared-utility", | ||
| "version-string": "2021-08-30", | ||
| "description": "Azure C SDKs common code", | ||
| "homepage": "https://github.com/Azure/azure-c-shared-utility", | ||
| "supports": "!uwp", | ||
| "dependencies": [ | ||
| "azure-macro-utils-c", | ||
| { | ||
| "name": "curl", | ||
| "platform": "linux" | ||
| }, | ||
| { | ||
| "name": "openssl", | ||
| "platform": "linux" | ||
| }, | ||
| "umock-c" | ||
| ], | ||
| "features": { | ||
| "public-preview": { | ||
| "description": "Azure C SDKs common code (public preview)", | ||
| "dependencies": [ | ||
| { | ||
| "name": "azure-macro-utils-c", | ||
| "features": [ | ||
| "public-preview" | ||
| ] | ||
| }, | ||
| { | ||
| "name": "curl", | ||
| "platform": "linux" | ||
| }, | ||
| { | ||
| "name": "openssl", | ||
| "platform": "linux" | ||
| }, | ||
| { | ||
| "name": "umock-c", | ||
| "features": [ | ||
| "public-preview" | ||
| ] | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| } | ||
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 was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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 |
|---|---|---|
| @@ -0,0 +1,36 @@ | ||
| { | ||
| "name": "azure-uamqp-c", | ||
| "version-string": "2020-08-30", | ||
| "description": "AMQP library for C", | ||
| "homepage": "https://github.com/Azure/azure-uamqp-c", | ||
| "dependencies": [ | ||
| "azure-c-shared-utility", | ||
| "azure-macro-utils-c", | ||
| "umock-c" | ||
| ], | ||
| "features": { | ||
| "public-preview": { | ||
| "description": "AMQP library for C (public preview)", | ||
| "dependencies": [ | ||
| { | ||
| "name": "azure-c-shared-utility", | ||
| "features": [ | ||
| "public-preview" | ||
| ] | ||
| }, | ||
| { | ||
| "name": "azure-macro-utils-c", | ||
| "features": [ | ||
| "public-preview" | ||
| ] | ||
| }, | ||
| { | ||
| "name": "umock-c", | ||
| "features": [ | ||
| "public-preview" | ||
| ] | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| } |
This file was deleted.
Oops, something went wrong.
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 |
|---|---|---|
| @@ -0,0 +1,36 @@ | ||
| { | ||
| "name": "azure-uhttp-c", | ||
| "version-string": "2021-08-30", | ||
| "description": "Azure HTTP Library written in C", | ||
| "homepage": "https://github.com/Azure/azure-uhttp-c", | ||
| "dependencies": [ | ||
| "azure-c-shared-utility", | ||
| "azure-macro-utils-c", | ||
| "umock-c" | ||
| ], | ||
| "features": { | ||
| "public-preview": { | ||
| "description": "Azure HTTP Library written in C (public preview)", | ||
| "dependencies": [ | ||
| { | ||
| "name": "azure-c-shared-utility", | ||
| "features": [ | ||
| "public-preview" | ||
| ] | ||
| }, | ||
| { | ||
| "name": "azure-macro-utils-c", | ||
| "features": [ | ||
| "public-preview" | ||
| ] | ||
| }, | ||
| { | ||
| "name": "umock-c", | ||
| "features": [ | ||
| "public-preview" | ||
| ] | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| } |
This file was deleted.
Oops, something went wrong.
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 |
|---|---|---|
| @@ -0,0 +1,36 @@ | ||
| { | ||
| "name": "azure-umqtt-c", | ||
| "version-string": "2021-08-30", | ||
| "description": "General purpose library for communication over the mqtt protocol", | ||
| "homepage": "https://github.com/Azure/azure-umqtt-c", | ||
| "dependencies": [ | ||
| "azure-c-shared-utility", | ||
| "azure-macro-utils-c", | ||
| "umock-c" | ||
| ], | ||
| "features": { | ||
| "public-preview": { | ||
| "description": "General purpose library for communication over the mqtt protocol (public preview)", | ||
| "dependencies": [ | ||
| { | ||
| "name": "azure-c-shared-utility", | ||
| "features": [ | ||
| "public-preview" | ||
| ] | ||
| }, | ||
| { | ||
| "name": "azure-macro-utils-c", | ||
| "features": [ | ||
| "public-preview" | ||
| ] | ||
| }, | ||
| { | ||
| "name": "umock-c", | ||
| "features": [ | ||
| "public-preview" | ||
| ] | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| } |
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IIUC curl and openssl are core dependencies and don't need to be repeated in the features.