Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libcpprestsdk: require nptl threads | Adam Duskett | 2018-01-29 | 1 | -4/+5 |
| | | | | | | | | | | pthread_condattr_setclock is used which is NPTL only. Fixes: http://autobuild.buildroot.net/results/abf058948c9e4e9a50d42a05689b76bfb54a02e2/ Signed-off-by: Adam Duskett <aduskett@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> | ||||
* | libcpprestsdk: new package | Adam Duskett | 2018-01-15 | 6 | -0/+159 |
The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services. This package is licensed under the MIT package and depends on BOOST and OpenSSL/LibreSSL. Signed-off-by: Adam Duskett <aduskett@codeblue.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |