Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Initial code to move deadline timer into a filter. Timer cancellation | Mark D. Roth | 2016-08-26 |
| | | | | not working right -- will fix in subsequent commit. | ||
* | Merge branch 'v1.0.x' of https://github.com/grpc/grpc | Nicolas "Pixel" Noble | 2016-08-20 |
|\ | |||
* | | Generating project file. | Nicolas "Pixel" Noble | 2016-08-18 |
| | | |||
| * | Bumping version to 1.0.1-pre1. | Nicolas "Pixel" Noble | 2016-08-18 |
| | | |||
| * | Merge pull request #7745 from nicolasnoble/no-more-pre | Nicolas Noble | 2016-08-18 |
| |\ | | | | | | | Removing pre2 flag. | ||
* | | | Fix CMake for Windows | Arkadiy Shapkin | 2016-08-18 |
| | | | |||
| * | | grpc++_unsecure shouldn't depend on grpc but on grpc_unsecure. | Nicolas "Pixel" Noble | 2016-08-17 |
| | | | |||
| | * | Removing pre2 flag. | Nicolas "Pixel" Noble | 2016-08-16 |
| |/ | |||
* | | Merge pull request #6915 from markdroth/filter_api | kpayson64 | 2016-08-05 |
|\ \ | | | | | | | Implement C++ API for defining channel filters. | ||
* \ \ | Merge pull request #7370 from rjshade/move_timeout_encoding | kpayson64 | 2016-08-02 |
|\ \ \ | | | | | | | | | Move timeout_encoding to core/lib/transport | ||
| | * \ | Merge remote-tracking branch 'upstream/master' into filter_api | Mark D. Roth | 2016-08-02 |
| | |\ \ | |_|/ / |/| | | | |||
* | | | | Merge pull request #6774 from a-veitch/add_resource | kpayson64 | 2016-08-02 |
|\ \ \ \ | | | | | | | | | | | Add Census resource API and implementation. | ||
| | | * | | Ran generate_projects.sh. | Mark D. Roth | 2016-08-02 |
| |_|/ / |/| | | | |||
* | | | | Merge branch 'master' of github.com:grpc/grpc into grpclb_v0 | David Garcia Quintas | 2016-08-01 |
|\ \ \ \ | |||
| | | | * | Bumping to 1.0.0-pre2. | Nicolas "Pixel" Noble | 2016-07-29 |
| | | | | | |||
| * | | | | CMake: Fix configuration file format bug | Konstantin Podsvirov | 2016-07-28 |
| | | | | | |||
| * | | | | CMake: Installation and Export Configuration | Konstantin Podsvirov | 2016-07-28 |
| | | | | | |||
| * | | | | CMake: Choice third party provider | Konstantin Podsvirov | 2016-07-28 |
| | | | | | | | | | | | | | | | | | | | | Now we can use submodules or external packages | ||
| * | | | | Add cmake option to compile using protobuf-lite | Tamas Berghammer | 2016-07-27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After this change specifying -DGRPC_USE_PROTO_LITE=On at the cmake command line will cause gRPC to use the protobuf-lite runtime what can result in a major size improvement. | ||
| | | * | | Merge branch 'master' into move_timeout_encoding | Robbie Shade | 2016-07-26 |
| | | |\ \ | | |_|/ / | |/| | | | |||
| | * | | | merge to upstream/master | Alistair Veitch | 2016-07-21 |
| | | | | | |||
* | | | | | Merge branch 'master' of github.com:grpc/grpc into grpclb_v0 | David Garcia Quintas | 2016-07-14 |
| |/ / / |/| | | | |||
| * | | | Added handshaker.[ch] to build.yaml. | Mark D. Roth | 2016-07-14 |
|/ / / | |||
| * / | Move timeout_encoding from core/ext/transport/chttp2 to core/lib/transport | Robbie Shade | 2016-07-13 |
|/ / | |||
* / | Master is now 1.1.0-dev. | Nicolas "Pixel" Noble | 2016-07-12 |
|/ | |||
* | Flagging master as 1.0.0-pre1. | Nicolas "Pixel" Noble | 2016-07-12 |
| | |||
* | Merge remote-tracking branch 'upstream/master' into fix_mac_build | Yuchen Zeng | 2016-07-11 |
|\ | |||
| * | Merge pull request #7235 from tberghammer/cmake-protobuf | Nicolas Noble | 2016-07-11 |
| |\ | | | | | | | Remove gmock protobuf dependency from cmake build | ||
* | | | Fix mac build | Yuchen Zeng | 2016-07-08 |
|/ / | |||
* | | Added missing dependencies to grpc++_base | David Garcia Quintas | 2016-07-06 |
| | | |||
| * | Remove gmock protobuf dependency from cmake build | Tamas Berghammer | 2016-07-06 |
|/ | | | | | | | | | | | | A full build of protobuf depends on gmock even though it is not part of a standrad checkout. This CL explicitly disable the build of the protobuf tests to get rid of this dependency. If somebody want to build the protobuf tests then they have to download gmock to the protobuf directory and specify -Dprotobuf_BUILD_TESTS=ON to the cmake command line. Fixes https://github.com/grpc/grpc/issues/7233 | ||
* | Regenerating project files, and adding experimental disclaimer. | Nicolas "Pixel" Noble | 2016-07-02 |
| | |||
* | Improve the generated cmake build files | Tamas Berghammer | 2016-06-22 |
| | | | | | | * Add project name and version number * Fix zlib dependency of grpc * Include more target (all, protoc, tool groups) | ||
* | Generate a simple cmake build file | Tamas Berghammer | 2016-06-21 |
This cmake file only builds the C and C++ code and all the third party dependencies with very few configuration options but it supports building on Linux and OSX as well as cross compiling. (tested {Linux, OSX} -> Android { arm, aarch64, x86 }) |