Edited Task: No longer needed msbuild tag: BuildAgainstVSInstallation [264]
Several test projects have xml tags of the form:```<ItemDefinitionGroup Condition="'$(BuildAgainstVSInstallation)'!=''">```These are no longer needed and can be removed.
View ArticleEdited Issue: Fix warnings on gcc 4.8 with -Wall in test code. [253]
Subtask of https://casablanca.codeplex.com/workitem/173
View ArticleEdited Issue: Fix warnings on gcc 4.8 with -Wall in test code. [253]
Subtask of https://casablanca.codeplex.com/workitem/173
View ArticleEdited Issue: gcc warning in json_parsing.cpp - Comparision error [212]
Hi there,I tried to compile casablanca again and stumbled over this error (only with gcc-4.9)`casablanca/Release/src/json/json_parsing.cpp:359:19 error: comparison between signed and unsigned integer...
View ArticleEdited Issue: ubuntu - sporatically after running all tests a segfault or...
This is happening occasionally on our Linux build machines after running all the tests. If you look at the history with failed builds you can see in the output. Sometimes it mentions double delete,...
View ArticleCommented Issue: ubuntu - sporatically after running all tests a segfault or...
This is happening occasionally on our Linux build machines after running all the tests. If you look at the history with failed builds you can see in the output. Sometimes it mentions double delete,...
View ArticleClosed Issue: ubuntu - sporatically after running all tests a segfault or...
This is happening occasionally on our Linux build machines after running all the tests. If you look at the history with failed builds you can see in the output. Sometimes it mentions double delete,...
View ArticleNew Post: how to combine the url with c++ rest sdk?
If all you want is to retrieve the body of the response as a string, you might want to look at...
View ArticleNew Post: New to Casablanck SDKs
Ok, first I'm assuming you're using the latest version (2.2). Then, the top of my main file looks like#include "stdafx.h" #include <iostream> #include "cpprest/astreambuf.h" #include...
View ArticleCommented Feature: Linux/non-Windows http_client authentication support [89]
Support for some http authentication schemes in http_client on Linux and other non-Microsoft platformsComments: Relevant discussion: https://casablanca.codeplex.com/discussions/565161#post1299381
View ArticleUpdated Release: C++ Rest SDK 2.3.0
http_clientImplemented server certificate verification on Android, issue 242.websocket_clientPoco is no longer used as test server for WinRT tests, Websocketpp is used in all cases 221.HTTP headers for...
View ArticleClosed Issue: Exception not thrown on write error with std::ofstream backing...
Reported by: https://casablanca.codeplex.com/discussions/561562.When using a ```std::ofstream``` as a backing stream through the interop wrappers, write errors (such as disk full) do not cause an...
View ArticleUpdated Release: C++ Rest SDK 2.3.0
http_clientImplemented server certificate verification on Android, issue 242.websocket_clientPoco is no longer used as test server for WinRT tests, Websocketpp is used in all cases 221.HTTP headers for...
View ArticleEdited Issue: websocket_client - repeated connect/disconnect leads to abort()...
In chat client application, to reconnect to the server it keep uses move assignment operation to re-initialize the websocket_client instance. On repeatedly connecting and disconnecting, the move...
View ArticleUpdated Release: C++ Rest SDK 2.3.0
http_clientImplemented server certificate verification on Android, issue 242.websocket_clientPoco is no longer used as test server for WinRT tests, Websocketpp is used in all cases 221.HTTP headers for...
View ArticleCreated Unassigned: http_response extract_json and extract_string keep bom [270]
Hi,I try to write wrapper for access to Xbox Music RESTfull service. And I found problem with extract Jason response. Service response has bom for utf-8 encoding and extract_jason() and extract_string...
View ArticleEdited Unassigned: http_response extract_json and extract_string keep bom for...
Hi,I try to write wrapper for access to Xbox Music RESTfull service. And I found problem with extract_json method of http_response. Service response has bom for utf-8 encoding and extract_jason() and...
View ArticleEdited Unassigned: http_response extract_json and extract_string keep bom for...
Hi,I try to write wrapper for access to Xbox Music RESTfull service. And I found problem with extract_json method of http_response. Service response has bom for utf-8 encoding and extract_jason() and...
View ArticleCreated Issue: json - why is parsing depth different on OSX/iOS? [271]
#ifndef __APPLE__ static const size_t maxParsingDepth = 128;#else static const size_t maxParsingDepth = 32;#endif
View ArticleEdited Issue: json - why is parsing depth different on OSX/iOS? [271]
```#ifndef __APPLE__ static const size_t maxParsingDepth = 128;#else static const size_t maxParsingDepth = 32;#endif```
View Article