Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Update submodule references to fix GitHub issue #69
Browse files Browse the repository at this point in the history
  • Loading branch information
damonbarry committed Jan 13, 2017
1 parent 87e22ff commit c649d5a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion deps/c-utility
Submodule c-utility updated 65 files
+60 −29 CMakeLists.txt
+4 −2 README.md
+26 −24 adapters/httpapi_compact.c
+21 −0 adapters/platform_tizenrt.c
+4 −0 adapters/socketio_berkeley.c
+1 −1 adapters/tlsio_arduino.c
+632 −0 adapters/tlsio_mbedtls.c
+2 −0 build_all/mbed/azure_c_shared_utility_filelist.txt
+1 −1 build_all/packaging/linux/debian/changelog-trusty
+1 −1 build_all/packaging/linux/debian/changelog-vivid
+1 −1 build_all/packaging/linux/debian/changelog-wily
+1 −1 build_all/packaging/linux/debian/changelog-xenial
+1 −1 build_all/packaging/windows/Microsoft.Azure.C.SharedUtility.nuspec
+1 −1 build_all/packaging/windows/Microsoft.Azure.C.SharedUtility_thirdpartynotice.txt
+13 −5 dependencies.cmake
+1 −1 deps/libwebsockets
+42 −0 devdoc/connectionstringparser_requirements.md
+0 −1 devdoc/constmap_requirements.md
+2 −2 devdoc/string_tokenizer_requirements.md
+1 −1 devdoc/strings_requirements.md
+3 −3 doc/porting_guide.md
+3 −0 inc/azure_c_shared_utility/connection_string_parser.h
+5 −0 inc/azure_c_shared_utility/crt_abstractions.h
+2 −2 inc/azure_c_shared_utility/macro_utils.h
+1 −2 inc/azure_c_shared_utility/string_tokenizer.h
+9 −0 inc/azure_c_shared_utility/string_tokenizer_types.h
+3 −4 inc/azure_c_shared_utility/strings.h
+9 −0 inc/azure_c_shared_utility/strings_types.h
+8 −0 inc/azure_c_shared_utility/tls_config.h
+39 −0 inc/azure_c_shared_utility/tlsio_mbedtls.h
+18 −14 inc/azure_c_shared_utility/xlogging.h
+0 −11 jenkins/disabled.osx_c.sh
+20 −0 jenkins/osx_c.sh
+2 −2 samples/socketio_connect/CMakeLists.txt
+4 −4 samples/socketio_connect/main.c
+4 −4 samples/tlsio_connect/CMakeLists.txt
+4 −4 samples/tlsio_connect/main.c
+110 −10 src/connection_string_parser.c
+2 −2 src/consolelogger.c
+1 −2 src/crt_abstractions.c
+1 −0 src/string_tokenizer.c
+4 −4 src/xlogging.c
+12 −9 tests/connectionstringparser_ut/CMakeLists.txt
+1,003 −0 tests/connectionstringparser_ut/connectionstringparser_ut.c
+0 −501 tests/connectionstringparser_ut/connectionstringparser_ut.cpp
+18 −0 tests/connectionstringparser_ut/real_map.c
+42 −0 tests/connectionstringparser_ut/real_map.h
+9 −0 tests/connectionstringparser_ut/real_string_tokenizer.c
+32 −0 tests/connectionstringparser_ut/real_string_tokenizer.h
+8 −0 tests/connectionstringparser_ut/real_strings.c
+75 −0 tests/connectionstringparser_ut/real_strings.h
+3 −3 tests/constmap_ut/constmap_ut.c
+3 −3 tests/httpapiexsas_ut/httpapiexsas_ut.c
+1 −1 tests/optionhandler_ut/optionhandler_ut.c
+9 −6 tests/uniqueid_ut/CMakeLists.txt
+3 −3 tests/x509_openssl_ut/x509_openssl_ut.c
+2 −2 tests/xio_ut/xio_ut.c
+5 −0 testtools/micromock/CMakeLists.txt
+9 −9 testtools/micromock/doc/micromock.md
+1 −1 testtools/testrunner
+1 −1 testtools/umock-c
+1 −1 thirdpartynotice.txt
+1 −1 tools/macro_utils_h_generator/macro_utils.cs
+1 −1 tools/macro_utils_h_generator/macro_utils.tt
+1 −1 tools/mbed_build_scripts/release_mbed_project.cmd
2 changes: 1 addition & 1 deletion deps/ctest
Submodule ctest updated from c06aff to c7dafa
2 changes: 1 addition & 1 deletion deps/iot-sdk-c
Submodule iot-sdk-c updated 105 files

0 comments on commit c649d5a

Please sign in to comment.