[jira] Issue Comment Edited: (THRIFT-71) Debian packaging for thrift

2010-12-06 Thread Yamashita Yuu (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-71?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12968596#action_12968596 ] Yamashita Yuu edited comment on THRIFT-71 at 12/7/10 1:52 AM: --

[jira] Updated: (THRIFT-71) Debian packaging for thrift

2010-12-06 Thread Yamashita Yuu (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-71?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yamashita Yuu updated THRIFT-71: Attachment: THRIFT-71_v10.patch added THRIFT-71_v10.patch. changes: * based on THRIFT-71_v8_0.5.0.p

[jira] Created: (THRIFT-1017) Cleanup whitespaces in sourcefiles

2010-12-06 Thread Anatol Pomozov (JIRA)
Cleanup whitespaces in sourcefiles -- Key: THRIFT-1017 URL: https://issues.apache.org/jira/browse/THRIFT-1017 Project: Thrift Issue Type: Improvement Reporter: Anatol Pomozov A couple of simple s

Re: memory management in C++ lib headers

2010-12-06 Thread David Reiss
> I would like to gauge the community reaction to a potential patch that would > move code that performs memory management into the ".cpp". I think this would be fine for the most part. TPipedTransport should be fine. That's actually not a very important class. > I would also be > interested in

memory management in C++ lib headers

2010-12-06 Thread Anatoly Fayngelerin
Hi Everyone, I am running into some issues integrating thrift into an existing build process. The source of the problem lies in the fact that thrift headers inline a large portion of the code. Specifically, TPipedTransport calls malloc, realloc and free in the header. This becomes a problem in exi

[jira] Updated: (THRIFT-1013) generated java code may have name clashes with thrift library

2010-12-06 Thread Peter Schuller (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Schuller updated THRIFT-1013: --- Attachment: thrift-r1042609-libfqcn.patch thrift-0_5-libfqcn.patch I am atta