-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into clean-eventstream
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule aws-crt-cpp
updated
16 files
+6 −2 | .github/workflows/ci.yml | |
+1 −1 | .github/workflows/docs.yml | |
+1 −1 | .github/workflows/lint.yml | |
+1 −1 | .github/workflows/release.yml | |
+1 −1 | VERSION | |
+1 −1 | crt/aws-c-cal | |
+1 −1 | crt/aws-c-common | |
+1 −1 | crt/aws-c-io | |
+1 −1 | crt/aws-c-s3 | |
+1 −1 | crt/aws-lc | |
+1 −1 | crt/s2n | |
+10 −0 | include/aws/crt/Utility.h | |
+584 −0 | include/aws/crt/Variant.h | |
+4 −0 | make-docs.py | |
+5 −0 | tests/CMakeLists.txt | |
+367 −0 | tests/VariantTest.cpp |