New Comment on "Setup and Build on Linux"
also, the final message is misleading: Finished running all tests. Took 18.079ms ****SUCCESS all 70 test cases PASSED**** Some tests failed
View ArticleCreated Unassigned: [Linux] some tests from Release directory crash [9]
cd Binaries/Release64./run_tests.sh[...]Starting test case pplxtask_tests:TestTaskOperators...pplxtask_tests.cpp:546: error: Failure in TestTaskOperators: Unhandled exception: test crashedTest case...
View ArticleCommented Issue: Linux: "chunked" detection logic doesn't work in all cases [2]
in read_headers (http_client.cpp):ctx->m_needChunked = boost::iequals(value, U("chunked"));Above statement will not always work because some site somehow inserts an additional space before the...
View ArticleNew Post: Connected Standby and Casablanca
Hi c2c, We haven't spent anytime yet thinking about Connected Standby and myself I'm not too familiar with it. I'll spend sometime investigating and respond back in a little bit after I learn some more...
View ArticleNew Post: Casablanca and VS2010
I don't find how compile Casablanca with VS2010... After having read 'Documentation', here is what I do :start the VisualStudio 2010 command promptnavigate to the folder 'Casablanca'write : Powershell...
View ArticleNew Post: Casablanca and VS2010
Hi fthomas54, It looks like msbuild is not picking up the right toolset for you. I noticed that you're using a French version of VS, with which we did not test our build system. Can you do the...
View ArticleUpdated Wiki: Survey
<div id="surveyMonkeyInfo"><div><script src="http://www.surveymonkey.com/jsEmbed.aspx?sm=5Vd9xhzYZmTMGAjwet0EFg_3d_3d"> </script></div>Create your free online surveys with...
View ArticleUpdated Wiki: poll
polldaddy survey="C3530D5D08397E75" type="button" title="Take Our Survey!" style="inline"
View ArticleUpdated Wiki: JSON
Using JSON JSON (pronounced “Jason”) is short for “JavaScript Object Notation.” It has become a lingua franca for simple web services, preferred over XML because of its simplicity and compactness. It...
View ArticleCommented Unassigned: Missing web:: namespace in JSON documentation [6]
The current version of [JSON](https://casablanca.codeplex.com/wikipage?title=JSON&referringTitle=Documentation) chapter of the documentation does not explicitly explain all the JSON features live...
View ArticleEdited Issue: Missing web:: namespace in JSON documentation [6]
The current version of [JSON](https://casablanca.codeplex.com/wikipage?title=JSON&referringTitle=Documentation) chapter of the documentation does not explicitly explain all the JSON features live...
View ArticleEdited Issue: rawptr_buffer::can_read() behavior [8]
When the current position on a rawptr_buffer is at EOF, can_read() returns false. This behavior is not consistent with that of the other types of buffers.In particular, it prevents the seekpos method...
View ArticleCommented Issue: rawptr_buffer::can_read() behavior [8]
When the current position on a rawptr_buffer is at EOF, can_read() returns false. This behavior is not consistent with that of the other types of buffers.In particular, it prevents the seekpos method...
View ArticleCommented Issue: rawptr_buffer::can_read() behavior [8]
When the current position on a rawptr_buffer is at EOF, can_read() returns false. This behavior is not consistent with that of the other types of buffers.In particular, it prevents the seekpos method...
View ArticleEdited Issue: [Linux] some tests from Release directory crash [9]
cd Binaries/Release64./run_tests.sh[...]Starting test case pplxtask_tests:TestTaskOperators...pplxtask_tests.cpp:546: error: Failure in TestTaskOperators: Unhandled exception: test crashedTest case...
View ArticleEdited Issue: WHY USE unescape_string here? [7]
``` C++std::string web::json::details::_String::as_utf8_string() const{ if(is_wide()){ return utf16_to_utf8(unescape_string<utf16char>(m_wstring.get()));} else{ return...
View ArticleEdited Issue: Use buried headers in subfolder [5]
Requesting users to #include <json.h> is not a good idea as the header name is far from being unique.Please, use of buried headers and deploy all headers in dedicated subfolder, i.e. #include...
View ArticleEdited Issue: Linux: "chunked" detection logic doesn't work in all cases [2]
in read_headers (http_client.cpp):ctx->m_needChunked = boost::iequals(value, U("chunked"));Above statement will not always work because some site somehow inserts an additional space before the...
View ArticleEdited Issue: include/pch/stdafx.h [3]
Shouldn't the precopiled header file be placed under the "src" folder and not under the "include" folder? This seems to be a safer strategy for PCH files as to not accidentally deploy or include them...
View ArticleClosed Issue: Exception: when request() is called with GET and body_send [4]
This is more of error checking than anything else. I inadvertently used methods::GET with body_data. I really wanted to use methods::POST.test:```////this one will generate exception//http_client...
View Article