-
Notifications
You must be signed in to change notification settings - Fork 43
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
10 files
+8 −17 | .github/workflows/ci.yml | |
+2 −2 | .github/workflows/proof_ci_resources/config.yaml | |
+1 −2 | README.md | |
+0 −73 | cmake/AwsPrebuildDependency.cmake | |
+4 −6 | cmake/AwsSanitizers.cmake | |
+1 −68 | include/aws/common/json.h | |
+41 −50 | source/json.c | |
+0 −19 | source/posix/thread.c | |
+18 −2 | source/windows/device_random.c | |
+7 −12 | tests/json_test.c |