Commit Graph

57 Commits

Author SHA1 Message Date
Nicolas "Pixel" Noble fd2bf675f7 Merge branch 'master' of github.com:grpc/grpc into the-purge-2
Conflicts:
	include/grpc++/completion_queue.h
2015-04-24 23:24:44 +02:00
Yang Gao c4b6ffb1b6 Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all the tests to init/shutdown free. 2015-04-24 13:09:40 -07:00
Nicolas "Pixel" Noble 23be280366 Merge branch 'master' of github.com:grpc/grpc into the-purge-2
Conflicts:
	src/cpp/client/channel.cc
	vsprojects/vs2010/grpc++.vcxproj
	vsprojects/vs2013/grpc++.vcxproj.filters
2015-04-24 00:38:19 +02:00
Yang Gao 103837ee6b Wrap ParseCommandLineFlags in InitTest 2015-04-15 15:23:54 -07:00
Yang Gao 084ef52672 Remove outdated protos 2015-04-15 11:34:15 -07:00
Nicolas "Pixel" Noble b7c2035e83 Merge branch 'master' of https://github.com/grpc/grpc into the-purge-2
Conflicts:
	test/cpp/end2end/async_end2end_test.cc
	test/cpp/end2end/end2end_test.cc
	test/cpp/interop/client.cc
2015-04-11 01:53:09 +02:00
Nicolas "Pixel" Noble 0caebbfcfe Splitting gRPC service class codegen into its own set of files. 2015-04-09 23:08:51 +02:00
Nicolas "Pixel" Noble a05b8b7b25 Removing a few more references to #include <chrono> 2015-04-08 09:07:20 +02:00
Yang Gao 884ed08e59 clang-format c++ code under examples 2015-03-25 10:45:23 -07:00
Yang Gao 16c78c922c Clean up unneeded includes and remove shutdown protobuf library 2015-03-25 10:36:16 -07:00
Nicolas Noble cfd6073a66 Various Windows fixes.
-) using dupenv_s instead of getenv_s and calling strdup ourselves.
-) few impossible-to-obtain if checks.
-) various signed/unsigned casting.
-) using time_t instead of time32_t
-) checking output of FormatMessage for failures.
-) don't redefine _WIN32_WINNT without undefining it first.
-) fixed msvc's interlocked casting.
-) renamed AddPort to AddListeningPort.
-) added protobuf's third_party includes to search path.
-) added a missing definition for inet_ntop in mingw32.
-) removed useless declarations.
2015-03-19 04:21:22 +01:00
Craig Tiller 5589c35fed Compile fix 2015-03-03 10:04:51 -08:00
Craig Tiller 07b3d31358 Merge github.com:grpc/grpc into credit
Conflicts:
	examples/pubsub/main.cc
2015-03-03 08:16:39 -08:00
Yang Gao 91cc48160a Merge remote-tracking branch 'upstream/master' into pubsub 2015-03-02 15:19:25 -08:00
Craig Tiller 61691f92c3 Merge github.com:grpc/grpc into credit 2015-03-02 08:51:52 -08:00
Nicolas "Pixel" Noble 1ff52d5278 Guard headers tool. 2015-03-01 06:18:14 +01:00
Yang Gao 0706ce8a19 remove debug bits 2015-02-27 14:31:02 -08:00
Yang Gao 7795324d19 Redo #817. Update pubsub example channel creation and credentials 2015-02-27 14:28:05 -08:00
Craig Tiller cf133f41f8 Make it possible to compile with gcc4.6 2015-02-26 14:27:05 -08:00
Craig Tiller 29f1314282 Merge github.com:grpc/grpc into credit 2015-02-26 11:23:01 -08:00
Abhishek Kumar 85f9963e14 Update README 2015-02-25 11:45:05 -08:00
Craig Tiller e4fe844b67 s/CreateChannel/CreateChannelDeprecated
For the 2-argument version of CreateChannel.

This is a temporary step until #711 is ready to roll out.
2015-02-23 13:55:15 -08:00
Craig Tiller 42bc87c097 Update C++ server with new core API
And reflects the C++ API in ServerBuilder.
2015-02-23 09:58:23 -08:00
Yang Gao bbd67c0499 clean up some internal path and names 2015-02-20 13:04:52 -08:00
Craig Tiller 99d6593db8 Merge pull request #638 from vjpai/expecteq
EXPECT_EQ sign issue...
2015-02-19 21:16:50 -08:00
Nicolas "Pixel" Noble 7e80efcb3d Making the usage of gflags uniform across distributions. 2015-02-20 03:13:38 +01:00
Nicolas "Pixel" Noble ba6082080c Fixing gflags' include path. 2015-02-20 02:48:03 +01:00
vjpai dbbdda5247 EXPECT_EQ Mac issue... 2015-02-19 17:02:54 -08:00
Craig Tiller ce5021b0b9 Add missing new-lines at end of file 2015-02-18 09:25:21 -08:00
Craig Tiller 190d360def Add missing new-lines at end of file 2015-02-18 09:23:38 -08:00
Craig Tiller 0605995e55 Update copyright to 2015 2015-02-18 08:34:56 -08:00
Craig Tiller f74ec4ee43 Merge github.com:grpc/grpc into copyright 2015-02-18 08:30:14 -08:00
Craig Tiller ad1fd3a49e Add proto copyrights 2015-02-16 12:23:04 -08:00
Craig Tiller 421e87a1b0 Merge github.com:grpc/grpc into c++api
Conflicts:
	Makefile
2015-02-13 14:23:54 -08:00
Chen wang 842325110d Rename examples/tips to examples/pubsub 2015-02-12 17:29:18 -08:00
Craig Tiller 4d0fb5f1c0 Fixup callers with new api 2015-02-09 16:27:22 -08:00
Craig Tiller f8ac5d846c Fixup callers with new api 2015-02-09 16:24:20 -08:00
Nicolas "Pixel" Noble 3f36f5e316 Few minor fixes.
Fixing a few issues in case you *cough* have a different local implementation of
protobuf, gtest and gflags for some weird reason.
2015-02-06 20:45:54 +01:00
Chen Wang 3ebec60ec4 Only add project_id for GCE command line. 2015-02-03 15:19:05 -08:00
Chen Wang 1f50e26d3a Need project_id from argument to run the client correctly. 2015-02-03 14:43:18 -08:00
Chen Wang 4402b70816 Add README 2015-02-03 12:11:29 -08:00
Chen Wang 0b439e42f4 change stringstream to ostringstream. 2015-02-03 10:52:41 -08:00
Chen Wang cde34e0b5d change stringstream to ostringstream. 2015-02-03 10:51:24 -08:00
Chen Wang 405392c2e8 fixed typos and add ListTopics implementation. 2015-02-03 10:28:39 -08:00
Chen Wang b532ef8973 Impelment full logic of publish and subcribe. 2015-02-02 10:45:17 -08:00
Chen Wang 0010cdae47 Add Pull method to subscriber 2015-02-01 20:44:33 -08:00
Chen Wang 04f1aa809a Implement both Publisher and Subscriber. 2015-01-30 18:26:16 -08:00
Chen Wang 6de65b01cb delete default service account email 2015-01-28 17:55:50 -08:00
Chen Wang 3cc1ad62b6 add more tips ops 2015-01-28 17:51:32 -08:00
Chen Wang 862e23c662 Add service account credential 2015-01-28 14:42:26 -08:00