aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAge
* Backport of #8055 into v1.0.x.Gravatar Nicolas "Pixel" Noble2016-09-20
|
* Revert change to grpc++_base uses sectionGravatar murgatroid992016-08-29
|
* build.yaml changes to make certain builds workGravatar murgatroid992016-08-26
|
* Rename some files to avoid conflicting .obj files on WindowsGravatar Craig Tiller2016-08-22
|
* Bumping version to 1.0.1-pre1.Gravatar Nicolas "Pixel" Noble2016-08-18
|
* Merge pull request #7745 from nicolasnoble/no-more-preGravatar Nicolas Noble2016-08-18
|\ | | | | Removing pre2 flag.
* | grpc++_unsecure shouldn't depend on grpc but on grpc_unsecure.Gravatar Nicolas "Pixel" Noble2016-08-17
| |
| * Removing pre2 flag.Gravatar Nicolas "Pixel" Noble2016-08-16
|/
* Bumping to 1.0.0-pre2.Gravatar Nicolas "Pixel" Noble2016-07-29
|
* Flagging master as 1.0.0-pre1.Gravatar Nicolas "Pixel" Noble2016-07-12
|
* Merge remote-tracking branch 'upstream/master' into fix_mac_buildGravatar Yuchen Zeng2016-07-11
|\
| * Merge pull request #7235 from tberghammer/cmake-protobufGravatar Nicolas Noble2016-07-11
| |\ | | | | | | Remove gmock protobuf dependency from cmake build
* | | Fix mac buildGravatar Yuchen Zeng2016-07-08
|/ /
* | Added missing dependencies to grpc++_baseGravatar David Garcia Quintas2016-07-06
| |
| * Remove gmock protobuf dependency from cmake buildGravatar Tamas Berghammer2016-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.Gravatar Nicolas "Pixel" Noble2016-07-02
|
* Improve the generated cmake build filesGravatar Tamas Berghammer2016-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 fileGravatar Tamas Berghammer2016-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 })