aboutsummaryrefslogtreecommitdiffhomepage
path: root/bazel
Commit message (Collapse)AuthorAge
...
* | Strawman OWNERS --> CODEOWNERS scriptGravatar Craig Tiller2017-07-13
| |
| * Merge branch 'master' of https://github.com/grpc/grpc into importGravatar Nicolas "Pixel" Noble2017-06-26
| |\ | |/ |/|
* | fix remaining license noticesGravatar Jan Tattermusch2017-06-08
| |
* | auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
| |
| * Merge remote-tracking branch 'ctiller/build-wtf' into importGravatar Nicolas "Pixel" Noble2017-05-26
| |\
| * | Fixing indentation + fixing interop_client.Gravatar Nicolas "Pixel" Noble2017-05-24
|/ /
| * Rework well_known_protos attr, and some other fixesGravatar Craig Tiller2017-05-16
|/
* Fix a build bug, add a noteGravatar Craig Tiller2017-05-15
|
* Really remove ruleGravatar Craig Tiller2017-05-15
|
* Eliminate grpc_cc_librariesGravatar Craig Tiller2017-05-15
| | | | | | | | | | | | | Best practice for Bazel builds gives one rule per target, and producing multiple targets conflicts with this. Short term: define macros, and common libraries that can eliminate the duplication. Longer term: eliminate the existing plugin registration mechanism, and replace it with a C++ static initialization in appropriate files. This will allow grpc to be layered strictly atop grpc_unsecure (and similarly grpc++ atop grpc++_unsecure and grpc).
* Merge failure - add new linkshared argument.Gravatar Nicolas "Pixel" Noble2017-05-12
|
* Merge branch 'master' of https://github.com/grpc/grpc into importGravatar Nicolas "Pixel" Noble2017-05-11
|\
* | Converting end2end/generate_tests.bzl.Gravatar Nicolas "Pixel" Noble2017-04-25
| |
| * 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.
* | | | Adding grpc_generate_one_off_targets target.Gravatar Nicolas "Pixel" Noble2017-04-25
| | | |
| | * | Avoid duplication in build rules by expanding the grpc_cc_libraries ↵Gravatar Vijay Pai2017-04-21
| | | | | | | | | | | | | | | | rule-creation macro
| | * | Changes required to make build possible: create separate ↵Gravatar Vijay Pai2017-04-20
| | | | | | | | | | | | | | | | grpc++_base{,_unsecure}, move grpc_compression_trace definition, and remove an assertion about library initialization from server
| | * | Fix up protobuf submodule name to match bazel expectationGravatar Vijay Pai2017-04-20
| | | |
* | | | Rewriting core tests BUILD files to use the build system.Gravatar Nicolas "Pixel" Noble2017-04-18
| | | |
| * | | .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.
* / Buildifier and wrapping test/cpp/* rules with our build system.Gravatar Nicolas "Pixel" Noble2017-04-13
|/
* 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
* setting default False for use_externalGravatar Makarand Dharmapurikar2017-03-06
|
* Use grpc_build_system.bzl in other projectsGravatar Makarand Dharmapurikar2017-03-02
| | | | | Added //external to grpc deps in case where grpc_build_system.bzl is imported in a project that is using grpc as a dependency.
* Merge pull request #9326 from yang-g/licenseGravatar Yang Gao2017-01-17
|\ | | | | Add licenses to all BUILD files and missing copyright
* | 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.
| * omg it is 2017Gravatar yang-g2017-01-11
| |
| * Add licenses to all BUILD files and missing copyrightGravatar yang-g2017-01-11
|/
* Merge remote-tracking branch 'ctiller/bazel' into bazel-take-2Gravatar Nicolas "Pixel" Noble2016-10-21
|
* Adding shim for generating C++ protos.Gravatar Nicolas "Pixel" Noble2016-10-21
|
* Adding cc_grpc_library.Gravatar Nicolas "Pixel" Noble2016-10-20