Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add CARES_BUILD_INCLUDE_DIR | Yuchen Zeng | 2017-03-21 |
| | |||
* | Fix cmake build on linux | Yuchen Zeng | 2017-03-20 |
| | |||
* | Fix uv, cmake, bazel build | Yuchen Zeng | 2017-03-20 |
| | |||
* | Merge remote-tracking branch 'upstream/master' into cares_bazel_rule | Yuchen Zeng | 2017-03-17 |
|\ | |||
| * | Cosmetics (removed one newline) | Piotr Pietraszkiewicz | 2017-02-09 |
| | | |||
* | | Merge remote-tracking branch 'upstream/master' into cares_bazel_rule | Yuchen Zeng | 2017-02-08 |
|\ \ | |||
| | * | Fix issue #9597 | Piotr Pietraszkiewicz | 2017-02-06 |
| |/ | | | | | | | | | Generate consistently named PDBs for libraries across generators and install those PDBs if present. | ||
| * | cmake: fix #8729 | Jan Tattermusch | 2017-02-02 |
| | | |||
| * | cmake: support static runtime linking | Jan Tattermusch | 2017-02-02 |
| | | |||
| * | boringssl silences its own warnings | Jan Tattermusch | 2017-02-02 |
| | | |||
| * | build grpc_csharp_ext as shared | Jan Tattermusch | 2017-02-02 |
| | | |||
* | | Merge remote-tracking branch 'upstream/master' into cares_bazel_rule | Yuchen Zeng | 2017-02-02 |
|\| | |||
| * | add convenience cmake targets | Jan Tattermusch | 2017-02-02 |
| | | |||
* | | Merge remote-tracking branch 'upstream/master' into cares_buildin | Yuchen Zeng | 2017-01-19 |
|\| | |||
| * | gflags library target renamed in v2.2.0 | Jan Tattermusch | 2017-01-19 |
| | | |||
| * | enable building of tests with cmake | Jan Tattermusch | 2017-01-19 |
| | | |||
* | | Merge remote-tracking branch 'upstream/master' into cares_buildin | Yuchen Zeng | 2017-01-18 |
|\ \ | |||
| | * | cmake support for generating from .proto files | Jan Tattermusch | 2017-01-17 |
| |/ | |||
| * | remove unneeded/broken targets from CMakeLists.exe | Jan Tattermusch | 2017-01-12 |
| | | |||
| * | successfuly compile gRPC with cmake+Ninja | Jan Tattermusch | 2017-01-12 |
| | | |||
* | | Merge remote-tracking branch 'upstream/master' into cares_buildin | Yuchen Zeng | 2016-11-08 |
|\| | |||
| * | Fix CMakelists to point to the right version | Craig Tiller | 2016-09-13 |
| | | |||
* | | Build c-ares with cmake | Yuchen Zeng | 2016-08-25 |
|/ | |||
* | Fix CMake for Windows | Arkadiy Shapkin | 2016-08-18 |
| | |||
* | 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. | ||
* | 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 }) |