-
Notifications
You must be signed in to change notification settings - Fork 27
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
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule aws-c-common
updated
26 files
+4 −7 | .github/workflows/clang-format.yml | |
+6 −5 | .github/workflows/proof_ci_resources/config.yaml | |
+47 −0 | format-check.py | |
+0 −24 | format-check.sh | |
+2 −4 | include/aws/common/atomics.h | |
+1 −1 | include/aws/common/byte_buf.h | |
+2 −4 | include/aws/common/condition_variable.h | |
+5 −2 | include/aws/common/error.h | |
+2 −2 | include/aws/common/logging.h | |
+1 −1 | include/aws/common/macros.h | |
+2 −4 | include/aws/common/mutex.h | |
+2 −4 | include/aws/common/rw_lock.h | |
+1 −1 | include/aws/common/statistics.h | |
+1 −2 | include/aws/common/thread.h | |
+8 −3 | scripts/latest_submodules.py | |
+1 −1 | source/allocator.c | |
+3 −1 | source/android/logging.c | |
+1 −1 | source/common.c | |
+1 −1 | source/posix/clock.c | |
+1 −1 | source/priority_queue.c | |
+1 −0 | source/windows/thread.c | |
+2 −0 | tests/assert_test.c | |
+18 −14 | tests/condition_variable_test.c | |
+9 −7 | tests/error_test.c | |
+0 −1 | verification/cbmc/proofs/Makefile.common | |
+4 −1 | verification/cbmc/sources/utils.c |