You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ns...@apache.org on 2016/03/19 15:53:28 UTC

[1/2] thrift git commit: More make dist entries

Repository: thrift
Updated Branches:
  refs/heads/master 834f1b45c -> 73d16378c


More make dist entries


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/73d16378
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/73d16378
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/73d16378

Branch: refs/heads/master
Commit: 73d16378c5654710192f216f8467676c154d8185
Parents: 048ea0c
Author: Nobuaki Sukegawa <ns...@apache.org>
Authored: Sat Mar 19 23:32:11 2016 +0900
Committer: Nobuaki Sukegawa <ns...@apache.org>
Committed: Sat Mar 19 23:53:05 2016 +0900

----------------------------------------------------------------------
 Makefile.am               | 4 +++-
 lib/csharp/Makefile.am    | 3 +++
 lib/java/Makefile.am      | 3 ++-
 lib/php/Makefile.am       | 1 +
 test/Makefile.am          | 1 +
 test/features/Makefile.am | 1 +
 tutorial/py/Makefile.am   | 1 +
 7 files changed, 12 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/73d16378/Makefile.am
----------------------------------------------------------------------
diff --git a/Makefile.am b/Makefile.am
index 4b132ce..10fe49a 100755
--- a/Makefile.am
+++ b/Makefile.am
@@ -112,7 +112,9 @@ EXTRA_DIST = \
 	doap.rdf \
 	package.json \
 	sonar-project.properties \
+	Dockerfile \
 	LICENSE \
 	CHANGES \
 	NOTICE \
-	README.md
+	README.md \
+	Thrift.podspec

http://git-wip-us.apache.org/repos/asf/thrift/blob/73d16378/lib/csharp/Makefile.am
----------------------------------------------------------------------
diff --git a/lib/csharp/Makefile.am b/lib/csharp/Makefile.am
index a43bd12..7d2d0e9 100644
--- a/lib/csharp/Makefile.am
+++ b/lib/csharp/Makefile.am
@@ -60,11 +60,13 @@ THRIFTCODE= \
             src/Transport/TTransportFactory.cs \
             src/Transport/THttpClient.cs \
             src/Transport/THttpHandler.cs \
+            src/Transport/THttpTaskAsyncHandler.cs \
             src/Transport/TMemoryBuffer.cs \
             src/Transport/TNamedPipeClientTransport.cs \
             src/Transport/TNamedPipeServerTransport.cs \
             src/Transport/TTLSSocket.cs \
             src/Transport/TTLSServerSocket.cs \
+            src/TAsyncProcessor.cs \
             src/TProcessor.cs \
             src/TProcessorFactory.cs \
             src/TSingletonProcessorFactory.cs \
@@ -103,6 +105,7 @@ EXTRA_DIST = \
              $(THRIFTCODE) \
              ThriftMSBuildTask \
              src/Thrift.csproj \
+             src/Thrift.45.csproj \
              src/Thrift.sln \
              src/Transport/TSilverlightSocket.cs \
              test \

http://git-wip-us.apache.org/repos/asf/thrift/blob/73d16378/lib/java/Makefile.am
----------------------------------------------------------------------
diff --git a/lib/java/Makefile.am b/lib/java/Makefile.am
index 859f3f2..ab130f5 100644
--- a/lib/java/Makefile.am
+++ b/lib/java/Makefile.am
@@ -44,6 +44,7 @@ EXTRA_DIST = \
 	build.properties \
 	CMakeLists.txt \
 	coding_standards.md \
+	android \
 	src \
 	test \
-	README.md
\ No newline at end of file
+	README.md

http://git-wip-us.apache.org/repos/asf/thrift/blob/73d16378/lib/php/Makefile.am
----------------------------------------------------------------------
diff --git a/lib/php/Makefile.am b/lib/php/Makefile.am
index 7bb45e4..866e053 100755
--- a/lib/php/Makefile.am
+++ b/lib/php/Makefile.am
@@ -120,6 +120,7 @@ EXTRA_DIST = \
   src/autoload.php \
   src/ext/thrift_protocol/config.m4 \
   src/ext/thrift_protocol/config.w32 \
+  src/ext/thrift_protocol/php_thrift_protocol7.cpp \
   src/ext/thrift_protocol/php_thrift_protocol.cpp \
   src/ext/thrift_protocol/php_thrift_protocol.h \
   src/ext/thrift_protocol/run-tests.php \

http://git-wip-us.apache.org/repos/asf/thrift/blob/73d16378/test/Makefile.am
----------------------------------------------------------------------
diff --git a/test/Makefile.am b/test/Makefile.am
index 81bc4a2..1d52c59 100755
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -131,6 +131,7 @@ EXTRA_DIST = \
 	known_failures_Linux.json \
 	test.py \
 	tests.json \
+	rebuild_known_failures.sh \
 	result.js \
 	index.html \
 	README.md \

http://git-wip-us.apache.org/repos/asf/thrift/blob/73d16378/test/features/Makefile.am
----------------------------------------------------------------------
diff --git a/test/features/Makefile.am b/test/features/Makefile.am
index f27af35..f8d6538 100644
--- a/test/features/Makefile.am
+++ b/test/features/Makefile.am
@@ -24,4 +24,5 @@ EXTRA_DIST = \
 	string_limit.py \
 	tests.json \
 	theader_binary.py \
+	setup.cfg \
 	util.py

http://git-wip-us.apache.org/repos/asf/thrift/blob/73d16378/tutorial/py/Makefile.am
----------------------------------------------------------------------
diff --git a/tutorial/py/Makefile.am b/tutorial/py/Makefile.am
index 2397a12..d891640 100755
--- a/tutorial/py/Makefile.am
+++ b/tutorial/py/Makefile.am
@@ -34,5 +34,6 @@ clean-local:
 	$(RM) -r gen-*
 
 EXTRA_DIST = \
+	setup.cfg \
 	PythonServer.py \
 	PythonClient.py


[2/2] thrift git commit: Update .gitignore

Posted by ns...@apache.org.
Update .gitignore


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/048ea0c8
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/048ea0c8
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/048ea0c8

Branch: refs/heads/master
Commit: 048ea0c8308ac3a2be3ee6e917684d422b9d4221
Parents: 834f1b4
Author: Nobuaki Sukegawa <ns...@apache.org>
Authored: Sat Mar 19 23:40:00 2016 +0900
Committer: Nobuaki Sukegawa <ns...@apache.org>
Committed: Sat Mar 19 23:53:05 2016 +0900

----------------------------------------------------------------------
 .gitignore | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/048ea0c8/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index c31f195..286d739 100644
--- a/.gitignore
+++ b/.gitignore
@@ -148,6 +148,7 @@ erl_crash.dump
 /lib/csharp/**/bin/
 /lib/csharp/**/obj/
 /lib/csharp/src/packages
+/lib/d/test/*.pem
 /lib/d/libthriftd*.a
 /lib/d/test/async_test
 /lib/d/test/client_pool_test