-
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.
- Loading branch information
1 parent
4d9e36d
commit b35ca04
Showing
6 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
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
Submodule aws-c-common
updated
20 files
+10 −10 | CMakeLists.txt | |
+1 −1 | README.md | |
+14 −0 | bin/system_info/print_system_info.c | |
+13 −0 | cmake/AwsFeatureTests.cmake | |
+73 −24 | cmake/AwsSIMD.cmake | |
+64 −16 | include/aws/common/atomics_msvc.inl | |
+7 −0 | include/aws/common/config.h.in | |
+2 −0 | include/aws/common/cpuid.h | |
+5 −2 | include/aws/common/date_time.h | |
+1 −1 | include/aws/common/package.h | |
+7 −1 | source/arch/arm/auxv/cpuid.c | |
+40 −0 | source/arch/arm/darwin/cpuid.c | |
+11 −2 | source/arch/arm/windows/cpuid.c | |
+2 −2 | source/arch/intel/cpuid.c | |
+186 −238 | source/date_time.c | |
+16 −3 | source/posix/thread.c | |
+2 −5 | source/string.c | |
+2 −2 | tests/CMakeLists.txt | |
+51 −62 | tests/date_time_test.c | |
+34 −0 | tests/thread_test.c |
Submodule aws-c-io
updated
6 files
+20 −1 | .github/workflows/ci.yml | |
+1 −1 | builder.json | |
+4 −0 | include/aws/io/channel.h | |
+0 −12 | include/aws/io/tls_channel_handler.h | |
+1 −1 | source/darwin/secure_transport_tls_channel_handler.c | |
+2 −2 | tests/CMakeLists.txt |
Submodule aws-c-s3
updated
21 files
Submodule aws-lc
updated
from 19d9ac to 4e6907
Submodule s2n
updated
from 80a691 to 38d769