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

Latest Submodules #503

Merged
merged 1 commit into from
Sep 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading