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.
10 years ago
Craig Tiller
5589c35fed
Compile fix
10 years ago
Nicolas "Pixel" Noble
1ff52d5278
Guard headers tool.
10 years ago
Yang Gao
0706ce8a19
remove debug bits
10 years ago
Yang Gao
7795324d19
Redo #817 . Update pubsub example channel creation and credentials
10 years ago
Craig Tiller
c5ba0e56a0
Make it possible to compile with gcc4.6
10 years ago
Craig Tiller
cf133f41f8
Make it possible to compile with gcc4.6
10 years ago
Abhishek Kumar
85f9963e14
Update README
10 years ago
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.
10 years ago
Craig Tiller
42bc87c097
Update C++ server with new core API
...
And reflects the C++ API in ServerBuilder.
10 years ago
Yang Gao
bbd67c0499
clean up some internal path and names
10 years ago
Nicolas "Pixel" Noble
7e80efcb3d
Making the usage of gflags uniform across distributions.
10 years ago
Nicolas "Pixel" Noble
ba6082080c
Fixing gflags' include path.
10 years ago
vjpai
dbbdda5247
EXPECT_EQ Mac issue...
10 years ago
Craig Tiller
ce5021b0b9
Add missing new-lines at end of file
10 years ago
Craig Tiller
190d360def
Add missing new-lines at end of file
10 years ago
Craig Tiller
0605995e55
Update copyright to 2015
10 years ago
Craig Tiller
ad1fd3a49e
Add proto copyrights
10 years ago
Chen wang
842325110d
Rename examples/tips to examples/pubsub
10 years ago
Craig Tiller
4d0fb5f1c0
Fixup callers with new api
10 years ago
Craig Tiller
f8ac5d846c
Fixup callers with new api
10 years ago
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.
10 years ago
Chen Wang
3ebec60ec4
Only add project_id for GCE command line.
10 years ago
Chen Wang
1f50e26d3a
Need project_id from argument to run the client correctly.
10 years ago
Chen Wang
4402b70816
Add README
10 years ago
Chen Wang
0b439e42f4
change stringstream to ostringstream.
10 years ago
Chen Wang
cde34e0b5d
change stringstream to ostringstream.
10 years ago
Chen Wang
405392c2e8
fixed typos and add ListTopics implementation.
10 years ago
Chen Wang
b532ef8973
Impelment full logic of publish and subcribe.
10 years ago
Chen Wang
0010cdae47
Add Pull method to subscriber
10 years ago
Chen Wang
04f1aa809a
Implement both Publisher and Subscriber.
10 years ago
Chen Wang
6de65b01cb
delete default service account email
10 years ago
Chen Wang
3cc1ad62b6
add more tips ops
10 years ago
Chen Wang
862e23c662
Add service account credential
10 years ago
Chen Wang
56794708d2
add Compute engine credential to tips client.
10 years ago
Chen Wang
74b3232d39
1) Add protection header macro
...
2) remove some falgs with default values
10 years ago
Chen Wang
d34c690e8d
delete using grpc::
10 years ago
Chen Wang
c6fdcae087
add space line between include
10 years ago
Chen Wang
819f755b74
fixed some typos
10 years ago
Chen Wang
8c1109737f
Remove unecessary files which was added by mistake.
10 years ago
Chen Wang
86af8cffc5
TIPS client implementation.
10 years ago