aboutsummaryrefslogtreecommitdiffhomepage
path: root/bazel/generate_cc.bzl
Commit message (Collapse)AuthorAge
* Fix incompatible_bzl_disallow_load_after_statement, deprecated attribute usageGravatar Max Vorobev2018-12-24
|
* Merge pull request #14625 from isturdy/generate-ccGravatar Nicolas Noble2018-03-29
|\ | | | | Fix C++ codegen with bazel in subrepositories
* | Rename generate_mock to generate_mocksGravatar yang-g2018-03-21
| |
| * Fix cross-repository proto includes.Gravatar Ian Sturdy2018-03-19
| |
| * Fix C++ codegen with bazel in subrepositoriesGravatar Ian Sturdy2018-03-07
|/
* Rename set to depsetGravatar Vladimir Moskva2017-09-14
|
* Rework well_known_protos attr, and some other fixesGravatar Craig Tiller2017-05-16
|
* Merge branch 'master' of https://github.com/grpc/grpc into fixbazelGravatar Makarand Dharmapurikar2017-04-25
|\
| * Merge pull request #10644 from MakMukhi/masterGravatar MakMukhi2017-04-24
| |\ | | | | | | Added unit testing support.
| * | Fix up protobuf submodule name to match bazel expectationGravatar Vijay Pai2017-04-20
| | |
* | | .proto and BUILD files can now in differnt dirsGravatar Makarand Dharmapurikar2017-04-17
|/ /
| * Add _mock files to output list of generate_cc.bzlGravatar Mahak Mukhi2017-04-16
| |
| * fixing bugGravatar Mahak Mukhi2017-04-16
| |
| * more sanityGravatar Mahak Mukhi2017-04-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | trying to fix some sanity nope that didn't work fixing test failiures added debug code more trail and error more trial and error cleaning debug code
| * 1. Added golden file test.Gravatar Mahak Mukhi2017-04-14
|/ | | | | 2. Added support for mock. 3. Sanity fix.
* changes for picking up well known protosGravatar Makarand Dharmapurikar2017-03-07
| | | | | Add dependency and protoc argument for picking up well known protos from the //third_party/protobuf repo
* Fixing a few items with the new Bazel BUILD system:Gravatar Nicolas "Pixel" Noble2017-01-13
| | | | | | | -) Fixing Bazel 0.4.x breakage -) Adding helloworld BUILD examples -) Fixing grpc++ missing files. -) Adding helloworld example as a test for Bazel basic.
* Adding shim for generating C++ protos.Gravatar Nicolas "Pixel" Noble2016-10-21
|
* Adding cc_grpc_library.Gravatar Nicolas "Pixel" Noble2016-10-20