Skip to content

Commit

Permalink
Update CRT submodules to latest releases (#601)
Browse files Browse the repository at this point in the history
Signed-off-by: Alessandro Passaro <[email protected]>
  • Loading branch information
passaro authored Nov 9, 2023
1 parent c6b2a17 commit 9768f31
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion mountpoint-s3-crt-sys/crt/aws-c-common
Submodule aws-c-common updated 43 files
+19 −3 .github/workflows/ci.yml
+5 −5 .github/workflows/proof_ci.yaml
+13 −1 CMakeLists.txt
+28 −7 THIRD-PARTY-LICENSES.txt
+18 −0 bin/system_info/CMakeLists.txt
+48 −0 bin/system_info/print_system_info.c
+23 −0 include/aws/common/allocator.h
+12 −0 include/aws/common/byte_buf.h
+35 −0 include/aws/common/cross_process_lock.h
+11 −0 include/aws/common/error.h
+2 −0 include/aws/common/file.h
+4 −2 include/aws/common/hash_table.h
+24 −0 include/aws/common/priority_queue.h
+37 −0 include/aws/common/private/system_info_priv.h
+47 −0 include/aws/common/system_info.h
+30 −0 include/aws/common/system_resource_util.h
+3 −2 include/aws/testing/aws_test_harness.h
+64 −13 source/allocator.c
+14 −0 source/android/logging.c
+19 −10 source/common.c
+12 −4 source/error.c
+104 −32 source/file.c
+24 −0 source/linux/system_info.c
+2 −2 source/log_writer.c
+2 −2 source/logging.c
+10 −3 source/memtrace.c
+21 −0 source/platform_fallback_stubs/system_info.c
+105 −0 source/posix/cross_process_lock.c
+2 −2 source/posix/file.c
+32 −0 source/posix/system_resource_utils.c
+24 −0 source/priority_queue.c
+80 −0 source/system_info.c
+2 −2 source/task_scheduler.c
+93 −0 source/windows/cross_process_lock.c
+2 −2 source/windows/file.c
+31 −0 source/windows/system_resource_utils.c
+16 −0 tests/CMakeLists.txt
+83 −22 tests/alloc_test.c
+116 −0 tests/cross_process_lock_tests.c
+103 −0 tests/file_test.c
+36 −0 tests/priority_queue_test.c
+19 −0 tests/system_info_tests.c
+37 −0 tests/system_resource_util_test.c
2 changes: 1 addition & 1 deletion mountpoint-s3-crt-sys/crt/aws-c-s3
2 changes: 1 addition & 1 deletion mountpoint-s3-crt-sys/crt/aws-lc
2 changes: 1 addition & 1 deletion mountpoint-s3-crt-sys/crt/s2n-tls
Submodule s2n-tls updated 293 files

0 comments on commit 9768f31

Please sign in to comment.