[jira] [Created] (THRIFT-2221) Generate c++ code with std::shared_ptr instead of boost::shared_ptr.

2013-10-07 Thread Chris Stylianou (JIRA)
Chris Stylianou created THRIFT-2221: --- Summary: Generate c++ code with std::shared_ptr instead of boost::shared_ptr. Key: THRIFT-2221 URL: https://issues.apache.org/jira/browse/THRIFT-2221 Project:

[jira] [Updated] (THRIFT-2221) Generate c++ code with std::shared_ptr instead of boost::shared_ptr.

2013-10-07 Thread Chris Stylianou (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Stylianou updated THRIFT-2221: Description: Most modern compilers now have full support for std::shared_ptr when enable

[jira] [Commented] (THRIFT-2221) Generate c++ code with std::shared_ptr instead of boost::shared_ptr.

2013-10-07 Thread Ben Craig (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13788127#comment-13788127 ] Ben Craig commented on THRIFT-2221: --- This probably isn't happening for a while. See

[jira] [Commented] (THRIFT-1682) Multiple thread calling a Service function unsafely causes message corruption and terminates with Broken Pipe

2013-10-07 Thread Ben Craig (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13788128#comment-13788128 ] Ben Craig commented on THRIFT-1682: --- C++ client objects are not intended to be thread

[jira] [Commented] (THRIFT-2221) Generate c++ code with std::shared_ptr instead of boost::shared_ptr.

2013-10-07 Thread JIRA
[ https://issues.apache.org/jira/browse/THRIFT-2221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13788158#comment-13788158 ] Henrique Mendonça commented on THRIFT-2221: --- Hi Chris, I was also just looking

Looking for +1s to several of my patches

2013-10-07 Thread Ben Craig
I've got a long list of patches that I need someone to review. https://issues.apache.org/jira/browse/THRIFT-1750 https://issues.apache.org/jira/browse/THRIFT-1751 https://issues.apache.org/jira/browse/THRIFT-1892 https://issues.apache.org/jira/browse/THRIFT-2019

[jira] [Commented] (THRIFT-2220) Add a new struct structv?

2013-10-07 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13788435#comment-13788435 ] Jens Geyer commented on THRIFT-2220: I probabbly just don't see it, but why do we

[jira] [Comment Edited] (THRIFT-2220) Add a new struct structv?

2013-10-07 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13788435#comment-13788435 ] Jens Geyer edited comment on THRIFT-2220 at 10/7/13 6:56 PM: -

[jira] [Commented] (THRIFT-2034) Give developers' C++ code direct access to socket FDs on server side

2013-10-07 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13788452#comment-13788452 ] Jens Geyer commented on THRIFT-2034: Does C++ implement processor events? Give

[jira] [Comment Edited] (THRIFT-2034) Give developers' C++ code direct access to socket FDs on server side

2013-10-07 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13788452#comment-13788452 ] Jens Geyer edited comment on THRIFT-2034 at 10/7/13 7:09 PM: -

[jira] [Commented] (THRIFT-2031) Make SO_KEEPALIVE configurable for C++ lib

2013-10-07 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13788468#comment-13788468 ] Jens Geyer commented on THRIFT-2031: Seems outdated, the -1 has been replaced with

Re: Looking for +1s to several of my patches

2013-10-07 Thread Jens Geyer
Hi Ben, I tried a few of the simpler and/or MinGW related ones but unfortunately they all do not apply cleanly. In particular, I looked at 2027, 2031 and 2045 so far. Jens -Ursprüngliche Nachricht- From: Ben Craig Sent: Monday, October 7, 2013 4:41 PM To: dev@thrift.apache.org

[jira] [Updated] (THRIFT-2045) C++ compiler warning and build cleanup

2013-10-07 Thread Ben Craig (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ben Craig updated THRIFT-2045: -- Attachment: (was: windows_compiler_port.patch) C++ compiler warning and build cleanup

[jira] [Updated] (THRIFT-2045) C++ compiler warning and build cleanup

2013-10-07 Thread Ben Craig (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ben Craig updated THRIFT-2045: -- Attachment: windows_compiler_port.patch updating from June, due to addition of cassert header. C++

[jira] [Created] (THRIFT-2222) ruby gem cannot be compiled on OS X mavericks

2013-10-07 Thread Cody Cutrer (JIRA)
Cody Cutrer created THRIFT-: --- Summary: ruby gem cannot be compiled on OS X mavericks Key: THRIFT- URL: https://issues.apache.org/jira/browse/THRIFT- Project: Thrift Issue Type: Bug

[jira] [Updated] (THRIFT-2031) Make SO_KEEPALIVE configurable for C++ lib

2013-10-07 Thread Ben Craig (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ben Craig updated THRIFT-2031: -- Attachment: keep_alive2.patch Updates to switch from -1 to macro Make SO_KEEPALIVE configurable for

[jira] [Commented] (THRIFT-2219) Thrift gem fails to build on OS X Mavericks with 1.9.3 rubies

2013-10-07 Thread Cody Cutrer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13788533#comment-13788533 ] Cody Cutrer commented on THRIFT-2219: - note that Mavericks is now GM, so essentially

[jira] [Closed] (THRIFT-2222) ruby gem cannot be compiled on OS X mavericks

2013-10-07 Thread Cody Cutrer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cody Cutrer closed THRIFT-. --- Resolution: Duplicate ruby gem cannot be compiled on OS X mavericks

[jira] [Updated] (THRIFT-2031) Make SO_KEEPALIVE configurable for C++ lib

2013-10-07 Thread Ben Craig (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ben Craig updated THRIFT-2031: -- Attachment: (was: keep_alive2.patch) Make SO_KEEPALIVE configurable for C++ lib

[jira] [Commented] (THRIFT-2034) Give developers' C++ code direct access to socket FDs on server side

2013-10-07 Thread Ben Craig (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13788536#comment-13788536 ] Ben Craig commented on THRIFT-2034: --- Processor events need to work for all transports,

Re: Looking for +1s to several of my patches

2013-10-07 Thread Ben Craig
From: Jens Geyer jensge...@hotmail.com To: dev@thrift.apache.org, Date: 10/07/2013 02:25 PM Subject: Re: Looking for +1s to several of my patches Hi Ben, I tried a few of the simpler and/or MinGW related ones but unfortunately they all do not apply cleanly. In particular, I looked at