[jira] [Closed] (THRIFT-1614) Thrift build from svn repo sources fails with automake-1.12

2014-06-10 Thread JIRA
[ https://issues.apache.org/jira/browse/THRIFT-1614?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henrique Mendonça closed THRIFT-1614. - Resolution: Fixed I think this was already fixed elsewhere, please reopen if you still

[jira] [Closed] (THRIFT-2255) add Parent Class for generated Struct class

2014-06-10 Thread JIRA
[ https://issues.apache.org/jira/browse/THRIFT-2255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henrique Mendonça closed THRIFT-2255. - Resolution: Duplicate Fix Version/s: (was: 0.9.2) Closing this as

[jira] [Updated] (THRIFT-2567) Csharp slow ?

2014-06-10 Thread Martin Vogt (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Vogt updated THRIFT-2567: Attachment: ArrayAsByte.cs Fast/ugly conversion from float[] to byte[] without the need for

[jira] [Commented] (THRIFT-2567) Csharp slow ?

2014-06-10 Thread Martin Vogt (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14026332#comment-14026332 ] Martin Vogt commented on THRIFT-2567: - Hello Jens, Jens Geyer added a comment -

[jira] [Commented] (THRIFT-2570) Wrong URL given in http://thrift.apache.org/developers

2014-06-10 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14026342#comment-14026342 ] Jens Geyer commented on THRIFT-2570: Mmmh, I'm probably doing it wrong. {code} $ git

[jira] [Created] (THRIFT-2571) Simplify cross compilation using CMake

2014-06-10 Thread Pascal Bach (JIRA)
Pascal Bach created THRIFT-2571: --- Summary: Simplify cross compilation using CMake Key: THRIFT-2571 URL: https://issues.apache.org/jira/browse/THRIFT-2571 Project: Thrift Issue Type:

[jira] [Commented] (THRIFT-2471) Make cpp.ref annotation language agnostic

2014-06-10 Thread JIRA
[ https://issues.apache.org/jira/browse/THRIFT-2471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14026352#comment-14026352 ] Henrique Mendonça commented on THRIFT-2471: --- Hi Jens, It seems to require

[jira] [Updated] (THRIFT-2571) Simplify cross compilation using CMake

2014-06-10 Thread Pascal Bach (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pascal Bach updated THRIFT-2571: Description: Using CMake would simplify cross compilation. The for example the same build script

[jira] [Updated] (THRIFT-2571) Simplify cross compilation using CMake

2014-06-10 Thread Pascal Bach (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pascal Bach updated THRIFT-2571: Description: Using CMake would simplify cross compilation. The for example the same build script

[GitHub] thrift pull request: Thrift 2571

2014-06-10 Thread pascal-bach
GitHub user pascal-bach opened a pull request: https://github.com/apache/thrift/pull/137 Thrift 2571 You can merge this pull request into a Git repository by running: $ git pull https://github.com/siemens/thrift THRIFT-2571 Alternatively you can review and apply these

[jira] [Commented] (THRIFT-1712) Add TBase class for c++

2014-06-10 Thread Martin Vogt (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14026423#comment-14026423 ] Martin Vogt commented on THRIFT-1712: - Hello, I have already ported this patch to

[jira] [Commented] (THRIFT-2521) Fixed synchronisation in ThreadManager.cpp

2014-06-10 Thread JIRA
[ https://issues.apache.org/jira/browse/THRIFT-2521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14026450#comment-14026450 ] Henrique Mendonça commented on THRIFT-2521: --- Hi Grzegorz, Thanks for the patch,

[jira] [Commented] (THRIFT-2471) Make cpp.ref annotation language agnostic

2014-06-10 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14026467#comment-14026467 ] Hudson commented on THRIFT-2471: SUCCESS: Integrated in Thrift #1175 (See

[GitHub] thrift pull request: THRIFT-2571 Simplify cross compilation using ...

2014-06-10 Thread henrique
Github user henrique commented on the pull request: https://github.com/apache/thrift/pull/137#issuecomment-45619994 Hi Pascal, Thanks a lot for the request. This is a great step towards simplifying cross platform support as you have already said. Would you document the

[jira] [Assigned] (THRIFT-2571) Simplify cross compilation using CMake

2014-06-10 Thread JIRA
[ https://issues.apache.org/jira/browse/THRIFT-2571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henrique Mendonça reassigned THRIFT-2571: - Assignee: Henrique Mendonça Simplify cross compilation using CMake

[jira] [Commented] (THRIFT-2571) Simplify cross compilation using CMake

2014-06-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14026491#comment-14026491 ] ASF GitHub Bot commented on THRIFT-2571: Github user henrique commented on the

[jira] [Updated] (THRIFT-847) Test Framework harmonization across all languages

2014-06-10 Thread Chamila Dilshan Wijayarathna (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chamila Dilshan Wijayarathna updated THRIFT-847: Attachment:

[jira] [Comment Edited] (THRIFT-847) Test Framework harmonization across all languages

2014-06-10 Thread Chamila Dilshan Wijayarathna (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14026710#comment-14026710 ] Chamila Dilshan Wijayarathna edited comment on THRIFT-847 at 6/10/14 5:23 PM:

[jira] [Commented] (THRIFT-847) Test Framework harmonization across all languages

2014-06-10 Thread Roger Meier (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14026941#comment-14026941 ] Roger Meier commented on THRIFT-847: Thanks Chamila! To your questions: 1. yes,

ApacheCon CFP closes June 25

2014-06-10 Thread Roger Meier
Dear Apache Thrift enthusiast, As you may be aware, ApacheCon will be held this year in Budapest, on November 17-23. (See http://apachecon.eu for more info.) The Call For Papers for that conference is still open, but will be closing soon. We need you talk proposals, to represent Apache Thrift

[jira] [Commented] (THRIFT-847) Test Framework harmonization across all languages

2014-06-10 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14027129#comment-14027129 ] Hudson commented on THRIFT-847: --- SUCCESS: Integrated in Thrift #1176 (See

[jira] [Created] (THRIFT-2572) Add string/collection length limit checks (from C++) to java protocol readers

2014-06-10 Thread Andrew Cox (JIRA)
Andrew Cox created THRIFT-2572: -- Summary: Add string/collection length limit checks (from C++) to java protocol readers Key: THRIFT-2572 URL: https://issues.apache.org/jira/browse/THRIFT-2572 Project:

[GitHub] thrift pull request: Port C++ string/container limits to java

2014-06-10 Thread andrewcox
GitHub user andrewcox opened a pull request: https://github.com/apache/thrift/pull/138 Port C++ string/container limits to java You can merge this pull request into a Git repository by running: $ git pull https://github.com/andrewcox/thrift java_limits Alternatively you can