-
Notifications
You must be signed in to change notification settings - Fork 739
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Vcpkg CURL fix for build in azure-c-shared-utility. Submodules update…
…d. (#2080)
- Loading branch information
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule c-utility
updated
8 files
+13 −14 | CMakeLists.txt | |
+13 −7 | adapters/httpapi_compact.c | |
+1 −1 | adapters/httpapi_winhttp.c | |
+6 −0 | adapters/tlsio_schannel.c | |
+5 −1 | configs/azure_c_shared_utilityConfig.cmake | |
+1 −1 | src/crt_abstractions.c | |
+8 −8 | tests/strings_ut/strings_ut.c | |
+1 −1 | tests/vector_ut/vector_ut.c |
Submodule uhttp
updated
7 files
+1 −0 | .gitignore | |
+1 −1 | CMakeLists.txt | |
+15 −21 | build/.vsts-ci.yml | |
+1 −1 | deps/c-utility | |
+7 −0 | jenkins/windows_c.cmd | |
+1 −1 | tests/CMakeLists.txt | |
+1 −1 | tests/uhttp_ut/CMakeLists.txt |
Submodule utpm
updated
10 files
+1 −0 | .gitignore | |
+1 −1 | CMakeLists.txt | |
+15 −21 | build/.vsts-ci.yml | |
+1 −1 | deps/c-utility | |
+8 −0 | jenkins/windows_c.cmd | |
+1 −1 | tests/CMakeLists.txt | |
+1 −1 | tests/tpm_codec_ut/CMakeLists.txt | |
+1 −1 | tests/tpm_comm_emulator_ut/CMakeLists.txt | |
+1 −1 | tests/tpm_comm_linux_ut/CMakeLists.txt | |
+1 −1 | tests/tpm_comm_win32_ut/CMakeLists.txt |
Submodule uamqp
updated
6 files
+1 −1 | CMakeLists.txt | |
+17 −10 | build/.vsts-ci.yml | |
+8 −0 | build_all/windows/build.cmd | |
+1 −1 | deps/azure-c-shared-utility | |
+0 −33 | jenkins/windowsce_c.cmd | |
+1 −1 | samples/message_sender_sample/mbed/CMakeLists.txt |
Submodule umqtt
updated
10 files
+1 −1 | .gitignore | |
+1 −1 | CMakeLists.txt | |
+18 −23 | build/.vsts-ci.yml | |
+1 −1 | build_all/mbed/CMakeLists.txt | |
+8 −0 | build_all/windows/build.cmd | |
+1 −1 | deps/c-utility | |
+1 −1 | samples/mqtt_client_sample/mbed/CMakeLists.txt | |
+1 −1 | tests/mqtt_client_ut/CMakeLists.txt | |
+1 −1 | tests/mqtt_codec_ut/CMakeLists.txt | |
+1 −1 | tests/mqtt_message_ut/CMakeLists.txt |