-
Notifications
You must be signed in to change notification settings - Fork 66
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
1 parent
c499dff
commit 832427b
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule aws-c-sdkutils
updated
13 files
+47 −0 | include/aws/sdkutils/private/endpoints_regex.h | |
+18 −0 | include/aws/sdkutils/private/endpoints_types_impl.h | |
+0 −9 | include/aws/sdkutils/private/endpoints_util.h | |
+3 −0 | include/aws/sdkutils/sdkutils.h | |
+435 −0 | source/endpoints_regex.c | |
+16 −4 | source/endpoints_standard_lib.c | |
+3 −0 | source/endpoints_types_impl.c | |
+0 −61 | source/endpoints_util.c | |
+34 −3 | source/partitions.c | |
+16 −0 | source/sdkutils.c | |
+4 −1 | tests/CMakeLists.txt | |
+138 −0 | tests/endpoints_regex_tests.c | |
+0 −38 | tests/endpoints_util_tests.c |