Upgrading dependency to Thrift 0.12.0
This commit is contained in:
parent
3e4590dcc0
commit
356978cb42
1302 changed files with 101701 additions and 26784 deletions
20
vendor/git.apache.org/thrift.git/test/Makefile.am
generated
vendored
20
vendor/git.apache.org/thrift.git/test/Makefile.am
generated
vendored
|
@ -25,6 +25,11 @@ SUBDIRS += c_glib
|
|||
PRECROSS_TARGET += precross-c_glib
|
||||
endif
|
||||
|
||||
if WITH_CL
|
||||
SUBDIRS += cl
|
||||
PRECROSS_TARGET += precross-cl
|
||||
endif
|
||||
|
||||
if WITH_MONO
|
||||
SUBDIRS += csharp
|
||||
PRECROSS_TARGET += precross-csharp
|
||||
|
@ -72,6 +77,10 @@ if WITH_HAXE
|
|||
SUBDIRS += haxe
|
||||
endif
|
||||
|
||||
if WITH_DOTNETCORE
|
||||
SUBDIRS += netcore
|
||||
endif
|
||||
|
||||
if WITH_GO
|
||||
SUBDIRS += go
|
||||
PRECROSS_TARGET += precross-go
|
||||
|
@ -87,6 +96,11 @@ SUBDIRS += lua
|
|||
PRECROSS_TARGET += precross-lua
|
||||
endif
|
||||
|
||||
if WITH_RS
|
||||
SUBDIRS += rs
|
||||
PRECROSS_TARGET += precross-rs
|
||||
endif
|
||||
|
||||
#
|
||||
# generate html for ThriftTest.thrift
|
||||
#
|
||||
|
@ -101,6 +115,7 @@ EXTRA_DIST = \
|
|||
crossrunner \
|
||||
keys \
|
||||
c_glib \
|
||||
cl \
|
||||
cpp \
|
||||
dart \
|
||||
erl \
|
||||
|
@ -113,17 +128,20 @@ EXTRA_DIST = \
|
|||
py.twisted \
|
||||
py.tornado \
|
||||
rb \
|
||||
rs \
|
||||
threads \
|
||||
AnnotationTest.thrift \
|
||||
BrokenConstants.thrift \
|
||||
ConstantsDemo.thrift \
|
||||
DebugProtoTest.thrift \
|
||||
DoubleConstantsTest.thrift \
|
||||
DenseLinkingTest.thrift \
|
||||
DocTest.thrift \
|
||||
EnumTest.thrift \
|
||||
FullCamelTest.thrift \
|
||||
Include.thrift \
|
||||
JavaBeansTest.thrift \
|
||||
JavaDeepCopyTest.thrift \
|
||||
JavaTypes.thrift \
|
||||
JsDeepConstructorTest.thrift \
|
||||
ManyOptionals.thrift \
|
||||
|
@ -132,10 +150,12 @@ EXTRA_DIST = \
|
|||
OptionalRequiredTest.thrift \
|
||||
Recursive.thrift \
|
||||
ReuseObjects.thrift \
|
||||
EnumContainersTest.thrift \
|
||||
SmallTest.thrift \
|
||||
StressTest.thrift \
|
||||
ThriftTest.thrift \
|
||||
TypedefTest.thrift \
|
||||
UnsafeTypes.thrift \
|
||||
known_failures_Linux.json \
|
||||
test.py \
|
||||
tests.json \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue