-
Notifications
You must be signed in to change notification settings - Fork 14
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-crt-ffi
updated
20 files
+39 −24 | .github/workflows/ci.yml | |
+5 −7 | .github/workflows/lint.yml | |
+25 −27 | CMakeLists.txt | |
+3 −0 | aws-crt-sys/src/lib.rs | |
+21 −0 | aws-crt-sys/tests/lib.rs | |
+1 −1 | crt/aws-c-auth | |
+1 −1 | crt/aws-c-cal | |
+1 −1 | crt/aws-c-common | |
+1 −1 | crt/aws-c-compression | |
+1 −1 | crt/aws-c-event-stream | |
+1 −1 | crt/aws-c-http | |
+1 −1 | crt/aws-c-io | |
+1 −1 | crt/aws-c-sdkutils | |
+1 −1 | crt/aws-checksums | |
+1 −1 | crt/aws-lc | |
+1 −1 | crt/s2n | |
+47 −0 | format-check.py | |
+0 −24 | format-check.sh | |
+1 −0 | src/api.h | |
+6 −18 | src/crc.c |