Skip to content

Commit

Permalink
Merge github.com:grpc/grpc into idempotent
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Mar 28, 2016
2 parents c65ed87 + e5cc05b commit 3bd9695
Show file tree
Hide file tree
Showing 744 changed files with 12,949 additions and 14,514 deletions.
8 changes: 8 additions & 0 deletions .clang_complete
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
-Ithird_party/googletest/include
-Ithird_party/googletest
-Iinclude
-Igens
-I.
-Ithird_party/boringssl/include
-Ithird_party/zlib
-Ithird_party/protobuf/src
1,946 changes: 974 additions & 972 deletions BUILD

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions MANIFEST.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,28 @@
# Top-level Items by language

## Bazel
* [grpc.bzl](grpc.bzl)

## Node
* [binding.gyp](binding.gyp)
* [package.json](package.json)

## Objective-C
* [gRPC.podspec](gRPC.podspec)

## PHP
* [composer.json](composer.json)
* [config.m4](config.m4)
* [package.xml](package.xml)

## Python
* [requirements.txt](requirements.txt)
* [setup.cfg](setup.cfg)
* [setup.py](setup.py)
* [tox.ini](tox.ini)
* [PYTHON-MANIFEST.in](PYTHON-MANIFEST.in)

## Ruby
* [Gemfile](Gemfile)
* [grpc.gemspec](grpc.gemspec)
* [Rakefile](Rakefile)
892 changes: 436 additions & 456 deletions Makefile

Large diffs are not rendered by default.

409 changes: 205 additions & 204 deletions binding.gyp

Large diffs are not rendered by default.

Loading

0 comments on commit 3bd9695

Please sign in to comment.