Commit Graph

766 Commits

Author SHA1 Message Date
Jan Tattermusch beee4cefa3
Merge pull request #22636 from chalin/patch-4
C++ Hello World: refer reader to Quick Start
2020-04-15 09:24:08 +02:00
Jan Tattermusch c923f95294
Merge pull request #22633 from chalin/patch-1
Removing obsolete C++ tutorial content
2020-04-14 10:23:52 +02:00
Jan Tattermusch 66dc6e97f6
Merge pull request #22635 from chalin/patch-3
C++ examples README cleanup
2020-04-14 09:51:35 +02:00
Patrice Chalin c95c2102c6
Delete cpptutorial.md 2020-04-13 15:04:23 -04:00
Richard Belleville 0cdffa970c Buildifier 2020-04-13 10:25:56 -07:00
Richard Belleville c14fce7ab4 Typo 2020-04-10 19:35:01 -07:00
Richard Belleville e97cd37e68 Support running multiprocessing example without Bazel 2020-04-10 19:33:07 -07:00
Richard Belleville 96024a9ad3 Update documentation 2020-04-10 19:22:55 -07:00
Patrice Chalin a3714f5b08
C++ Hello World: refer reader to Quick Start 2020-04-09 17:20:48 -04:00
Patrice Chalin 33082023e9
C++ examples README cleanup
Contributes to https://github.com/grpc/grpc.io/issues/180.

cc @ejona86 @jtattermusch @srini100
2020-04-09 17:00:33 -04:00
Patrice Chalin ebe94949ca
Removing obsolete C++ tutorial content
Contributes to https://github.com/grpc/grpc.io/issues/180
2020-04-09 16:22:37 -04:00
Muxi Yan a7995e4c4d Use a more compressable client message 2020-03-30 14:00:21 -07:00
Richard Belleville f64e7af7cd Add requirements.txt 2020-03-25 10:35:45 -07:00
Richard Belleville 571a564f51 Add type annotations and comments 2020-03-24 14:23:25 -07:00
Richard Belleville 0c28a9beaf Specify the Python version 2020-03-24 14:11:17 -07:00
Richard Belleville 3fd0001481 Add Python xDS example server 2020-03-23 16:05:41 -07:00
Donna Dionne 48fa247304 Building C++ example with grpc++ instead of grpc++_unsecure
The example should be build with grpc++, not grpc++_unsecure.

For some reason in some branches like master, both versions are built in
so problem not detected.  This problem surfaced in 1.28x so needs to be
fixed to link with the correct grpc++.
2020-03-18 09:49:26 -07:00
Donna Dionne ca8ba90292 Adding Proto Reflection and Health Check to basic C++ example server
And ensuring the example can be built and ran via
bazel, make, and cmake.
2020-03-05 12:47:14 -08:00
Vijay Pai 717a29d096
Fix formatting 2020-03-02 13:01:30 -08:00
Vijay Pai b3bca043b2
Explain that this has Chinese comments with English translation 2020-03-02 10:22:12 -08:00
Jan Tattermusch a28d67f0bf
Merge pull request #21891 from jtattermusch/remove_useless_release_links
get rid of the https://grpc.io/release plague
2020-02-13 17:43:41 +01:00
Richard Belleville a2e4a23fc0
Merge pull request #20783 from Yannic/proto_incompat
[bazel] Add fixes for --incompatible_load_proto_rules_from_bzl
2020-02-07 15:46:38 -08:00
Donna Dionne 2bf8cbb424 Modify helloworld example to allow a target string 2020-02-06 15:39:48 -08:00
Yannic Bonenberger 06ecc87290 [bazel] Add fixes for --incompatible_load_proto_rules_from_bzl 2020-02-05 19:58:30 +01:00
Jan Tattermusch 21512217f2 get rid of the https://grpc.io/release plague 2020-02-04 15:01:03 +01:00
Eduardo Broto 60953c511d Add missing greeter_async_client2 to c++ helloworld CMakeLists.txt 2020-01-22 13:15:45 +01:00
Jan Tattermusch 27cdec0041 buildifier format 2020-01-15 04:43:59 -05:00
Richard Belleville 69f990673f Conform to protobuf's usage of six 2020-01-15 04:43:59 -05:00
Esun Kim 5207eba9ff Add abseil 2020-01-03 19:29:55 -08:00
Esun Kim 7be821ac47 Yapf all target python sources 2020-01-03 09:25:10 -08:00
Zack Galbreath 0be62b021a Add distrib test for CMake FetchContent build 2019-12-19 09:36:25 -05:00
Zack Galbreath ec239c48f7 Allow helloworld example to provide its own protoc and grpc_cpp_plugin 2019-12-18 10:04:39 -05:00
Esun Kim 885b1aa785 Change bundler version 2019-12-16 17:23:46 -08:00
Stanley Cheung 188fe7ca53 PHP: update readme 2019-12-06 01:34:38 -08:00
Muxi Yan 9bda9e9cb5 Add additional comments 2019-11-27 13:36:41 -08:00
Muxi Yan c0b85e5a46 clang-format 2019-11-27 11:31:09 -08:00
Muxi Yan 264d71be4c Update RecordRoute 2019-11-27 11:10:55 -08:00
Muxi Yan f830dde7c8 Remove GRPCProtoResponseHandler implementation since no longer needed 2019-11-27 11:10:27 -08:00
Muxi Yan 91cc01e541 nit fix 2019-11-27 10:38:31 -08:00
Muxi Yan 38d361c398 Update GRPCUnaryResponseHandler with generics 2019-11-27 10:22:04 -08:00
Lidi Zheng c34bef4ca4 Format all Bazel files with buildifier 2019-11-05 14:03:52 -08:00
Muxi Yan ab7e5e8dec
Merge pull request #20899 from muxi/update-examples
Update Objective-C examples
2019-11-01 13:31:12 -07:00
Muxi Yan c562da0f76 Start the call directly 2019-11-01 09:27:46 -07:00
Muxi Yan d2f96d6d64 Use new transport selector 2019-11-01 09:27:43 -07:00
Stanley Cheung 220c4de732 PHP: update dockerfiles to add MAKEFLAGS=-j8 2019-10-28 23:43:18 -07:00
Stanley Cheung acd09a1ee5
Merge pull request #20579 from HannahShiSFB/20523-phpunit5
PHP: change phpunit version from 4.8.36 to 5.7.27
2019-10-14 10:42:08 -07:00
Hannah Shi 2e1cfb75a8 change phpunit version from 4.8.36 to 5.7.27 2019-10-11 21:06:40 +00:00
Zack Galbreath 17f95ab1f5 Simplify helloworld makefile
Use pkg-config to automatically find grpc as a dependency of grpc++.
2019-10-09 12:42:30 -04:00
Stanley Cheung 542fb566d7
Merge pull request #20411 from stanley-cheung/php-docker-tests
PHP: add various scenarios to test PECL extension
2019-10-02 10:57:23 -07:00
Stanley Cheung f47d14160a PHP: add various scenarios to test PECL extension 2019-10-01 14:39:48 -07:00