-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix C++ One Definition Rule (ODR) Violations (#426)
**Issue:** aws/aws-sdk-cpp#2137 **Description of changes:** Use latest versions of submodules, which have fixed their ODR violations
- Loading branch information
Showing
7 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
Submodule aws-c-common
updated
12 files
+2 −2 | .github/workflows/clang-format.yml | |
+2 −0 | CMakeLists.txt | |
+59 −0 | cmake/AwsThreadName.cmake | |
+15 −1 | include/aws/common/thread.h | |
+18 −4 | source/log_channel.c | |
+72 −33 | source/posix/thread.c | |
+1 −2 | source/uri.c | |
+5 −3 | source/uuid.c | |
+19 −3 | source/windows/thread.c | |
+1 −1 | tests/json_test.c | |
+6 −4 | tests/logging/log_channel_test.c | |
+3 −0 | tests/thread_test.c |
Submodule aws-c-http
updated
16 files
+16 −15 | .github/workflows/ci.yml | |
+1 −0 | .gitignore | |
+7 −2 | bin/elasticurl/main.c | |
+7 −0 | include/aws/http/connection.h | |
+2 −0 | include/aws/http/private/proxy_impl.h | |
+8 −0 | include/aws/http/websocket.h | |
+1 −0 | source/connection.c | |
+5 −5 | source/h2_decoder.c | |
+4 −0 | source/proxy_connection.c | |
+1 −1 | source/request_response.c | |
+1 −0 | source/websocket_bootstrap.c | |
+2 −1 | tests/CMakeLists.txt | |
+65 −10 | tests/test_connection.c | |
+1 −5 | tests/test_connection_monitor.c | |
+3 −7 | tests/test_localhost_integ.c | |
+8 −2 | tests/test_stream_manager.c |
Submodule aws-c-io
updated
14 files
+3 −1 | .github/workflows/proof-alarm.yml | |
+5 −3 | include/aws/io/private/pki_utils.h | |
+17 −5 | source/bsd/kqueue_event_loop.c | |
+90 −11 | source/darwin/darwin_pki_utils.c | |
+11 −4 | source/event_loop.c | |
+3 −2 | source/host_resolver.c | |
+19 −4 | source/linux/epoll_event_loop.c | |
+12 −16 | source/pki_utils.c | |
+8 −8 | source/posix/pipe.c | |
+11 −10 | source/posix/socket.c | |
+32 −10 | source/windows/iocp/iocp_event_loop.c | |
+6 −6 | source/windows/iocp/pipe.c | |
+4 −4 | tests/socket_test.c | |
+8 −7 | tests/tls_handler_test.c |
Submodule aws-c-mqtt
updated
3 files
+11 −0 | .github/workflows/ci.yml | |
+1 −0 | include/aws/mqtt/private/client_impl.h | |
+27 −16 | source/client.c |
Submodule s2n
updated
from 72a3a3 to 15d534