This website requires JavaScript.
Explore
Help
Register
Sign In
avs
/
avs-device-sdk
Watch
1
Star
0
Fork
You've already forked avs-device-sdk
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
9090ca5671
avs-device-sdk
/
ThirdParty
/
MultipartParser
/
CMakeLists.txt
3 lines
88 B
CMake
Raw
Normal View
History
Unescape
Escape
Version 0.5 alexa-client-sdk Changes in this update - Added a getConfiguration() method to DirectiveHandlerInterface to register Capability Agents with Directive Sequencer. - Fix race condition with reading attachments before a writer exists. - Use of new Logging abstraction layer in modules - ADSL,AFML,ContextManager,AuthDelegate,AIP,KWD,Mediaplayer. - Added ACL stream processing with Pause and redrive. - Removed the dependency of ACL Library on Authdelegate. - Added and interface to allow ACL to Add/Remove ConnectionStatusObserverInterface. - Fixed compile errors in KittAi, DirectiveHandler and compiler warnings in AIP test. - Corrected formatting on the files. - Fixes for the following Github issues - https://github.com/alexa/alexa-client-sdk/issues/21 - https://github.com/alexa/alexa-client-sdk/issues/25
2017-06-23 23:26:34 +00:00
cmake_minimum_required
(
VERSION
3.1
FATAL_ERROR
)
Version 0.2.1 of alexa-client-sdk This update: - Tightens up the use of libcural by ACL and AuthDelegate. - Improves the interface of ADSL.
2017-05-05 17:31:58 +00:00
project
(
MultipartParser
LANGUAGES
CXX
)