Skip to content
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

Update Release to Latest #3

Merged
merged 54 commits into from
Nov 7, 2022
Merged

Update Release to Latest #3

merged 54 commits into from
Nov 7, 2022

Conversation

elryno
Copy link

@elryno elryno commented Oct 31, 2022

This PR updates the SDK to the latest available.

AWSSteveHa and others added 30 commits April 23, 2018 17:50
- Shadow
- MQTT actions
- Client and ClientCore
- Discovery action
- JSON parser
* Update Platform.md

Updated text to reflect future version requirements
Add AWS IoT Jobs Agent Sample
Closes aws#51
Add Additional debug log on construction.
Apply hints to move values in the constructor.
Warn about deadlock issues
Fix a bug where shadow client will not call the configured delta callback handler. It instead calls Update callback.
This change is to fix a GCC `unused-result` warning when I was building
the JobAgent sample. The return value from the `system` call isn't used.
I am using Ubuntu 19.04 and GCC 8.3.0.

```
aws-iot-device-sdk-cpp/samples/JobsAgent/JobsAgentOperations.cpp: In member function ‘awsiotsdk::ResponseCode awsiotsdk::samples::JobsAgent::UpdateAcceptedCallback(awsiotsdk::util::String, awsiotsdk::util::String, std::shared_ptr<awsiotsdk::mqtt::SubscriptionHandlerContextData>)’:
aws-iot-device-sdk-cpp/samples/JobsAgent/JobsAgentOperations.cpp:639:39: error: ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result [-Werror=unused-result]
                                 system(systemCommand.c_str());
                                 ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
cc1plus: all warnings being treated as errors
make[2]: *** [tests/unit/CMakeFiles/aws-iot-unit-tests.dir/build.make:63: tests/unit/CMakeFiles/aws-iot-unit-tests.dir/__/__/samples/JobsAgent/JobsAgentOperations.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:244: tests/unit/CMakeFiles/aws-iot-unit-tests.dir/all] Error 2
make: *** [Makefile:130: all] Error 2
```
Fix GCC unused result warning in JobAgent sample
Fischiii and others added 24 commits September 16, 2019 11:11
Clean up defaulted copy and move ctors, fixes aws#170
stale action and issue templates, same as v2
Add closed issue message github action
…ersionAdjustment

Changed OpenSSL version in documentation from 1.0.2 to 1.1.0
feat: Standardize issue templates for discussions
Repo no longer gives write permission by default.
@elryno elryno merged commit cf94186 into release-density Nov 7, 2022
@elryno elryno deleted the update-release branch November 7, 2022 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.