[GitHub] thrift pull request: fix compile error(Windows7 x64) : there is no...

2015-12-21 Thread lizhenghn123
Github user lizhenghn123 closed the pull request at: https://github.com/apache/thrift/pull/739 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature i

[GitHub] thrift pull request: fix compile error(Windows7 x64) : there is no...

2015-12-21 Thread lizhenghn123
Github user lizhenghn123 commented on the pull request: https://github.com/apache/thrift/pull/739#issuecomment-166468711 Thanks! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature e

[GitHub] thrift pull request: Accept generator option "package_prefix"

2015-12-21 Thread ericklaus-wf
GitHub user ericklaus-wf opened a pull request: https://github.com/apache/thrift/pull/755 Accept generator option "package_prefix" Permit prefixing import paths with a certain string to support devs who will place the generated code below the top level of their python hierarchy.

[jira] [Commented] (THRIFT-3498) C++ library assumes optional function pthread_attr_setschedpolicy is available

2015-12-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15066903#comment-15066903 ] ASF GitHub Bot commented on THRIFT-3498: GitHub user simonsouth opened a pull req

[GitHub] thrift pull request: THRIFT-3498 C++ library assumes optional func...

2015-12-21 Thread simonsouth
GitHub user simonsouth opened a pull request: https://github.com/apache/thrift/pull/754 THRIFT-3498 C++ library assumes optional function pthread_attr_setschedpolicy is available This patch allows Thrift to build on Haiku and other systems that do not implement POSIX's thread-execu

[jira] [Created] (THRIFT-3498) C++ library assumes optional function pthread_attr_setschedpolicy is available

2015-12-21 Thread Simon South (JIRA)
Simon South created THRIFT-3498: --- Summary: C++ library assumes optional function pthread_attr_setschedpolicy is available Key: THRIFT-3498 URL: https://issues.apache.org/jira/browse/THRIFT-3498 Project:

[GitHub] thrift pull request: THRIFT-3497 Build fails with "invalid use of ...

2015-12-21 Thread simonsouth
GitHub user simonsouth opened a pull request: https://github.com/apache/thrift/pull/753 THRIFT-3497 Build fails with "invalid use of incomplete type" This change fixes an "invalid use of incomplete type" compiler error referring to `struct timeval` when building on Haiku. -

[jira] [Commented] (THRIFT-3497) Build fails with "invalid use of incomplete type"

2015-12-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15066814#comment-15066814 ] ASF GitHub Bot commented on THRIFT-3497: GitHub user simonsouth opened a pull req

[jira] [Created] (THRIFT-3497) Build fails with "invalid use of incomplete type"

2015-12-21 Thread Simon South (JIRA)
Simon South created THRIFT-3497: --- Summary: Build fails with "invalid use of incomplete type" Key: THRIFT-3497 URL: https://issues.apache.org/jira/browse/THRIFT-3497 Project: Thrift Issue Type:

[jira] [Commented] (THRIFT-184) Add OSGi Manifest headers to the libthrift java library to be able to use Thrift in the OSGi runtime

2015-12-21 Thread Zlika (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15066457#comment-15066457 ] Zlika commented on THRIFT-184: -- This issue seems to be fixed for a long time now. > Add OSGi

[jira] [Commented] (THRIFT-3496) C++: Cob style client fails when sending a consecutive request

2015-12-21 Thread Sebastian Zenker (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15066361#comment-15066361 ] Sebastian Zenker commented on THRIFT-3496: -- I captured the traffic between the t

[jira] [Commented] (THRIFT-3496) C++: Cob style client fails when sending a consecutive request

2015-12-21 Thread Sebastian Zenker (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15066348#comment-15066348 ] Sebastian Zenker commented on THRIFT-3496: -- Please see my pull request on GitHub

[jira] [Commented] (THRIFT-3496) C++: Cob style client fails when sending a consecutive request

2015-12-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15066347#comment-15066347 ] ASF GitHub Bot commented on THRIFT-3496: GitHub user szenker opened a pull reques

[GitHub] thrift pull request: Thrift 3496: C++: Cob style client fails when...

2015-12-21 Thread szenker
GitHub user szenker opened a pull request: https://github.com/apache/thrift/pull/752 Thrift 3496: C++: Cob style client fails when sending a consecutive request see THRIFT-3496 You can merge this pull request into a Git repository by running: $ git pull https://github.com/szenk

[jira] [Created] (THRIFT-3496) C++: Cob style client fails when sending a consecutive request

2015-12-21 Thread Sebastian Zenker (JIRA)
Sebastian Zenker created THRIFT-3496: Summary: C++: Cob style client fails when sending a consecutive request Key: THRIFT-3496 URL: https://issues.apache.org/jira/browse/THRIFT-3496 Project: Thrif