-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* aws-c-common v0.4.12 aws-c-io v0.4.11 aws-c-mqtt v0.4.7 * adapt to API spelling change
- Loading branch information
1 parent
ab0f798
commit 300db83
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule aws-c-common
updated
18 files
+10 −10 | README.md | |
+5 −3 | cmake/AwsCFlags.cmake | |
+8 −5 | cmake/AwsFeatureTests.cmake | |
+167 −78 | codebuild/builder.py | |
+23 −0 | docker-images/linux-nodejs-x64/Dockerfile | |
+3 −1 | include/aws/common/assert.h | |
+1 −1 | include/aws/common/error.h | |
+6 −0 | include/aws/common/string.h | |
+3 −0 | source/common.c | |
+23 −0 | source/posix/system_info.c | |
+16 −0 | source/string.c | |
+21 −13 | tests/CMakeLists.txt | |
+1 −1 | tests/logging/log_channel_test.c | |
+1 −1 | tests/logging/log_formatter_test.c | |
+1 −1 | tests/logging/logging_filter_debug_static_test.c | |
+1 −1 | tests/logging/logging_filter_info_static_test.c | |
+1 −1 | tests/logging/pipeline_logger_test.c | |
+18 −0 | tests/string_test.c |
Submodule aws-c-io
updated
3 files
+1 −1 | include/aws/io/event_loop.h | |
+1 −1 | source/event_loop.c | |
+1 −1 | tests/event_loop_test.c |
Submodule aws-c-mqtt
updated
7 files
+21 −2 | include/aws/mqtt/client.h | |
+1 −0 | include/aws/mqtt/mqtt.h | |
+22 −0 | include/aws/mqtt/private/topic_tree.h | |
+143 −17 | source/client.c | |
+13 −2 | source/client_channel_handler.c | |
+3 −0 | source/mqtt.c | |
+70 −0 | source/topic_tree.c |
This file contains 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