aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.bzl
Commit message (Collapse)AuthorAge
* fix remaining license noticesGravatar Jan Tattermusch2017-06-08
|
* Add copyright notice and documentation to .bzl file.Gravatar Jorge Canizales2015-07-02
|
* Use a protoc compiled from sourcesGravatar Jorge Canizales2015-07-02
|
* Support multiple proto sourcesGravatar Jorge Canizales2015-07-02
|
* Split messages and services macrosGravatar Jorge Canizales2015-07-02
|
* Extract filename transformations into functionsGravatar Jorge Canizales2015-07-01
|
* Support sources in nested dirsGravatar Jorge Canizales2015-07-01
|
* Skylark macro to generate an objc_library from protosGravatar Jorge Canizales2015-07-01
Still needed: - Use compiled protoc. - Work with multiple proto sources. - Work with proto sources in nested dirs.