aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
Commit message (Collapse)AuthorAge
...
* Fix resolver_component_tests_defs.include to pass shellcheckGravatar Mehrdad Afshari2018-02-07
|
* Fix private_dns_zone_init_defs.include to pass shellcheckGravatar Mehrdad Afshari2018-02-07
|
* Fix create_private_dns_zone_defs.include to pass shellcheckGravatar Mehrdad Afshari2018-02-07
|
* Merge pull request #14019 from hacst/cmake-export-fixGravatar Jan Tattermusch2018-02-06
|\ | | | | Fix cmake export for grpc
* | clang format and tidy shouldnt change file ownershipGravatar Jan Tattermusch2018-02-05
| |
* | Update Podspec version for ObjCGravatar Matt Kwong2018-01-30
| |
* | Merge pull request #14136 from jtattermusch/add_ubuntu_1710Gravatar Jan Tattermusch2018-01-26
|\ \ | | | | | | Fix build under gcc7.2
* \ \ Merge pull request #13935 from muxi/create-grpc-c++-podspecGravatar Muxi Yan2018-01-23
|\ \ \ | | | | | | | | Create Cocoapods podspec for gRPC C++ repo
| | * | add portability test for gcc7.2Gravatar Jan Tattermusch2018-01-23
| |/ / |/| |
| * | Merge remote-tracking branch 'upstream/master' into create-grpc-c++-podspecGravatar Muxi Yan2018-01-19
| |\ \
* | | | PHP: make generate_projects.sh smarter for package.xmlGravatar Stanley Cheung2018-01-19
| |/ / |/| |
| | * Merge branch 'master' into cmake-export-fixGravatar Jan Tattermusch2018-01-19
| | |\ | |_|/ |/| |
| * | Clean up tests, examples, and podspecsGravatar Muxi Yan2018-01-18
| | |
* | | Split lib/support into lib/gpr and lib/gpr++.Gravatar Mark D. Roth2018-01-18
| | |
* | | Merge pull request #14031 from muxi/fix-boringssl-sedGravatar Muxi Yan2018-01-17
|\ \ \ | | | | | | | | Fix sed error in podspecs on sed 4.4
* \ \ \ Merge pull request #13913 from ncteisen/fix-clang-tidy-checkGravatar Noah Eisen2018-01-17
|\ \ \ \ | | | | | | | | | | Fix Clang Tidy Check
| * | | | Ensure all sanity finds clang-tidyGravatar Noah Eisen2018-01-16
| | | | |
| * | | | Fix clang format dockerGravatar Noah Eisen2018-01-16
| | | | |
| * | | | Dockerize clang tidyGravatar ncteisen2018-01-16
| | | | |
| | * | | Fix sed error in podspecs on sed 4.4Gravatar Muxi Yan2018-01-16
| |/ / /
* / / / cleanup cmake include directoriesGravatar Jan Tattermusch2018-01-16
|/ / /
| | * Fix cmake export for grpcGravatar Stefan Hacker2018-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 ↵Gravatar Vijay Pai2018-01-11
| | | | | | | | at right time
| * Initial gRPC-C++ podspecGravatar Muxi Yan2018-01-05
|/
* Merge pull request #13830 from jtattermusch/cmake_cleanupGravatar Jan Tattermusch2017-12-22
|\ | | | | Simplify top level CMakeLists.txt
* | Install .pc files as mode 644Gravatar ncteisen2017-12-20
| |
* | Generate more files in gRPC-Core.podspec from build.yamlGravatar Muxi Yan2017-12-19
| |
| * simplify top level CMakeLists.txtGravatar Jan Tattermusch2017-12-19
|/
* Add a sanity test for shellcheckGravatar Mehrdad Afshari2017-12-19
| | | | Start by checking the scripts in tools/run_tests/helper_scripts.
* dont hardcode using boringssl headers when ssl provider is packageGravatar Jan Tattermusch2017-12-14
|
* exclude artificial ares target when building with cmakeGravatar Jan Tattermusch2017-12-14
|
* Merge branch 'master' of https://github.com/grpc/grpc into yapf-toolsGravatar ncteisen2017-12-12
|\
* | yapf tools/distribGravatar ncteisen2017-12-11
| |
| * yapf grpcio_testsGravatar ncteisen2017-12-11
| |
| * yapf-ize grpc_testingGravatar ncteisen2017-12-11
| |
| * yapf-ize grpcio_reflectionGravatar ncteisen2017-12-11
| |
| * yapf-ize grpcio_health_checkingGravatar ncteisen2017-12-11
| |
| * Yapf-ize grpcio/grpc_.pyGravatar ncteisen2017-12-11
|/
* Merge pull request #13196 from muxi/upgrade-cocoapods-min-versionGravatar Muxi Yan2017-12-05
|\ | | | | Require min Cocoapods version to be v1.2.0
* | working cmake install on windowsGravatar Jan Tattermusch2017-12-01
| |
* | Merge pull request #13432 from ncteisen/no-more-extern-cGravatar Noah Eisen2017-11-30
|\ \ | | | | | | No More Extern "C"
* | | Fix in one more fileGravatar Muxi Yan2017-11-29
| | |
| * | Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-cGravatar ncteisen2017-11-29
| |\ \ | |/ / |/| |
| * | Merge commit 'aa358d5e43' into no-more-extern-cGravatar ncteisen2017-11-29
| |\ \
* | | | Merge branch 'master' of https://github.com/grpc/grpc into upmerge-from-v1.7Gravatar Nicolas "Pixel" Noble2017-11-29
|\| | |
| * | | Merge github.com:grpc/grpc into no-abslGravatar Craig Tiller2017-11-28
| |\ \ \
| | | | * Remove changes for podspecs other than gRPC-CoreGravatar Muxi Yan2017-11-27
| | | | |
| | | * | Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-cGravatar ncteisen2017-11-27
| | | |\ \ | | | |/ / | | |/| |
| | * | | Update Python dependency to protobuf v3.5.0.post1Gravatar Mehrdad Afshari2017-11-27
| | | | |
| | * | | Merge pull request #13452 from yashykt/publicheaderc89nitfixGravatar Yash Tibrewal2017-11-21
| | |\ \ \ | | | | | | | | | | | | Remove unnecessary if condition in public_headers_must_be_c89