Skip to content

Commit

Permalink
Latest Submodules
Browse files Browse the repository at this point in the history
aws-c-auth         v0.7.1 -> v0.7.4
aws-c-cal          v0.6.1 -> v0.6.2
aws-c-common       v0.9.0 -> v0.9.4
aws-c-event-stream v0.3.1 -> v0.3.2
aws-c-http         v0.7.11 -> v0.7.13
aws-c-io           v0.13.29 -> v0.13.32
aws-c-mqtt         v0.9.4 -> v0.9.6
aws-c-s3           v0.3.14 -> v0.3.17
aws-c-sdkutils     v0.1.11 -> v0.1.12
aws-lc             v1.12.1 -> v1.16.0
s2n                v1.3.47 -> v1.3.51
  • Loading branch information
graebm committed Sep 26, 2023
1 parent 74e0538 commit 475d211
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion crt/aws-c-common
Submodule aws-c-common updated 50 files
+1 −1 .clang-tidy
+1 −1 .github/workflows/clang-tidy.yml
+18 −0 .github/workflows/handle-stale-discussions.yml
+5 −5 .github/workflows/proof_ci.yaml
+3 −0 .github/workflows/stale_issue.yml
+4 −2 CMakeLists.txt
+4 −4 README.md
+36 −0 THIRD-PARTY-LICENSES.txt
+35 −27 cmake/AwsCFlags.cmake
+3 −10 cmake/AwsTestHarness.cmake
+1 −1 include/aws/common/allocator.h
+1 −1 include/aws/common/array_list.h
+4 −2 include/aws/common/date_time.h
+11 −0 include/aws/common/error.h
+68 −61 include/aws/common/external/cJSON.h
+4,668 −0 include/aws/common/external/ittnotify.h
+2 −0 include/aws/common/file.h
+8 −5 include/aws/common/hash_table.h
+3 −1 include/aws/common/logging.h
+1 −1 include/aws/common/macros.h
+4 −1 include/aws/common/statistics.h
+1 −1 include/aws/common/uuid.h
+5 −3 include/aws/testing/aws_test_harness.h
+4 −4 source/allocator.c
+2 −2 source/allocator_sba.c
+16 −7 source/common.c
+3 −3 source/date_time.c
+1 −1 source/encoding.c
+12 −4 source/error.c
+2,381 −2,371 source/external/cJSON.c
+47 −36 source/file.c
+1 −1 source/hash_table.c
+9 −7 source/log_formatter.c
+2 −2 source/log_writer.c
+3 −3 source/logging.c
+1 −1 source/memtrace.c
+2 −2 source/posix/clock.c
+2 −4 source/posix/condition_variable.c
+2 −1 source/posix/device_random.c
+2 −2 source/posix/file.c
+5 −3 source/posix/mutex.c
+2 −2 source/posix/system_info.c
+1 −1 source/posix/thread.c
+1 −1 source/process_common.c
+3 −3 source/thread_scheduler.c
+1 −1 source/thread_shared.c
+2 −2 source/windows/file.c
+1 −1 source/windows/system_info.c
+8 −8 tests/math_test.c
+18 −18 tests/uri_test.c
2 changes: 1 addition & 1 deletion crt/aws-c-event-stream
2 changes: 1 addition & 1 deletion crt/aws-c-sdkutils
2 changes: 1 addition & 1 deletion crt/aws-lc
2 changes: 1 addition & 1 deletion crt/s2n
Submodule s2n updated from de9878 to f7930e

0 comments on commit 475d211

Please sign in to comment.