[GitHub] thrift pull request: Update TNonblockingServer.cpp

2014-11-02 Thread qiaomuf
Github user qiaomuf commented on the pull request: https://github.com/apache/thrift/pull/70#issuecomment-61445056 Have the same problem but don't see the fix in upstream. Any updated here? --- If your project is set up for it, you can reply to this email and have your reply appear on

[jira] [Updated] (THRIFT-2795) thrift_binary_protocol.c: 'dereferencing type-punned pointer will break strict-aliasing rules'

2014-11-02 Thread Anatol Pomozov (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anatol Pomozov updated THRIFT-2795: --- Description: I am trying to compile the project on Linux Arch (gcc 4.9.1) and I see followin

[jira] [Created] (THRIFT-2795) thrift_binary_protocol.c: 'dereferencing type-punned pointer will break strict-aliasing rules'

2014-11-02 Thread Anatol Pomozov (JIRA)
Anatol Pomozov created THRIFT-2795: -- Summary: thrift_binary_protocol.c: 'dereferencing type-punned pointer will break strict-aliasing rules' Key: THRIFT-2795 URL: https://issues.apache.org/jira/browse/THRIFT-2795

Re: How to add new language bindings

2014-11-02 Thread Peter Neumark
It works for me too now, not sure what it was earlier. Thanks for writing all this down! Peter On Sat, Nov 1, 2014 at 12:29 PM, Jens Geyer wrote: > No prbs here? > > -Ursprüngliche Nachricht- From: Peter Neumark > Sent: Saturday, November 1, 2014 6:05 PM > To: dev@thrift.apache.org > Sub

[GitHub] thrift pull request: add support for running under Browserify

2014-11-02 Thread cameronr
GitHub user cameronr opened a pull request: https://github.com/apache/thrift/pull/251 add support for running under Browserify Add option for setting the desired XHR responseType. When running the http client under Browserify, the data provided in the callback will be a str