- Feb 11, 2016
-
-
yang-g authored
-
- Feb 02, 2016
-
-
Alistair Veitch authored
-
- Jan 28, 2016
-
-
David Garcia Quintas authored
-
- Jan 26, 2016
-
-
David Garcia Quintas authored
-
- Jan 16, 2016
-
-
David Garcia Quintas authored
-
- Jan 15, 2016
- Jan 14, 2016
-
-
David Garcia Quintas authored
-
yang-g authored
-
- Jan 07, 2016
-
-
Craig Tiller authored
-
- Oct 13, 2015
-
-
Vijay Pai authored
external code compiled under gcc-4.4 : eliminate use of nullptr, primarily.
-
- Aug 22, 2015
- Aug 20, 2015
- Aug 04, 2015
-
-
yang-g authored
-
- Jun 16, 2015
-
-
Yang Gao authored
-
- Jun 10, 2015
-
-
Nicolas "Pixel" Noble authored
-
- Jun 05, 2015
-
-
Craig Tiller authored
-
- Jun 04, 2015
-
-
Craig Tiller authored
-
- May 28, 2015
-
-
Jan Tattermusch authored
-
- May 09, 2015
-
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
- May 06, 2015
-
-
Craig Tiller authored
-
Craig Tiller authored
Move completion queue binding for new requests to the new request request time, not server instantiation time.
-
- May 05, 2015
-
-
Yang Gao authored
-
- May 02, 2015
-
-
Nicolas "Pixel" Noble authored
By the standard, std::function can only capture class functions, and not class methods. For some reasons, this works under gcc however. Visual Studio rejects it. std::mem_fn is proper template to use.
-
Yang Gao authored
-
- Apr 16, 2015
-
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
- Apr 10, 2015
-
-
Yang Gao authored
-
- Apr 09, 2015
-
-
Nicolas "Pixel" Noble authored
-
- Mar 24, 2015
-
-
Nicolas "Pixel" Noble authored
Usage example: protoc ... --grpc_out=services_namespace=xyz:./path/to/output/dir ... This is difficult to add a test for this without significantly changing all of the examples, or the build system. However this has been successfully tested locally.
-
- Mar 13, 2015
-
-
Nicolas Noble authored
-
- Feb 27, 2015
-
-
Todd Poynor authored
Fix pedantic warnings of form: myprotobuf.pb.cc:619:2: warning: extra ';' [-Wpedantic] }; ^
-
vjpai authored
bind and other functions
-
Craig Tiller authored
-