Skip to content

Commit

Permalink
Merge github.com:grpc/grpc into grand-unified-closures
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Aug 31, 2016
2 parents 790f3a9 + fbe8428 commit dadda8b
Show file tree
Hide file tree
Showing 329 changed files with 12,408 additions and 3,776 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# C/C++ build outputs
.build/
bins
gens
libs
Expand Down
5 changes: 4 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[submodule "third_party/protobuf"]
path = third_party/protobuf
url = https://github.com/google/protobuf.git
branch = 3.0.0-beta-3
branch = 3.0.0-GA
[submodule "third_party/gflags"]
path = third_party/gflags
url = https://github.com/gflags/gflags.git
Expand All @@ -17,3 +17,6 @@
[submodule "third_party/nanopb"]
path = third_party/nanopb
url = https://github.com/nanopb/nanopb.git
[submodule "third_party/thrift"]
path = third_party/thrift
url = https://github.com/apache/thrift.git
463 changes: 409 additions & 54 deletions BUILD

Large diffs are not rendered by default.

Loading

0 comments on commit dadda8b

Please sign in to comment.