New Post: How to Guides and Reference Documentation
Hi Everyone, We have posted links in the documentation tab to our reference docs and how to guides. The guides walk you through code highlighting common developer scenarios. The reference documentation...
View ArticleNew Post: Compiling with C++ Builder XE3's Clang-based C++11 compiler
Has anyone tried compiling this in Embarcadero's Clang-based C++11 compiler?
View ArticleNew Post: Compiling with C++ Builder XE3's Clang-based C++11 compiler
Hi bbrandt, We do not "officially" support Clang, but a partner team in Microsoft successfully compiled PPLX portion with Clang. We're interested in supporting Clang, but could use some community help...
View ArticleUpdated Wiki: Documentation
Welcome to Casablanca! Got questions? Head over to the forums!Before you get started we recommend you begin with going over the documentation.Feature OverviewProgramming with TasksPlatform-Independent...
View ArticleNew Post: A small post about the Casablanca project
We have checked it using our static code analyzer PVS-Studio and failed to find at least one significant bug. Our respect to the Microsoft developers who have created this library! Blog post: A small...
View ArticleNew Post: A small post about the Casablanca project
Andrey, Thank you for the information! I'm glad that your tool didn't find anything significant. We take code quality very seriously. Anyway, the one issue you reported was perhaps mostly cosmetic, but...
View ArticleNew Comment on "Setup and Build on Linux"
In step #6 you probably may want to advice to use update-alternatives instead of manually removing symlinks, e.g.: (save default gcc that comes with Ubuntu 12.04) sudo update-alternatives --install...
View ArticleNew Comment on "Setup and Build on Linux"
In step #6 you probably may want to advice to use update-alternatives instead of manually removing symlinks, e.g.: (save default gcc that comes with Ubuntu 12.04) sudo update-alternatives --install...
View ArticleReviewed: C++ REST SDK 0.6 (Mar 09, 2013)
Rated 5 Stars (out of 5) - Fantastic library, well written modern C++!
View ArticleNew Post: Windows Phone 8 support
Hi, Any plan to support Windows Phone 8 as well ? Thanks, Simon
View ArticleNew Post: Windows Phone 8 support
simonferquel wrote: Hi, Any plan to support Windows Phone 8 as well ? Thanks, Simon Hi simonferquel, Yes, we do have such plans but we're not ready to announce a date yet. Stay tuned!
View ArticleCreated Issue: [pplx] Task continuation on UI thread ( multi-platform ) [1]
The following example fails to compile because pplx::task_continuation_context::use_current()is not defined if the macro __cplusplus_winrt is not defined.//begin code ------------------- auto t =...
View ArticleCommented Issue: [pplx] Task continuation on UI thread ( multi-platform ) [1]
The following example fails to compile because pplx::task_continuation_context::use_current()is not defined if the macro __cplusplus_winrt is not defined.//begin code ------------------- auto t =...
View ArticleEdited Issue: [pplx] Task continuation on UI thread ( multi-platform ) [1]
The following example fails to compile because pplx::task_continuation_context::use_current()is not defined if the macro __cplusplus_winrt is not defined.//begin code ------------------- auto t =...
View ArticleClosed Issue: [pplx] Task continuation on UI thread ( multi-platform ) [1]
The following example fails to compile because pplx::task_continuation_context::use_current()is not defined if the macro __cplusplus_winrt is not defined.//begin code ------------------- auto t =...
View ArticleCommented Issue: [pplx] Task continuation on UI thread ( multi-platform ) [1]
The following example fails to compile because pplx::task_continuation_context::use_current()is not defined if the macro __cplusplus_winrt is not defined.//begin code ------------------- auto t =...
View ArticleCommented Issue: [pplx] Task continuation on UI thread ( multi-platform ) [1]
The following example fails to compile because pplx::task_continuation_context::use_current()is not defined if the macro __cplusplus_winrt is not defined.//begin code ------------------- auto t =...
View ArticleCreated 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 Article