Reopened Issue: iOS instructions do not work for x86_64 simulator [196]
From https://casablanca.codeplex.com/discussions/548817#post1256770 by Les1966> in the directions to build casablanca for iOS, it says to use the build.sh from...
View ArticleEdited Issue: iOS instructions do not work for x86_64 simulator [196]
From https://casablanca.codeplex.com/discussions/548817#post1256770 by Les1966> in the directions to build casablanca for iOS, it says to use the build.sh from...
View ArticleCommented Issue: iOS instructions do not work for x86_64 simulator [196]
From https://casablanca.codeplex.com/discussions/548817#post1256770 by Les1966> in the directions to build casablanca for iOS, it says to use the build.sh from...
View ArticleUpdated Wiki: Setup and Build on iOS
How to build and setup on iOS First, follow all the instructions on Setup and Build on OSX. While some steps could be skipped if you only want to build for iOS, it is useful to diagnose problems during...
View ArticleUpdated Wiki: Setup and Build on OSX
How to setup, build, and run tests on OSX 1. Ensure you have the most recent version of OSX and Xcode (As of this writing, 10.9.2 and 5.0.2 respectively).2. You will need to install the development...
View ArticleUpdated Wiki: Setup and Build on Linux
How to setup, build, and run tests on Linux1. Install Ubuntu 14.04 or later.2. Install all the needed build tools and librariessudo apt-get install g++-4.8 g++ git make libboost1.54-all-dev libssl-dev...
View ArticleUpdated Release: C++ REST SDK 2.6.0
streamsDeprecated the streambuf::putn API. In some cases with file streams this API makes a copy. To be more efficient and not break existing code a new function putn_nocopy has been created. This...
View ArticleUpdated Wiki: Setup and Build on iOS
How to build and setup on iOS First, follow all the instructions on Setup and Build on OSX. While some steps could be skipped if you only want to build for iOS, it is useful to diagnose problems during...
View ArticleNew Post: Webclient callback client exception when service is unavailable
When I try to make a connection to a non-reachable server I am getting an exception. I have try catching the exception using a method similar to that documented in...
View ArticleCommented Issue: iOS instructions do not work for x86_64 simulator [196]
From https://casablanca.codeplex.com/discussions/548817#post1256770 by Les1966> in the directions to build casablanca for iOS, it says to use the build.sh from...
View ArticleClosed Issue: iOS instructions do not work for x86_64 simulator [196]
From https://casablanca.codeplex.com/discussions/548817#post1256770 by Les1966> in the directions to build casablanca for iOS, it says to use the build.sh from...
View ArticleCreated Feature: Support WRL (not /ZW) for Windows Store/Phone [357]
Relevant discussion:https://casablanca.codeplex.com/discussions/579930I believe it should just involve making sure all our WINAPI_FAMILY/__cplusplus_winrt checks are correct.
View ArticleNew Post: Runtime Exception
Hi n8burr, I can finally respond now that CodePlex discussion and issues are back up :). No the CPPREST_FORCE_PPLX option I don't think will help. PPLX is basically a version of PPL tasks removed from...
View ArticleCommented Issue: [android] Unittestpp has dependancy upon cpprest [324]
When compiling for android, we use the symbol [TestRunner.cpp:51]```namespace crossplat {extern std::atomic<JavaVM*> JVM;}```to access the JVM from inside the unit test framework. This symbol is...
View ArticleClosed Issue: [android] Unittestpp has dependancy upon cpprest [324]
When compiling for android, we use the symbol [TestRunner.cpp:51]```namespace crossplat {extern std::atomic<JavaVM*> JVM;}```to access the JVM from inside the unit test framework. This symbol is...
View ArticleCommented Unassigned: json-schema support [356]
Extend Casablanca's JSON support to cover json-schema:For JSON data validation scenarios going beyond say using regex against string fields. The standard is still in draft, but I was wondering if it's...
View ArticleEdited Feature: json-schema support [356]
Extend Casablanca's JSON support to cover json-schema:For JSON data validation scenarios going beyond say using regex against string fields. The standard is still in draft, but I was wondering if it's...
View ArticleCommented Feature: jenkins - unittestpp individual test integration [250]
Would give more course grain results in our runs.Comments: Not going to bother fixing.
View ArticleClosed Feature: jenkins - unittestpp individual test integration [250]
Would give more course grain results in our runs.
View ArticleCommented Unassigned: get error when connect to websocket via proxy [347]
Hi,I used casablanca(development branch lastest commit) to connect with websocket server via proxy.``` websocket_callback_client client; websocket_client_config client_config; web::web_proxy...
View Article