Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Should not explicitly initialize these pointers to nullptr in gcc-4.4 case | Vijay Pai | 2016-06-16 |
| | | | | | | | | because nullptr assignment actually requires the calling of a constructor. As a result, the order in which these nullptr initializations take place is not defined with respect to other initializations. A pointer that is left without explicit initialization automatically gets nullptr anyway, so just don't explicitly initialize these. | ||
* | removed spurious namespace qualification | David Garcia Quintas | 2016-03-09 |
| | |||
* | removed spurious grpc_library.cc | David Garcia Quintas | 2016-03-09 |
| | |||
* | docstrings | David Garcia Quintas | 2016-03-08 |
| | |||
* | clang-format | David Garcia Quintas | 2016-03-08 |
| | |||
* | moved some files around | David Garcia Quintas | 2016-03-08 |
| | |||
* | compiles! | David Garcia Quintas | 2016-03-08 |
| | |||
* | wip. cq refactored | David Garcia Quintas | 2016-03-07 |
| | |||
* | wip. prior to cq refactoring | David Garcia Quintas | 2016-03-07 |
| | |||
* | After GrpcLibrary refactoring. Compiles and passes. WIP still | David Garcia Quintas | 2016-01-27 |