Qt4 Support

2019-01-11 Thread James E. King III
Do we need to maintain Qt4 support in the cpp library? Qt4 was released in 2005 and Qt5 in 2012. Is anybody using Qt4 any more? - Jim

[jira] [Resolved] (THRIFT-4720) migrate code to c++11

2019-01-11 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King III resolved THRIFT-4720. --- Resolution: Fixed Assignee: James E. King III Fix Version/s: 1.0 Com

[jira] [Resolved] (THRIFT-4730) remove pthread code

2019-01-11 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King III resolved THRIFT-4730. --- Resolution: Fixed Assignee: James E. King III Fix Version/s: 1.0 Con

[jira] [Resolved] (THRIFT-4593) Unit Tests failing on Alpine Linux due to non-portable mutex initializers

2019-01-11 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King III resolved THRIFT-4593. --- Resolution: Fixed Assignee: James E. King III Fix Version/s: 1.0 pth

[jira] [Updated] (THRIFT-4730) Remove pthread and boost::thread library support and use std::thread for C++11

2019-01-11 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King III updated THRIFT-4730: -- Summary: Remove pthread and boost::thread library support and use std::thread for C++1

[jira] [Updated] (THRIFT-4730) remove pthread code

2019-01-11 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King III updated THRIFT-4730: -- Labels: Breaking-Change (was: ) > remove pthread code > --- > >

[jira] [Closed] (THRIFT-4514) Remove pthread and boost::thread library support and use std::thread for C++11

2019-01-11 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King III closed THRIFT-4514. - Resolution: Duplicate > Remove pthread and boost::thread library support and use std::th

[jira] [Commented] (THRIFT-3924) Make C++ library build on SunOS with the Sun compiler

2019-01-11 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16740422#comment-16740422 ] James E. King III commented on THRIFT-3924: --- THRIFT-4720 moved the C++ side to

[jira] [Updated] (THRIFT-2242) Generate C++11 code (THRIFT-4720 made us C++11, rename this)

2019-01-11 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King III updated THRIFT-2242: -- Summary: Generate C++11 code (THRIFT-4720 made us C++11, rename this) (was: Generate

[jira] [Updated] (THRIFT-4720) Drop support for C++03/C++98 and begin refactoring

2019-01-11 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King III updated THRIFT-4720: -- Summary: Drop support for C++03/C++98 and begin refactoring (was: migrate code to c++

[jira] [Commented] (THRIFT-3817) Redeclaration of std::tuple

2019-01-11 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16740427#comment-16740427 ] James E. King III commented on THRIFT-3817: --- [~cyy] with your work on THRIFT-4

[jira] [Commented] (THRIFT-3560) C++ TTransport::isOpen() and TTransport::getOrigin() should be const member functions

2019-01-11 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16740428#comment-16740428 ] James E. King III commented on THRIFT-3560: --- [~cyy] given all the breaking cha

[jira] [Comment Edited] (THRIFT-4593) Unit Tests failing on Alpine Linux due to non-portable mutex initializers

2019-01-11 Thread Christopher Friedt (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16740432#comment-16740432 ] Christopher Friedt edited comment on THRIFT-4593 at 1/11/19 2:27 PM: -

[jira] [Commented] (THRIFT-2242) Generate C++11 code

2019-01-11 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16740424#comment-16740424 ] James E. King III commented on THRIFT-2242: --- Recommend you rename or open a ne

[jira] [Commented] (THRIFT-4593) Unit Tests failing on Alpine Linux due to non-portable mutex initializers

2019-01-11 Thread Christopher Friedt (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16740432#comment-16740432 ] Christopher Friedt commented on THRIFT-4593: Actually, the problem was with

[jira] [Commented] (THRIFT-3924) Make C++ library build on SunOS with the Sun compiler

2019-01-11 Thread Randy Abernethy (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16740447#comment-16740447 ] Randy Abernethy commented on THRIFT-3924: - +1 to close this and let any Solaris

[jira] [Updated] (THRIFT-4732) increase cmake minimal required version and rewrite cmake scripts

2019-01-11 Thread yuanyuan chen (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] yuanyuan chen updated THRIFT-4732: -- Summary: increase cmake minimal required version and rewrite cmake scripts (was: increase cma

[jira] [Updated] (THRIFT-4732) increase cmake minimal required version and cleanup cmake scripts

2019-01-11 Thread yuanyuan chen (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] yuanyuan chen updated THRIFT-4732: -- Summary: increase cmake minimal required version and cleanup cmake scripts (was: increase cma

[jira] [Created] (THRIFT-4732) increase cmake minimal required version

2019-01-11 Thread yuanyuan chen (JIRA)
yuanyuan chen created THRIFT-4732: - Summary: increase cmake minimal required version Key: THRIFT-4732 URL: https://issues.apache.org/jira/browse/THRIFT-4732 Project: Thrift Issue Type: Improv

[jira] [Commented] (THRIFT-4732) increase cmake minimal required version and cleanup cmake scripts

2019-01-11 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16740522#comment-16740522 ] James E. King III commented on THRIFT-4732: --- My preference would be ~3.5. I'v

[jira] [Commented] (THRIFT-4732) increase cmake minimal required version and cleanup cmake scripts

2019-01-11 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16740525#comment-16740525 ] James E. King III commented on THRIFT-4732: --- That feature requires cmake 3.4.

[jira] [Commented] (THRIFT-4732) increase cmake minimal required version and cleanup cmake scripts

2019-01-11 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16740562#comment-16740562 ] James E. King III commented on THRIFT-4732: --- One of the changes I am making is

[jira] [Closed] (THRIFT-3924) Make C++ library build on SunOS with the Sun compiler

2019-01-11 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King III closed THRIFT-3924. - Resolution: Incomplete > Make C++ library build on SunOS with the Sun compiler > ---

[jira] [Resolved] (THRIFT-4697) Create updated release procedures

2019-01-11 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King III resolved THRIFT-4697. --- Resolution: Fixed Fix Version/s: 1.0 Checked into doc/ReleaseManagement.md.

[jira] [Created] (THRIFT-4733) Address already in use with python unit test

2019-01-11 Thread Jun (JIRA)
Jun created THRIFT-4733: --- Summary: Address already in use with python unit test Key: THRIFT-4733 URL: https://issues.apache.org/jira/browse/THRIFT-4733 Project: Thrift Issue Type: Bug Repor

[jira] [Commented] (THRIFT-4733) Address already in use with python unit test

2019-01-11 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16740777#comment-16740777 ] James E. King III commented on THRIFT-4733: --- Bug report does not specify the t

[jira] [Updated] (THRIFT-4733) Address already in use with python unit test

2019-01-11 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King III updated THRIFT-4733: -- Priority: Minor (was: Major) > Address already in use with python unit test > ---

[jira] [Closed] (THRIFT-878) Document "core" vs "extra" features

2019-01-11 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King III closed THRIFT-878. Resolution: Invalid JavaScript does not support binary protocol... it is the only language

[jira] [Updated] (THRIFT-3593) Enable server-side to issue requests to clients on the same connection (push notifications)

2019-01-11 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King III updated THRIFT-3593: -- Component/s: (was: Tutorial) (was: Test Suite)

[jira] [Updated] (THRIFT-3165) Improve SSL Security in thrift by requiring TLS v1.2 by default

2019-01-11 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King III updated THRIFT-3165: -- Component/s: (was: Smalltalk - Library) (was: Ruby - Library)

[jira] [Updated] (THRIFT-3250) Apache Thrift should use registered media types with HTTP

2019-01-11 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King III updated THRIFT-3250: -- Component/s: (was: Ruby - Library) (was: Python - Library)

[jira] [Closed] (THRIFT-1179) TSocket implementation for AS3

2019-01-11 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King III closed THRIFT-1179. - Resolution: Duplicate Assignee: James E. King III Fix Version/s: 0.9.2 >

[jira] [Created] (THRIFT-4734) i64 is not supported in AS3

2019-01-11 Thread James E. King III (JIRA)
James E. King III created THRIFT-4734: - Summary: i64 is not supported in AS3 Key: THRIFT-4734 URL: https://issues.apache.org/jira/browse/THRIFT-4734 Project: Thrift Issue Type: Bug

[jira] [Updated] (THRIFT-4587) Add ZeroMQ as a transport

2019-01-11 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King III updated THRIFT-4587: -- Issue Type: Question (was: New Feature) > Add ZeroMQ as a transport > ---

[jira] [Resolved] (THRIFT-4587) Add ZeroMQ as a transport

2019-01-11 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King III resolved THRIFT-4587. --- Resolution: Information Provided Assignee: James E. King III Did you look in `

[jira] [Updated] (THRIFT-4587) ZeroMQ as a transport for C++?

2019-01-11 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King III updated THRIFT-4587: -- Summary: ZeroMQ as a transport for C++? (was: Add ZeroMQ as a transport) > ZeroMQ as

[jira] [Closed] (THRIFT-4572) Promote ZeroMQ transport from contrib to library proper

2019-01-11 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King III closed THRIFT-4572. - Resolution: Won't Do Assignee: James E. King III This has to be driven by need in

[jira] [Commented] (THRIFT-4488) Performance impact of Nagle disabled

2019-01-11 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16740852#comment-16740852 ] James E. King III commented on THRIFT-4488: --- I recently fixed the two packet i

[jira] [Comment Edited] (THRIFT-4587) ZeroMQ as a transport for C++?

2019-01-11 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16740843#comment-16740843 ] James E. King III edited comment on THRIFT-4587 at 1/11/19 10:41 PM: -

[jira] [Updated] (THRIFT-4487) gettimeofday: windows implementation not quoting source, applying license to foreign code

2019-01-11 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King III updated THRIFT-4487: -- Issue Type: Question (was: Bug) > gettimeofday: windows implementation not quoting so

[jira] [Commented] (THRIFT-4487) gettimeofday: windows implementation not quoting source, applying license to foreign code

2019-01-11 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16740860#comment-16740860 ] James E. King III commented on THRIFT-4487: --- There's an alternate implementati

[jira] [Closed] (THRIFT-4404) Is TSSLSocket is thred-safe in thift version 0.9.3?

2019-01-11 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King III closed THRIFT-4404. - Resolution: Information Provided Assignee: James E. King III Hi, sorry nobody's an

[jira] [Commented] (THRIFT-2625) Consolidate C# server code

2019-01-11 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16740864#comment-16740864 ] James E. King III commented on THRIFT-2625: --- That's pretty much what I did for

[jira] [Closed] (THRIFT-3586) C# TTLSServerSocket does not use clientTimeout parameter

2019-01-11 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King III closed THRIFT-3586. - Resolution: Invalid Assignee: James E. King III The timeout is set based on this c

[jira] [Assigned] (THRIFT-3587) C# TTLSSocket does not use timeout for opening the socket

2019-01-11 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King III reassigned THRIFT-3587: - Assignee: Jens Geyer > C# TTLSSocket does not use timeout for opening the socke

[jira] [Commented] (THRIFT-3587) C# TTLSSocket does not use timeout for opening the socket

2019-01-11 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16740868#comment-16740868 ] James E. King III commented on THRIFT-3587: --- This looks like a valid issue. S

[jira] [Commented] (THRIFT-4732) increase cmake minimal required version and cleanup cmake scripts

2019-01-11 Thread yuanyuan chen (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16740882#comment-16740882 ] yuanyuan chen commented on THRIFT-4732: --- I want to use BUILD_SHARED_LIBSĀ  too,and

[jira] [Comment Edited] (THRIFT-4732) increase cmake minimal required version and cleanup cmake scripts

2019-01-11 Thread yuanyuan chen (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16740882#comment-16740882 ] yuanyuan chen edited comment on THRIFT-4732 at 1/11/19 11:45 PM: -

[jira] [Closed] (THRIFT-4389) Rename netcore to dotnet to align with the dotnet language

2019-01-11 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King III closed THRIFT-4389. - Resolution: Won't Fix Assignee: Jens Geyer This will be done in a different way pe

[jira] [Updated] (THRIFT-2613) Python TMultiplexedProtocol tests were broken, reverted out a long time ago

2019-01-11 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King III updated THRIFT-2613: -- Component/s: (was: Test Suite) > Python TMultiplexedProtocol tests were broken, re

[jira] [Updated] (THRIFT-2613) Python TMultiplexedProtocol tests were broken, reverted out a long time ago

2019-01-11 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King III updated THRIFT-2613: -- Summary: Python TMultiplexedProtocol tests were broken, reverted out a long time ago

[jira] [Updated] (THRIFT-2613) Python TMultiplexedProtocol tests were broken, reverted out a long time ago

2019-01-11 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King III updated THRIFT-2613: -- Issue Type: Test (was: Bug) > Python TMultiplexedProtocol tests were broken, reverted

[jira] [Commented] (THRIFT-4103) make check fails in py.tornado intermittently on Travis CI

2019-01-11 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16740894#comment-16740894 ] James E. King III commented on THRIFT-4103: --- The test was removed here, in a c

[jira] [Commented] (THRIFT-4597) "Apache Thrift Language Support" page on Thrift website contains many broken links

2019-01-11 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16740837#comment-16740837 ] James E. King III commented on THRIFT-4597: --- The ASF CMS is mangling the relat

[jira] [Commented] (THRIFT-4597) "Apache Thrift Language Support" page on Thrift website contains many broken links

2019-01-11 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16740905#comment-16740905 ] James E. King III commented on THRIFT-4597: --- I fixed all the links on the righ

[jira] [Updated] (THRIFT-3055) Apache Thrift Logo

2019-01-11 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King III updated THRIFT-3055: -- Attachment: ApacheThriftLogoIdea.PNG > Apache Thrift Logo > -- > >

[jira] [Commented] (THRIFT-3055) Apache Thrift Logo

2019-01-11 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16740920#comment-16740920 ] James E. King III commented on THRIFT-3055: --- !ApacheThriftLogoIdea.PNG|width=

[jira] [Commented] (THRIFT-3055) Apache Thrift Logo

2019-01-11 Thread Randy Abernethy (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16740928#comment-16740928 ] Randy Abernethy commented on THRIFT-3055: - >From your 28/Apr/17 07:32 post I lik

[jira] [Commented] (THRIFT-3055) Apache Thrift Logo

2019-01-11 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16740956#comment-16740956 ] James E. King III commented on THRIFT-3055: --- I also like that second-to-last o

[jira] [Commented] (THRIFT-3817) Redeclaration of std::tuple

2019-01-11 Thread yuanyuan chen (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16740957#comment-16740957 ] yuanyuan chen commented on THRIFT-3817: --- [~jking3] There is no cxxfunctional.h in

[jira] [Created] (THRIFT-4735) Remove C++ Qt4 support (leave Qt5) - Qt4 LTS neded in 2014

2019-01-11 Thread James E. King III (JIRA)
James E. King III created THRIFT-4735: - Summary: Remove C++ Qt4 support (leave Qt5) - Qt4 LTS neded in 2014 Key: THRIFT-4735 URL: https://issues.apache.org/jira/browse/THRIFT-4735 Project: Thrift

[jira] [Commented] (THRIFT-3055) Apache Thrift Logo

2019-01-11 Thread Randy Abernethy (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16740966#comment-16740966 ] Randy Abernethy commented on THRIFT-3055: - My firm will happily fund the $35 for

[jira] [Updated] (THRIFT-4733) Address already in use with python unit test

2019-01-11 Thread Jun (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jun updated THRIFT-4733: Component/s: Python - Library > Address already in use with python unit test > ---

[jira] [Updated] (THRIFT-4735) Remove C++ Qt4 support (leave Qt5) - Qt4 LTS ended in 2014

2019-01-11 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King III updated THRIFT-4735: -- Summary: Remove C++ Qt4 support (leave Qt5) - Qt4 LTS ended in 2014 (was: Remove C++

[jira] [Updated] (THRIFT-4735) Remove C++ Qt4 support (leave Qt5) - Qt4 LTS ended in 2014

2019-01-11 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King III updated THRIFT-4735: -- Labels: Breaking-Change (was: ) > Remove C++ Qt4 support (leave Qt5) - Qt4 LTS ended

[jira] [Resolved] (THRIFT-4560) The logic of CMAKE_DEPENDENT_OPTION seems wrong and can break the build

2019-01-11 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King III resolved THRIFT-4560. --- Resolution: Cannot Reproduce Assignee: James E. King III Fix Version/