aboutsummaryrefslogtreecommitdiff
path: root/ports/cpprestsdk/CONTROL
AgeCommit message (Collapse)Author
2020-12-30Update cpprestsdk to 2.10.17. (#15401)Billy O'Neal
2020-06-23[cpprestsdk] Fix usage issue when building static (#12006)Jack·Boos·Yu
2020-06-10[cpprestsdk] Fix find dependency openssl (#11867)Jack·Boos·Yu
* [cpprestsdk] Fix find dependency openssl * Update portfile.cmake Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com>
2020-06-02[cpprestsdk] Avoid using pkg-config to find OpenSSL libraries on Linux (#11694)Owen Rudge
2020-04-30[cpprestsdk] Update to v2.10.16 (#11018)Billy O'Neal
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-03-20[cpprestsdk] Disable websockets by default. (#10478)Billy O'Neal
* [cpprestsdk] Disable websockets by default. The websockets backend cpprestsdk uses is websocketpp, which was last committed to in late 2018 and appears defunct. Additionally, the websockets feature brings an otherwise unnecessary Boost dependency on Windows which takes a relatively long time to build. Customers who still want the websockets bits can turn on the optional feature. * Add dependency to signalr.
2020-02-26[cpprestsdk] Update to v2.10.15. (#10191)Billy O'Neal
* [cpprestsdk] Update to v2.10.15. * fix baseline Fixes cpprestdsk on UWP. Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2019-08-23clean up list parsing logic and add clear warningsPhil Christensen
2019-08-06Repair compression dependency bugs in cpprestsdk (#7472)Billy O'Neal
* Repair compression dependency bugs in cpprestsdk * Make it possible to turn off HTTP compression entirely to remove the zlib dependency in cpprestsdk. * Use the actual default features feature instead of a default features feature hack. * Actually hook up the Brotli setting so that someone installing that feature actually gets it. * Attempt to fix default-features.
2019-07-17Update cpprestsdk to v2.10.14. (#7286)Billy O'Neal
2019-06-15[WIP] Add a Homepage URL entry for vcpkg ports (#2933)pravic
* [vcpkg] Add "Homepage" field to the CONTROL files.
2019-05-09[cpprestsdk]Add boost-asio dependency on linux (#6380)Phoebe
2019-04-25Update Casablanca to 2.10.13. (#6201)Billy O'Neal
2019-03-27Update Casablanca to v2.10.12. (#5830)Billy O'Neal
2019-03-20Update cpprestsdk to v2.10.11. (#5748)Billy O'Neal
2019-02-06[cpprestsdk] Update to v2.10.10Robert Schumacher
2018-11-30[cpprestsdk] Update to v2.10.8 and add brotli feature. (#4617)Billy O'Neal
The brotli feature is on by default for Windows only. We think it'll probably work on other platforms but haven't tested that extensively.
2018-10-25[cpprestsdk] Improve websockets featureRobert Schumacher
2018-10-23[cpprestsdk] Add feature for websockets (#4530)Robert Schumacher
2018-10-15[cpprestsdk] Fix fixup_targets for new versions of cpprestsdkAlexander Karatarakis
2018-09-04[cpprestsdk] Update to 2.10.6Robert Schumacher
2018-08-17[cpprestsdk] Update to v2.10.5Robert Schumacher
2018-08-16[cpprestsdk] 2.10.4Robert Schumacher
2018-08-02[cpprestsdk] Update to 2.10.3Robert Schumacher
2018-03-23[cpprestsdk] Use new syntax in CONTROLAlexander Karatarakis
2018-02-06[cpprestsdk] Update to 2.10.2Robert Schumacher
2017-12-19Update downstream libraries to use modularized boostRobert Schumacher
2017-12-14[cpprestsdk] Update to 2.10.1Robert Schumacher
2017-10-21[cpprestsdk] Update to 2.10.0Robert Schumacher
2017-10-06[cpprestsdk] Patch to allow building with openssl 1.1.0Alexander Karatarakis
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-08-01change qualifier bracket to parensDaniel Shaw
2017-02-03[cpprestsdk] Use websocketpp from vcpkg instead of cpprest's copyAlexander Karatarakis
2016-11-05[cpprestsdk] Qualify all dependencies as not needed for uwp.Robert Schumacher
2016-10-24[cpprestsdk] Bump version to 2.9.0-1 to indicate change in configurationRobert Schumacher
2016-10-25[cpprestsdk] Add websocket support.sdcb
2016-10-21Upgrade cpprestsdk to 2.9.0sdcb
2016-09-18Initial commitAlexander Karatarakis