[GitHub] thrift issue #1497: Do not call workSocket() in TNonblockigServer without en...

2018-03-10 Thread bgedik
Github user bgedik commented on the issue: https://github.com/apache/thrift/pull/1497 @jeking3 I think all tests have passed. ---

[GitHub] thrift issue #1448: Thrift-4441: Support compilation without Boost

2018-03-10 Thread jeking3
Github user jeking3 commented on the issue: https://github.com/apache/thrift/pull/1448 I tried to use this work and did a little bit of cmake work to straighten out options. What I found is that there is a boost dependency in the safe_numeric_cast in TTransportException.hpp and

[jira] [Created] (THRIFT-4514) Remove pthread library support and use std::thread or boost::thread

2018-03-10 Thread James E. King, III (JIRA)
James E. King, III created THRIFT-4514: -- Summary: Remove pthread library support and use std::thread or boost::thread Key: THRIFT-4514 URL: https://issues.apache.org/jira/browse/THRIFT-4514

[GitHub] thrift pull request #1448: Thrift-4441: Support compilation without Boost

2018-03-10 Thread jeking3
Github user jeking3 commented on a diff in the pull request: https://github.com/apache/thrift/pull/1448#discussion_r173620082 --- Diff: build/cmake/DefineOptions.cmake --- @@ -91,11 +91,26 @@ if(WITH_CPP) option(WITH_STDTHREADS "Build with C++ std::thread support" OFF)