Skip to content

Commit

Permalink
Version 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens-G committed Feb 4, 2021
1 parent 0be1b7d commit 8411e18
Show file tree
Hide file tree
Showing 21 changed files with 155 additions and 115 deletions.
18 changes: 18 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,18 @@ project.lock.json
/lib/go/src
/lib/go/test/gopath/
/lib/go/test/ThriftTest.thrift
/lib/nodets/test-compiled/
/lib/ocaml/_build/
/lib/ocaml/_tags
/lib/ocaml/configure
/lib/ocaml/setup.data
/lib/ocaml/setup.ml
/lib/ocaml/myocamlbuild.ml
/lib/ocaml/*/META
/lib/ocaml/*/*.mllib
/lib/ocaml/*/*.mldylib
/lib/ocaml/Makefile
/lib/ocaml/OCamlMakefile
/lib/rs/target/
/lib/rs/Cargo.lock
/lib/rs/test/Cargo.lock
Expand All @@ -292,6 +304,8 @@ project.lock.json
/lib/rs/*.iml
/lib/rs/**/*.iml
/lib/swift/.build
/lib/ts/test/build/
/lib/ts/test/gen-*
/libtool
/ltmain.sh
/missing
Expand Down Expand Up @@ -343,6 +357,8 @@ project.lock.json
/test/netstd/*.vspx
/test/netstd/*.vsp
/test/netstd/*.diagsession
/test/netstd/Client/ThriftTest
/test/netstd/Server/ThriftTest
/test/netstd/Thrift
/test/php/php_ext_dir/
/test/rs/Cargo.lock
Expand Down Expand Up @@ -399,5 +415,7 @@ project.lock.json
/tutorial/rs/bin
/tutorial/rs/target
/tutorial/rs/Cargo.lock
/tutorial/netstd/Interfaces/shared
/tutorial/netstd/Interfaces/tutorial
/ylwrap

7 changes: 7 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,15 @@ style-local:
codespell --write-changes --skip=$(skipped_files) --disable-colors

EXTRA_DIST = \
.asf.yaml \
.clang-format \
.dockerignore \
.editorconfig \
.eslintignore \
.eslintrc.json \
.flake8 \
.gitattributes \
.gitignore \
.travis.yml \
.rustfmt.toml \
ApacheThrift.nuspec \
Expand All @@ -156,6 +162,7 @@ EXTRA_DIST = \
LICENSE \
NOTICE \
package.json \
package-lock.json \
phpcs.xml.dist \
README.md \
sonar-project.properties \
Expand Down
1 change: 1 addition & 0 deletions compiler/cpp/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ EXTRA_DIST = \
README.md \
CMakeLists.txt \
test \
tests \
$(WINDOWS_DIST)

#clean-local:
Expand Down
5 changes: 5 additions & 0 deletions compiler/cpp/src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,8 @@ thrift_libparse_a_SOURCES = thrift/thrifty.yy \

clean-local:
$(RM) thrift/thriftl.cc thrift/thrifty.cc thrift/thrifty.h thrift/thrifty.hh


EXTRA_DIST = \
thrift/logging.cc \
thrift/windows/config.h
Empty file.
32 changes: 17 additions & 15 deletions lib/go/test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -111,28 +111,30 @@ client: stubs
EXTRA_DIST = \
dontexportrwtest \
tests \
common \
BinaryKeyTest.thrift \
ConflictNamespaceServiceTest.thrift \
ConflictNamespaceTestA.thrift \
ConflictNamespaceTestB.thrift \
ConflictNamespaceTestC.thrift \
ConflictNamespaceTestD.thrift \
ConflictNamespaceTestSuperThing.thrift \
DontExportRWTest.thrift \
DuplicateImportsTest.thrift \
ErrorTest.thrift \
EqualsTest.thrift \
GoTagTest.thrift \
IgnoreInitialismsTest.thrift \
IncludesTest.thrift \
InitialismsTest.thrift \
MultiplexedProtocolTest.thrift \
NamespacedTest.thrift \
NamesTest.thrift \
OnewayTest.thrift \
OptionalFieldsTest.thrift \
RequiredFieldTest.thrift \
RefAnnotationFieldsTest.thrift \
UnionDefaultValueTest.thrift \
UnionBinaryTest.thrift \
RequiredFieldTest.thrift \
ServicesTest.thrift \
TypedefFieldTest.thrift \
ErrorTest.thrift \
NamesTest.thrift \
InitialismsTest.thrift \
DontExportRWTest.thrift \
IgnoreInitialismsTest.thrift \
ConflictNamespaceTestA.thrift \
ConflictNamespaceTestB.thrift \
ConflictNamespaceTestC.thrift \
ConflictNamespaceTestD.thrift \
ConflictNamespaceTestSuperThing.thrift \
ConflictNamespaceServiceTest.thrift \
EqualsTest.thrift
UnionBinaryTest.thrift \
UnionDefaultValueTest.thrift
24 changes: 15 additions & 9 deletions lib/netstd/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -41,25 +41,31 @@ clean-local:

EXTRA_DIST = \
README.md \
Directory.Build.props \
Benchmarks/Thrift.Benchmarks \
Tests/Thrift.IntegrationTests/Protocols \
Tests/Thrift.IntegrationTests/Thrift.IntegrationTests.csproj \
Tests/Thrift.PublicInterfaces.Compile.Tests/Thrift.PublicInterfaces.Compile.Tests.csproj \
Tests/Thrift.PublicInterfaces.Compile.Tests/Properties/AssemblyInfo.cs \
Tests/Thrift.PublicInterfaces.Compile.Tests/optional_required_default.thrift \
Tests/Thrift.PublicInterfaces.Compile.Tests \
Tests/Thrift.PublicInterfaces.Compile.Tests/CassandraTest.thrift \
Tests/Thrift.Tests/Thrift.Tests.csproj \
Tests/Thrift.Tests/Protocols \
Tests/Thrift.PublicInterfaces.Compile.Tests/optional_required_default.thrift \
Tests/Thrift.PublicInterfaces.Compile.Tests/Properties/AssemblyInfo.cs \
Tests/Thrift.PublicInterfaces.Compile.Tests/Thrift.PublicInterfaces.Compile.Tests.csproj \
Tests/Thrift.Tests/Collections \
Thrift/TApplicationException.cs \
Thrift/TBaseClient.cs \
Thrift/TException.cs \
Thrift/Thrift.csproj \
Tests/Thrift.Tests/DataModel \
Tests/Thrift.Tests/Protocols \
Tests/Thrift.Tests/Thrift.Tests.csproj \
Thrift/Collections \
Thrift/Processor \
Thrift/Properties \
Thrift/Protocol \
Thrift/Server \
Thrift/TApplicationException.cs \
Thrift/TBaseClient.cs \
Thrift/TConfiguration.cs \
Thrift/TException.cs \
Thrift/Thrift.csproj \
Thrift/Transport \
Thrift/*.snk \
Thrift.sln \
build.cmd \
build.sh \
Expand Down
1 change: 0 additions & 1 deletion lib/nodets/.gitignore

This file was deleted.

11 changes: 0 additions & 11 deletions lib/ocaml/.gitignore

This file was deleted.

2 changes: 2 additions & 0 deletions lib/perl/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ EXTRA_DIST = \
coding_standards.md \
build-cpan-dist.sh \
Makefile.PL \
MANIFEST.SKIP \
test.pl \
lib/Thrift.pm \
lib/Thrift.pm \
Expand All @@ -63,6 +64,7 @@ EXTRA_DIST = \
lib/Thrift/UnixSocket.pm \
lib/Thrift/Type.pm \
lib/Thrift/Transport.pm \
tools/FixupDist.pl \
README.md

THRIFT = @top_builddir@/compiler/cpp/thrift
Expand Down
142 changes: 77 additions & 65 deletions lib/php/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -40,113 +40,125 @@ endif

phpdir = $(PHP_PREFIX)/
php_DATA = \
lib/TMultiplexedProcessor.php
lib/TMultiplexedProcessor.php

phpbasedir = $(phpdir)/Base
phpbase_DATA = \
lib/Base/TBase.php
lib/Base/TBase.php

phpclassloaderdir = $(phpdir)/ClassLoader
phpclassloader_DATA = \
lib/ClassLoader/ThriftClassLoader.php
lib/ClassLoader/ThriftClassLoader.php

phpexceptiondir = $(phpdir)/Exception
phpexception_DATA = \
lib/Exception/TApplicationException.php \
lib/Exception/TException.php \
lib/Exception/TProtocolException.php \
lib/Exception/TTransportException.php
lib/Exception/TApplicationException.php \
lib/Exception/TException.php \
lib/Exception/TProtocolException.php \
lib/Exception/TTransportException.php

phpfactorydir = $(phpdir)/Factory
phpfactory_DATA = \
lib/Factory/TBinaryProtocolFactory.php \
lib/Factory/TCompactProtocolFactory.php \
lib/Factory/TJSONProtocolFactory.php \
lib/Factory/TProtocolFactory.php \
lib/Factory/TStringFuncFactory.php \
lib/Factory/TTransportFactory.php
lib/Factory/TBinaryProtocolFactory.php \
lib/Factory/TCompactProtocolFactory.php \
lib/Factory/TJSONProtocolFactory.php \
lib/Factory/TProtocolFactory.php \
lib/Factory/TStringFuncFactory.php \
lib/Factory/TTransportFactory.php

phpprotocoldir = $(phpdir)/Protocol
phpprotocol_DATA = \
lib/Protocol/TBinaryProtocolAccelerated.php \
lib/Protocol/TBinaryProtocol.php \
lib/Protocol/TCompactProtocol.php \
lib/Protocol/TJSONProtocol.php \
lib/Protocol/TMultiplexedProtocol.php \
lib/Protocol/TProtocol.php \
lib/Protocol/TProtocolDecorator.php \
lib/Protocol/TSimpleJSONProtocol.php
lib/Protocol/TBinaryProtocolAccelerated.php \
lib/Protocol/TBinaryProtocol.php \
lib/Protocol/TCompactProtocol.php \
lib/Protocol/TJSONProtocol.php \
lib/Protocol/TMultiplexedProtocol.php \
lib/Protocol/TProtocol.php \
lib/Protocol/TProtocolDecorator.php \
lib/Protocol/TSimpleJSONProtocol.php

phpprotocoljsondir = $(phpprotocoldir)/JSON
phpprotocoljson_DATA = \
lib/Protocol/JSON/BaseContext.php \
lib/Protocol/JSON/ListContext.php \
lib/Protocol/JSON/LookaheadReader.php \
lib/Protocol/JSON/PairContext.php
lib/Protocol/JSON/BaseContext.php \
lib/Protocol/JSON/ListContext.php \
lib/Protocol/JSON/LookaheadReader.php \
lib/Protocol/JSON/PairContext.php

phpprotocolsimplejsondir = $(phpprotocoldir)/SimpleJSON
phpprotocolsimplejson_DATA = \
lib/Protocol/SimpleJSON/CollectionMapKeyException.php \
lib/Protocol/SimpleJSON/Context.php \
lib/Protocol/SimpleJSON/ListContext.php \
lib/Protocol/SimpleJSON/MapContext.php \
lib/Protocol/SimpleJSON/StructContext.php
lib/Protocol/SimpleJSON/CollectionMapKeyException.php \
lib/Protocol/SimpleJSON/Context.php \
lib/Protocol/SimpleJSON/ListContext.php \
lib/Protocol/SimpleJSON/MapContext.php \
lib/Protocol/SimpleJSON/StructContext.php

phpserializerdir = $(phpdir)/Serializer
phpserializer_DATA = \
lib/Serializer/TBinarySerializer.php
lib/Serializer/TBinarySerializer.php

phpserverdir = $(phpdir)/Server
phpserver_DATA = \
lib/Server/TServerSocket.php \
lib/Server/TForkingServer.php \
lib/Server/TServer.php \
lib/Server/TServerTransport.php \
lib/Server/TSimpleServer.php
lib/Server/TServerSocket.php \
lib/Server/TForkingServer.php \
lib/Server/TServer.php \
lib/Server/TServerTransport.php \
lib/Server/TSimpleServer.php

phpstringfuncdir = $(phpdir)/StringFunc
phpstringfunc_DATA = \
lib/StringFunc/Mbstring.php \
lib/StringFunc/Core.php \
lib/StringFunc/TStringFunc.php
lib/StringFunc/Mbstring.php \
lib/StringFunc/Core.php \
lib/StringFunc/TStringFunc.php

phptransportdir = $(phpdir)/Transport
phptransport_DATA = \
lib/Transport/TBufferedTransport.php \
lib/Transport/TCurlClient.php \
lib/Transport/TFramedTransport.php \
lib/Transport/THttpClient.php \
lib/Transport/TMemoryBuffer.php \
lib/Transport/TNullTransport.php \
lib/Transport/TPhpStream.php \
lib/Transport/TSocket.php \
lib/Transport/TSocketPool.php \
lib/Transport/TTransport.php
lib/Transport/TBufferedTransport.php \
lib/Transport/TCurlClient.php \
lib/Transport/TFramedTransport.php \
lib/Transport/THttpClient.php \
lib/Transport/TMemoryBuffer.php \
lib/Transport/TNullTransport.php \
lib/Transport/TPhpStream.php \
lib/Transport/TSocket.php \
lib/Transport/TSocketPool.php \
lib/Transport/TTransport.php

phptypedir = $(phpdir)/Type
phptype_DATA = \
lib/Type/TMessageType.php \
lib/Type/TType.php \
lib/Type/TConstant.php
lib/Type/TMessageType.php \
lib/Type/TType.php \
lib/Type/TConstant.php

clean-local:
if [ -f src/ext/thrift_protocol/Makefile ]; then cd src/ext/thrift_protocol/ && $(MAKE) clean; fi


EXTRA_DIST = \
lib \
src/autoload.php \
src/ext/thrift_protocol/config.m4 \
src/ext/thrift_protocol/config.w32 \
src/ext/thrift_protocol/php_thrift_protocol.cpp \
src/ext/thrift_protocol/php_thrift_protocol.h \
src/Thrift.php \
src/TStringUtils.php \
coding_standards.md \
thrift_protocol.ini \
README.apache.md \
README.md
lib \
src/autoload.php \
src/ext/thrift_protocol/config.m4 \
src/ext/thrift_protocol/config.w32 \
src/ext/thrift_protocol/php_thrift_protocol.cpp \
src/ext/thrift_protocol/php_thrift_protocol.h \
src/Thrift.php \
src/TStringUtils.php \
coding_standards.md \
thrift_protocol.ini \
README.apache.md \
README.md \
test/Fixtures.php \
test/TestValidators.thrift \
test/JsonSerialize/JsonSerializeTest.php \
test/Protocol/BinarySerializerTest.php \
test/Protocol/TJSONProtocolFixtures.php \
test/Protocol/TJSONProtocolTest.php \
test/Protocol/TSimpleJSONProtocolFixtures.php \
test/Protocol/TSimpleJSONProtocolTest.php \
test/Validator/BaseValidatorTest.php \
test/Validator/ValidatorTest.php \
test/Validator/ValidatorTestOop.php


MAINTAINERCLEANFILES = \
Makefile.in
Makefile.in

Loading

0 comments on commit 8411e18

Please sign in to comment.