aboutsummaryrefslogtreecommitdiff
path: root/protobuf.bzl
Commit message (Expand)AuthorAgeFilesLines
* Change deprecated Bazel single file attr paramJames Judd2018-08-141-1/+1
* Merge pull request #3981 from fahhem/patch-3Adam Cozzette2018-07-021-32/+78
|\
| * Fix moving generated files onto themselvesFahrzin Hemmati2018-05-071-3/+5
| * Only use realpath when in gendir, and use the original ctx.action if not in g...Fahrzin Hemmati2018-05-071-20/+24
| * Track outputs correctlyFahrzin Hemmati2018-05-071-2/+5
| * Handle multiple outs per input (for plugins)Fahrzin Hemmati2018-05-071-22/+25
| * Strip trailing / from pathFahrzin Hemmati2018-05-071-1/+1
| * Handle srcs in generated files by cd'ing in and outFahrzin Hemmati2018-05-071-28/+62
* | Merge pull request #4168 from jin/masterFeng Xiao2018-06-221-4/+3
|\ \
| * | Use versions module from Skylib for version checkingJingwen Chen2018-01-121-4/+3
* | | remove PACKAGE_NAME and REPOSITORY_NAME deprecated usage (#4650)Ittai Zeidman2018-05-211-2/+2
| |/ |/|
* | Output *_pb2_grpc.py when use_grpc_plugin=TrueMateusz Matejczyk2018-03-111-3/+6
* | Replace //:protoc and similar default macro arguments withJames O'Kane2018-03-081-4/+4
|/
* Add a check_protobuf_required_bazel_version() for use in WORKSPACEsFahrzin Hemmati2017-12-041-0/+12
* Make .bzl files compatible with future versions of BazelVladimir Moskva2017-08-071-3/+3
* Adding default shell envMarco A. Harrendorf2017-04-031-0/+1
* Bazel can build protobuf when it's not in the rootcgrushko2017-02-081-2/+3
* Update genfiles paths to work with a different execroot arrangementKristina Chodorow2017-01-251-6/+24
* Merge pull request #2403 from google/down-integrate-with-msvc-fixAdam Cozzette2016-11-231-5/+0
|\
| * Merge branch 'master' into down-integrate-with-msvc-fixAdam Cozzette2016-11-171-7/+17
| |\
| * | Integrated internal changes from GoogleAdam Cozzette2016-11-171-5/+0
* | | Support grpc plugin in py_proto_libraryWiktor Tomczak2016-11-221-0/+12
| |/ |/|
* | Merge pull request #1959 from abergmeier-dsfishlabs/feature/cppFeng Xiao2016-10-131-7/+17
|\ \ | |/ |/|
| * Need to expose generated protobuf C++ headers so they can actually be accesse...Andreas Bergmeier2016-08-151-7/+17
* | Declare all inputs of protoc actionFlorian Weikert2016-10-121-1/+3
* | Resolved a conflictVladimir Moskva2016-09-121-10/+44
|\ \
| * | Generalize plugin support in Bazel Skylark ruleYuki Yugui Sonoda2016-06-011-10/+44
| |/
* / Compatibility with the new version of Bazel.Vladimir Moskva2016-09-091-2/+2
|/
* Bazel build: Keep generated sources and Python runtime in the same directory.David Z. Chen2016-05-251-10/+35
* pass correct args to protoc for java wellknown protos when used as an externa...Steven Parkes2016-03-101-0/+25
* Remove hack for building Python support with Bazel.David Z. Chen2016-02-251-44/+6
* Fixed grpc C++ plugin support.Manjunath Kudlur2016-02-251-6/+11
* Added grpc plugin support to cc_proto_library.Manjunath Kudlur2016-02-221-0/+17
* Make protobuf Skylark extension appends the workspace rootDamien Martin-Guillerez2016-01-151-6/+10
* Making _genproto rules public.Martin Maly2015-12-041-0/+3
* Build protoc for host platform to enable cross-compilation.Andrew Harp2015-11-031-0/+1
* add warning notes for cc|py_proto_library rules.Jisi Liu2015-11-021-0/+8
* add default_runtime attribute to cc|py rules.Jisi Liu2015-10-271-0/+11
* Use && for internal_copied_filegroup.Jisi Liu2015-10-211-3/+3
* Rename copeid_src to internal_copied_filegroupJisi Liu2015-10-201-7/+7
* fix sources for python target and add needed dependencies.Jisi Liu2015-10-201-3/+3
* Change the impl rule include to includes.Jisi Liu2015-10-201-12/+22
* Change default value of protoc on xx_proto_library rules.Jisi Liu2015-10-201-2/+2
* Support python for bazel.Jisi Liu2015-10-191-3/+39
* Python bazel support.Jisi Liu2015-10-191-5/+94
* Allow include to be None.Jisi Liu2015-10-191-2/+8
* Change prefix to include, and add docsJisi Liu2015-10-161-10/+27
* Rename deps/proto_deps to cc_libs/depsJisi Liu2015-10-161-8/+6
* style/naming fixJisi Liu2015-10-151-9/+11
* make cc_out and py_out internal.Jisi Liu2015-10-141-3/+3