Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | overhaul of top-level .md files | Jan Tattermusch | 2018-06-20 |
| | |||
* | add distribtest for grpc being added with cmake add_subdirectory | Jan Tattermusch | 2018-03-29 |
| | |||
* | cmake "superbuild" example using externalprojects | Jan Tattermusch | 2018-03-28 |
| | |||
* | Change grpc++ references in names to grpcpp | Vijay Pai | 2018-03-08 |
| | |||
* | Make C++ cocoapods example work | Muxi Yan | 2018-02-21 |
| | |||
* | Merge remote-tracking branch 'upstream/master' into create-grpc-c++-podspec | Muxi Yan | 2018-01-19 |
|\ | |||
* | | Clean up C++ tests and example | Muxi Yan | 2018-01-19 |
| | | |||
* | | Clean up tests, examples, and podspecs | Muxi Yan | 2018-01-18 |
| | | |||
| * | fix protobuf usage in the example | Jan Tattermusch | 2018-01-18 |
| | | |||
* | | Fix copyright information | Muxi Yan | 2018-01-05 |
| | | |||
* | | Add example to use gRPC-C++ pod in an iOS application | Muxi Yan | 2018-01-05 |
|/ | |||
* | fix linux distrib tests | Jan Tattermusch | 2017-12-01 |
| | |||
* | make helloworld CMakeLists compile on windows | Jan Tattermusch | 2017-12-01 |
| | |||
* | Construction of streams shouldn't require triggering async ops | Vijay Pai | 2017-09-14 |
| | |||
* | fix helloworld cmake build | Jan Tattermusch | 2017-09-11 |
| | |||
* | Fetch grpc.io/release over https | Mehrdad Afshari | 2017-07-10 |
| | |||
* | Update compiler/linker options to use pkg-config in C++ examples | Toshihito Kikuchi | 2017-06-13 |
| | |||
* | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
| | |||
* | consolidated BUILD files from example into one | Makarand Dharmapurikar | 2017-04-18 |
| | | | | it is also a way to test that this change works as expected. | ||
* | Fixing a few items with the new Bazel BUILD system: | Nicolas "Pixel" Noble | 2017-01-13 |
| | | | | | | | -) Fixing Bazel 0.4.x breakage -) Adding helloworld BUILD examples -) Fixing grpc++ missing files. -) Adding helloworld example as a test for Bazel basic. | ||
* | Fix typo | Ryan | 2016-11-21 |
| | |||
* | cpp examples missing gpr asserts | Stanley Cheung | 2016-09-15 |
| | |||
* | Merge branch 'v1.0.x' into manual-upmerge | Nicolas "Pixel" Noble | 2016-08-11 |
|\ | |||
| * | Merge commit '5e623b8d8d8d106bd4ab9a6d77ef43b1a134d8ec' into ↵ | Jorge Canizales | 2016-07-29 |
| |\ | | | | | | | | | | p0-advance-protobuf-version | ||
| * | | Update Protobuf submodule to v3.0.0 (GA) | Jorge Canizales | 2016-07-29 |
| | | | |||
* | | | CMake: project for HelloWorld cpp example | Konstantin Podsvirov | 2016-07-28 |
| | | | |||
* | | | Identify system and remove --no-as-need if it is Mac OS | Muxi Yan | 2016-07-26 |
| | | | |||
* | | | Removed --no-as-needed options from Makefile of HelloWorld and RouteGuide | Muxi Yan | 2016-07-26 |
| |/ |/| | |||
* | | Merge pull request #7393 from y-zeng/example_makefile | Nicolas Noble | 2016-07-21 |
|\ \ | | | | | | | Enable server reflection in c++ examples | ||
| | * | Update protobuf submodule to 3.0.0-beta-4 | Jorge Canizales | 2016-07-19 |
| |/ |/| | | | Which has the fix for oneofs when using dynamic frameworks in ObjectiveC | ||
| * | Enable server reflection in c++ examples | Yuchen Zeng | 2016-07-07 |
| | | |||
* | | Merge master into merge-0.14-into-master | Jorge Canizales | 2016-07-01 |
|\| | | | | | | | The protobuf commit conflicted. Resolved to the latest one. | ||
* | | Bump protobuf version to beta-3.3 | Jorge Canizales | 2016-07-01 |
| | | | | | | It’s just the merge of beta-3.1 and beta-3.2, both of which we need. | ||
| * | Merge remote-tracking branch 'upstream/master' into handler_http_response | Yuchen Zeng | 2016-06-30 |
| |\ | |/ |/| | |||
* | | Updated git clone URL | David Garcia Quintas | 2016-06-29 |
| | | |||
| * | Add bad_server_response_test | Yuchen Zeng | 2016-06-17 |
|/ | |||
* | Merge pull request #6461 from y-zeng/fix-async-example | Jan Tattermusch | 2016-06-09 |
|\ | | | | | Check the value of Next in async examples | ||
* | | Fix to undefined reference to gpr_log | chedeti | 2016-05-19 |
| | | |||
| * | Check the value of Next() in async examples | Yuchen Zeng | 2016-05-05 |
|/ | |||
* | Updated to more closely mimic greeter_async_client.cc. Fixed typos in comments. | Michael Yeh | 2016-05-04 |
| | |||
* | Created a new sample async client that is non-blocking. A reader thread is ↵ | Michael Yeh | 2016-05-04 |
| | | | | spawned to handle all the RPC results. | ||
* | Modified sample async client to be non-blocking. A reader thread is spawned ↵ | Michael Yeh | 2016-05-04 |
| | | | | to handle all the RPC results. | ||
* | Fixing examples. | Nicolas "Pixel" Noble | 2016-04-23 |
| | |||
* | Update copyrights | Craig Tiller | 2016-03-31 |
| | |||
* | Doc Fixit: examples/cpp/helloworld/README.md | Yuchen Zeng | 2016-03-17 |
| | | | | Use 'RegisterService' for registering async services. | ||
* | Update base INSTALL to markdown and remove outdated content | Stanley Cheung | 2016-03-03 |
| | |||
* | Merge pull request #4913 from pszemus/master | Jan Tattermusch | 2016-02-11 |
|\ | | | | | Update protobuf version to v3.0.0-beta-2 | ||
| * | Update copyright | Przemysław Sobala | 2016-02-11 |
| | | |||
* | | Remove reference to lgpr in examples | yang-g | 2016-02-04 |
| | | |||
* | | copyrights | David Garcia Quintas | 2016-01-27 |
| | |