Skip to content

Commit

Permalink
Updates submodule references to versioned dependencies. Updates CMake…
Browse files Browse the repository at this point in the history
…Lists.txt to a SameMajorVersion compatibility mode.
  • Loading branch information
andrew-buckley committed Jan 27, 2017
1 parent 91e022a commit ed96057
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ include(CMakePackageConfigHelpers)
write_basic_package_version_file(
"${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}/${PROJECT_NAME}ConfigVersion.cmake"
VERSION ${GATEWAY_VERSION}
COMPATIBILITY AnyNewerVersion
COMPATIBILITY SameMajorVersion
)

configure_file("${PROJECT_NAME}Config.cmake"
Expand Down
2 changes: 1 addition & 1 deletion deps/ctest
Submodule ctest updated from c7dafa to 004ffa
2 changes: 1 addition & 1 deletion deps/iot-sdk-c
Submodule iot-sdk-c updated 164 files
2 changes: 1 addition & 1 deletion deps/testrunner
2 changes: 1 addition & 1 deletion deps/uamqp
Submodule uamqp updated 46 files
+9 −6 CMakeLists.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
+2 −2 build_all/packaging/windows/Microsoft.Azure.uamqp.nuspec
+1 −1 c-utility
+0 −89 mbed/tcpsocketconnection_c.cpp
+0 −25 mbed/tcpsocketconnection_c.h
+0 −61 mbed/tickcounter.c
+0 −27 mbed/tickcounter.h
+6 −9 samples/eh_sender_with_sas_token_sample/main.c
+0 −7 samples/local_client_sample/main.c
+0 −7 samples/local_server_sample/main.c
+3 −9 samples/message_receiver_sample/main.c
+3 −8 samples/message_sender_sample/main.c
+6 −9 samples/mssbcbs_sample/main.c
+8 −10 samples/websockets_sample/main.c
+0 −3 src/amqp_definitions.c
+0 −3 src/amqp_frame_codec.c
+0 −4 src/amqp_management.c
+1 −4 src/amqpalloc.c
+5 −8 src/amqpvalue.c
+0 −3 src/amqpvalue_to_string.c
+0 −4 src/cbs.c
+0 −3 src/connection.c
+0 −3 src/frame_codec.c
+4 −2 src/header_detect_io.c
+0 −3 src/link.c
+2 −5 src/message.c
+3 −4 src/message_receiver.c
+7 −3 src/message_sender.c
+0 −3 src/messaging.c
+0 −3 src/sasl_anonymous.c
+0 −3 src/sasl_frame_codec.c
+0 −3 src/sasl_mechanism.c
+3 −4 src/sasl_mssbcbs.c
+0 −3 src/sasl_plain.c
+8 −5 src/saslclientio.c
+0 −3 src/session.c
+4 −1 tests/amqp_frame_codec_ut/amqp_frame_codec_ut.cpp
+0 −7 tests/amqpvalue_ut/amqpvalue_ut.cpp
+2 −1 tests/connection_ut/connection_ut.cpp
+4 −1 tests/sasl_frame_codec_ut/sasl_frame_codec_ut.cpp
+314 −317 uamqp_generator/amqp_definitions_c.cs
+0 −3 uamqp_generator/amqp_definitions_c.tt
2 changes: 1 addition & 1 deletion deps/umock-c

0 comments on commit ed96057

Please sign in to comment.