aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/config.h
Commit message (Collapse)AuthorAge
* Isolate nullptr to grpc namespace when we must define it ourselvesGravatar Vijay Pai2015-07-25
| | | | | Change the one non-namespace use of nullptr to NULL (used as an argument to a C function anyway)
* clang-formatGravatar Craig Tiller2015-06-05
|
* Beginning the cleanupGravatar Craig Tiller2015-06-04
|
* nullptr->shared_ptr conversionGravatar vjpai2015-05-21
|
* Expose max message size at the server sideGravatar Yang Gao2015-04-30
|
* Rewriting mutex, condition_variable, and thread.Gravatar Nicolas "Pixel" Noble2015-04-04
|
* Avoid a problem when clang pretends to be GNUCGravatar vjpai2015-03-25
|
* Make a fake version of nullptr to work with old compilersGravatar vjpai2015-03-25
|
* clang-format c++ codeGravatar Yang Gao2015-03-17
|
* Allowing us to import google::protobuf::int64.Gravatar Nicolas "Pixel" Noble2015-03-13
| | | | | If for any reason, our definition of gpr_int64 is different from the definition of google::protobuf::int64, the virtual override would fail, as this needs to be of the precisely exactly the same type. That change allows us to use protobuf's int64 definition.
* Moving ZeroCopyOutputStream to grpc++/config.h.Gravatar Nicolas "Pixel" Noble2015-03-13
|
* formattingGravatar Yang Gao2015-03-03
|
* Add macrosGravatar Yang Gao2015-03-03
|
* Guard headers tool.Gravatar Nicolas "Pixel" Noble2015-03-01
|
* Make it possible to compile with gcc4.6Gravatar Craig Tiller2015-02-26
|
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* clang-formatGravatar Craig Tiller2015-02-17
|
* Fix compile errorGravatar Craig Tiller2015-02-09
|
* clang-format codebaseGravatar Craig Tiller2015-01-13
|
* Initial import.Gravatar Nicolas Noble2014-11-26