| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Client: go
|
|
|
|
|
|
|
|
| |
compatibility.
Client: go
This closes #1459
|
|
|
|
|
|
|
| |
Client: Build process
Patch: Jens Geyer
This closes #1431
|
|
|
|
|
|
|
|
|
|
|
| |
This change removes a lot of duplication from generated code and allows
the caller to customize how they can read from / write to the
transport. Backwards compatible adapters make the change compatible
with existing code in use by consuming applications.
Client: Go
This closes #1382
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
cross-compilation
The thrift build system currently assumes that the thrift compiler is
always available in $(top_builddir)/compiler/cpp/thrift. However, in a
cross-compilation context, this location contains the thrift compiler
built for the target... which obviously will not run on the build
machine.
In order to support such cross-compilation situation, we introduce the
THRIFT variable as a an argument for the configure script (using
AC_ARG_VAR). If not specified, it defaults to the existing value of
using compiler/cpp/thrift from the build directory, but it can be
overridden when calling ./configure.
Note that $(top_builddir) cannot be used within the configure script,
so we simply use `pwd`, which is the same as the top_builddir.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This closes #1336
This closes #1350
|
|
|
|
|
|
|
|
|
| |
not in implementation
Client: Go
Patch: taozle <zhangliyang26@gmail.com>
This closes #1312
|
|
|
|
|
|
|
| |
Client: Go
Patch: taozle <zhangliyang26@gmail.com>
This closes #1309
|
|
|
|
|
|
|
| |
Client: Go
Patch: D. Can Celasun <can@dcc.im>
This closes #1285
|
|
|
|
|
|
|
| |
Client: Go
Patch: Jens Geyer
Add-On patch to fix broken Go tutorial
|
|
|
|
|
|
|
| |
Client: General (Makefile.am)
Patch: Jens Geyer
Reverted makefile.am - tabs are not optional there
|
|
|
|
|
|
|
| |
Client: General (Makefile.am, *.thrift)
Patch: Jens Geyer
DocTest.thrift has NOT been changed, the trailing whitespaces are part of the test case.
|
| |
|
|
|
|
|
|
|
| |
CN for servername was ssltest instead of localhost
+ little update of README.md
Patch: Roger Meier
|
|
|
|
| |
Patch: Chris Bannister
|
|
|
|
| |
Patch: Jens Geyer
|
|
|
|
| |
Patch: Jens Geyer
|
|
|
|
|
|
|
|
|
| |
and lib/cpp when making DIST
Client: build
Patch: jfarrell
Fixing all the missing files and dist build issues that have been ignored.
|
|
|
|
| |
Patch: Jens Geyer
|
|
|
|
| |
Patch: Justin Judd
|
|
|
|
| |
Patch: Feng Shen
|
|
|
|
| |
Patch: Emir Habul
|
|
|
|
| |
Patch: Jens Geyer
|
|
|
|
| |
Patch: Travis Cline
|
|
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1072478 13f79535-47bb-0310-9956-ffa450edef68
|