Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add a sanity check for inclusion of port_platform.h | Alexander Polcyn | 2018-02-23 |
| | |||
* | Make C++ cocoapods example work | Muxi Yan | 2018-02-21 |
| | |||
* | Disable Tests subspec | Muxi Yan | 2018-02-21 |
| | |||
* | Patch gRPC-C++.podspec to support framework | Muxi Yan | 2018-02-21 |
| | |||
* | Fix grpc++->grpcpp leftover files | Muxi Yan | 2018-02-20 |
| | |||
* | grpc-cli: add install-grpc-cli target to Makefile | Tobias Jungel | 2018-02-16 |
| | | | | ease the installation of grpc-cli using the Makefile | ||
* | Pin bazel to 0.9.0 | Adele Zhou | 2018-02-12 |
| | |||
* | Fix use_openssl.sh.template to pass shellcheck | Mehrdad Afshari | 2018-02-07 |
| | |||
* | Fix resolver_gce_integration_tests_defs.include to pass shellcheck | Mehrdad Afshari | 2018-02-07 |
| | |||
* | Fix resolver_component_tests_defs.include to pass shellcheck | Mehrdad Afshari | 2018-02-07 |
| | |||
* | Fix private_dns_zone_init_defs.include to pass shellcheck | Mehrdad Afshari | 2018-02-07 |
| | |||
* | Fix create_private_dns_zone_defs.include to pass shellcheck | Mehrdad Afshari | 2018-02-07 |
| | |||
* | Merge pull request #14019 from hacst/cmake-export-fix | Jan Tattermusch | 2018-02-06 |
|\ | | | | | Fix cmake export for grpc | ||
* | | clang format and tidy shouldnt change file ownership | Jan Tattermusch | 2018-02-05 |
| | | |||
* | | Update Podspec version for ObjC | Matt Kwong | 2018-01-30 |
| | | |||
* | | Merge pull request #14136 from jtattermusch/add_ubuntu_1710 | Jan Tattermusch | 2018-01-26 |
|\ \ | | | | | | | Fix build under gcc7.2 | ||
* \ \ | Merge pull request #13935 from muxi/create-grpc-c++-podspec | Muxi Yan | 2018-01-23 |
|\ \ \ | | | | | | | | | Create Cocoapods podspec for gRPC C++ repo | ||
| | * | | add portability test for gcc7.2 | Jan Tattermusch | 2018-01-23 |
| |/ / |/| | | |||
| * | | Merge remote-tracking branch 'upstream/master' into create-grpc-c++-podspec | Muxi Yan | 2018-01-19 |
| |\ \ | |||
* | | | | PHP: make generate_projects.sh smarter for package.xml | Stanley Cheung | 2018-01-19 |
| |/ / |/| | | |||
| | * | Merge branch 'master' into cmake-export-fix | Jan Tattermusch | 2018-01-19 |
| | |\ | |_|/ |/| | | |||
| * | | Clean up tests, examples, and podspecs | Muxi Yan | 2018-01-18 |
| | | | |||
* | | | Split lib/support into lib/gpr and lib/gpr++. | Mark D. Roth | 2018-01-18 |
| | | | |||
* | | | Merge pull request #14031 from muxi/fix-boringssl-sed | Muxi Yan | 2018-01-17 |
|\ \ \ | | | | | | | | | Fix sed error in podspecs on sed 4.4 | ||
* \ \ \ | Merge pull request #13913 from ncteisen/fix-clang-tidy-check | Noah Eisen | 2018-01-17 |
|\ \ \ \ | | | | | | | | | | | Fix Clang Tidy Check | ||
| * | | | | Ensure all sanity finds clang-tidy | Noah Eisen | 2018-01-16 |
| | | | | | |||
| * | | | | Fix clang format docker | Noah Eisen | 2018-01-16 |
| | | | | | |||
| * | | | | Dockerize clang tidy | ncteisen | 2018-01-16 |
| | | | | | |||
| | * | | | Fix sed error in podspecs on sed 4.4 | Muxi Yan | 2018-01-16 |
| |/ / / | |||
* / / / | cleanup cmake include directories | Jan Tattermusch | 2018-01-16 |
|/ / / | |||
| | * | Fix cmake export for grpc | Stefan Hacker | 2018-01-14 |
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch fixes two issues with the targets exported by the grpc cmake build: - Install directories are now given relative instead of absolute. Previously the exported targets would contain absolute paths to their created targets when they should be relative. The actual installation location stays the same as cmake automatically interprets the paths relative to CMAKE_INSTALL_PREFIX - ZLIB and OpenSSL are now linked using targets instead of the legacy library variables if possible. Using the legacy paths produces absolute paths to those dependencies in the export. With this change cmake inserts the target names instead. With these changes no more absolute paths are inserted into the export allowing the install location to be used as an artifact that can be moved or transfered to another machine and used there. | ||
* | | Avoid linker warnings by removing extraneous directories from -L and making ↵ | Vijay Pai | 2018-01-11 |
| | | | | | | | | at right time | ||
| * | Initial gRPC-C++ podspec | Muxi Yan | 2018-01-05 |
|/ | |||
* | Merge pull request #13830 from jtattermusch/cmake_cleanup | Jan Tattermusch | 2017-12-22 |
|\ | | | | | Simplify top level CMakeLists.txt | ||
* | | Install .pc files as mode 644 | ncteisen | 2017-12-20 |
| | | |||
* | | Generate more files in gRPC-Core.podspec from build.yaml | Muxi Yan | 2017-12-19 |
| | | |||
| * | simplify top level CMakeLists.txt | Jan Tattermusch | 2017-12-19 |
|/ | |||
* | Add a sanity test for shellcheck | Mehrdad Afshari | 2017-12-19 |
| | | | | Start by checking the scripts in tools/run_tests/helper_scripts. | ||
* | dont hardcode using boringssl headers when ssl provider is package | Jan Tattermusch | 2017-12-14 |
| | |||
* | exclude artificial ares target when building with cmake | Jan Tattermusch | 2017-12-14 |
| | |||
* | Merge branch 'master' of https://github.com/grpc/grpc into yapf-tools | ncteisen | 2017-12-12 |
|\ | |||
* | | yapf tools/distrib | ncteisen | 2017-12-11 |
| | | |||
| * | yapf grpcio_tests | ncteisen | 2017-12-11 |
| | | |||
| * | yapf-ize grpc_testing | ncteisen | 2017-12-11 |
| | | |||
| * | yapf-ize grpcio_reflection | ncteisen | 2017-12-11 |
| | | |||
| * | yapf-ize grpcio_health_checking | ncteisen | 2017-12-11 |
| | | |||
| * | Yapf-ize grpcio/grpc_.py | ncteisen | 2017-12-11 |
|/ | |||
* | Merge pull request #13196 from muxi/upgrade-cocoapods-min-version | Muxi Yan | 2017-12-05 |
|\ | | | | | Require min Cocoapods version to be v1.2.0 | ||
* | | working cmake install on windows | Jan Tattermusch | 2017-12-01 |
| | | |||
* | | Merge pull request #13432 from ncteisen/no-more-extern-c | Noah Eisen | 2017-11-30 |
|\ \ | | | | | | | No More Extern "C" |