- Jul 27, 2016
-
-
Konstantin Podsvirov authored
-
Konstantin Podsvirov authored
-
Konstantin Podsvirov authored
Now we can use submodules or external packages
-
Tamas Berghammer authored
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.
-
- Jul 14, 2016
-
-
Mark D. Roth authored
-
- Jul 12, 2016
-
-
Nicolas "Pixel" Noble authored
-
Nicolas "Pixel" Noble authored
-
- Jul 08, 2016
-
-
Yuchen Zeng authored
-
- Jul 07, 2016
-
-
David Garcia Quintas authored
-
- Jul 06, 2016
-
-
Tamas Berghammer authored
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
-
- Jul 02, 2016
-
-
Nicolas "Pixel" Noble authored
-
- Jun 22, 2016
-
-
Tamas Berghammer authored
* Add project name and version number * Fix zlib dependency of grpc * Include more target (all, protoc, tool groups)
-
- Jun 21, 2016
-
-
Tamas Berghammer authored
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 })
-