forked from apache/thrift
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
63 changed files
with
380 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "Thrift-swift3" | ||
s.version = "1.1.0" | ||
s.name = "Thrift-swift3" | ||
s.version = "0.12.0" | ||
s.summary = "Apache Thrift is a lightweight, language-independent software stack with an associated code generation mechanism for RPC." | ||
s.description = <<-DESC | ||
The Apache Thrift software framework, for scalable cross-language services development, combines a software stack with a code generation engine to build services that work efficiently and seamlessly between C++, Java, Python, PHP, Ruby, Erlang, Perl, Haskell, C#, Cocoa, JavaScript, Node.js, Smalltalk, OCaml and Delphi and other languages. | ||
DESC | ||
s.homepage = "http://thrift.apache.org" | ||
s.license = { :type => 'Apache License, Version 2.0', :url => 'https://raw.github.com/apache/thrift/thrift-0.9.0/LICENSE' } | ||
s.author = { "The Apache Software Foundation" => "apache@apache.org" } | ||
s.license = { :type => 'Apache License, Version 2.0', :url => 'https://www.apache.org/licenses/LICENSE-2.0' } | ||
s.author = { "Apache Thrift Developers" => "dev@thrift.apache.org" } | ||
s.ios.deployment_target = '9.0' | ||
s.osx.deployment_target = '10.10' | ||
s.requires_arc = true | ||
s.source = { :git => "https://github.com/apache/thrift.git", :tag => "thrift-1.0.0" } | ||
s.source = { :git => "https://github.com/apache/thrift.git", :tag => "0.12.0" } | ||
s.source_files = "lib/swift/Sources/*.swift" | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "Thrift" | ||
s.version = "1.0.0" | ||
s.version = "0.12.0" | ||
s.summary = "Apache Thrift is a lightweight, language-independent software stack with an associated code generation mechanism for RPC." | ||
s.description = <<-DESC | ||
The Apache Thrift software framework, for scalable cross-language services development, combines a software stack with a code generation engine to build services that work efficiently and seamlessly between C++, Java, Python, PHP, Ruby, Erlang, Perl, Haskell, C#, Cocoa, JavaScript, Node.js, Smalltalk, OCaml and Delphi and other languages. | ||
DESC | ||
s.homepage = "http://thrift.apache.org" | ||
s.license = { :type => 'Apache License, Version 2.0', :url => 'https://raw.github.com/apache/thrift/thrift-0.9.0/LICENSE' } | ||
s.author = { "The Apache Software Foundation" => "apache@apache.org" } | ||
s.license = { :type => 'Apache License, Version 2.0', :url => 'https://www.apache.org/licenses/LICENSE-2.0' } | ||
s.author = { "Apache Thrift Developers" => "dev@thrift.apache.org" } | ||
s.requires_arc = true | ||
s.ios.deployment_target = '7.0' | ||
s.osx.deployment_target = '10.8' | ||
s.ios.framework = 'CFNetwork' | ||
s.osx.framework = 'CoreServices' | ||
s.source = { :git => "https://github.com/apache/thrift.git", :tag => "thrift-1.0.0" } | ||
s.source = { :git => "https://github.com/apache/thrift.git", :tag => "0.12.0" } | ||
s.source_files = 'lib/cocoa/src/**/*.{h,m,swift}' | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"name": "thrift", | ||
"version": "0.12.0", | ||
"homepage": "https://git-wip-us.apache.org/repos/asf/thrift.git", | ||
"authors": [ | ||
"Apache Thrift <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ | |
from distutils.core import setup, Extension, Command | ||
|
||
setup(name='thrift_fb303', | ||
version='1.0.0-dev', | ||
version='0.12.0', | ||
description='Python bindings for the Apache Thrift FB303', | ||
author=['Thrift Developers'], | ||
author_email=['[email protected]'], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ Name: thrift | |
License: Apache License v2.0 | ||
Group: Development | ||
Summary: RPC and serialization framework | ||
Version: 0.11.0 | ||
Version: 0.12.0 | ||
Release: 0 | ||
URL: http://thrift.apache.org | ||
Packager: Thrift Developers <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,26 @@ | ||
thrift (1.0.0-dev) stable; urgency=low | ||
* update version | ||
* fix libthrift0.install | ||
thrift (0.12.0) stable; urgency=low | ||
|
||
-- Roger Meier <[email protected]> Tue, 08 Jan 2013 22:40:12 +0100 | ||
* update to 0.12.0 | ||
|
||
-- Jake Farrell <[email protected]> Wed, 15 Oct 2018 12:00:00 -0500 | ||
|
||
thrift (0.11.0) stable; urgency=low | ||
|
||
* update to 0.11.0 | ||
|
||
-- Jake Farrell <[email protected]> Wed, 07 Dec 2017 20:07:00 -0500 | ||
|
||
thrift (0.10.0) stable; urgency=low | ||
|
||
* update to 0.10.0 | ||
|
||
-- Jake Farrell <[email protected]> Wed, 03 Jan 2017 16:52:00 -0500 | ||
|
||
thrift (0.9.3) stable; urgency=low | ||
|
||
* update to 0.9.3 | ||
|
||
-- Jake Farrell <[email protected]> Wed, 11 Oct 2015 17:22:00 -0500 | ||
|
||
thrift (0.9.0) stable; urgency=low | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,4 +17,4 @@ | |
* under the License. | ||
*/ | ||
|
||
#define ThriftVersion @"1.0.0-dev" | ||
#define ThriftVersion @"0.12.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
# under the License. | ||
|
||
name: thrift | ||
version: 1.0.0-dev | ||
version: 0.12.0 | ||
description: > | ||
A Dart library for Apache Thrift | ||
author: Apache Thrift Developers <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.