aboutsummaryrefslogtreecommitdiff
path: root/protobuf.bzl
AgeCommit message (Expand)Author
2018-12-14Down-integrate internal changes (#5467)Paul Yang
2018-11-15Migrate to new `ctx.actions` API (#5367)Jon Brandvein
2018-11-02Import versions from @bazel_skylib//lib:versions.bzlRoger Chen
2018-08-14Change deprecated Bazel single file attr paramJames Judd
2018-07-02Merge pull request #3981 from fahhem/patch-3Adam Cozzette
2018-06-22Merge pull request #4168 from jin/masterFeng Xiao
2018-05-21remove PACKAGE_NAME and REPOSITORY_NAME deprecated usage (#4650)Ittai Zeidman
2018-05-07Fix moving generated files onto themselvesFahrzin Hemmati
2018-05-07Only use realpath when in gendir, and use the original ctx.action if not in g...Fahrzin Hemmati
2018-05-07Track outputs correctlyFahrzin Hemmati
2018-05-07Handle multiple outs per input (for plugins)Fahrzin Hemmati
2018-05-07Strip trailing / from pathFahrzin Hemmati
2018-05-07Handle srcs in generated files by cd'ing in and outFahrzin Hemmati
2018-03-11Output *_pb2_grpc.py when use_grpc_plugin=TrueMateusz Matejczyk
2018-03-08Replace //:protoc and similar default macro arguments withJames O'Kane
2018-01-12Use versions module from Skylib for version checkingJingwen Chen
2017-12-04Add a check_protobuf_required_bazel_version() for use in WORKSPACEsFahrzin Hemmati
2017-08-07Make .bzl files compatible with future versions of BazelVladimir Moskva
2017-04-03Adding default shell envMarco A. Harrendorf
2017-02-08Bazel can build protobuf when it's not in the rootcgrushko
2017-01-25Update genfiles paths to work with a different execroot arrangementKristina Chodorow
2016-11-23Merge pull request #2403 from google/down-integrate-with-msvc-fixAdam Cozzette
2016-11-22Support grpc plugin in py_proto_libraryWiktor Tomczak
2016-11-17Merge branch 'master' into down-integrate-with-msvc-fixAdam Cozzette
2016-11-17Integrated internal changes from GoogleAdam Cozzette
2016-10-13Merge pull request #1959 from abergmeier-dsfishlabs/feature/cppFeng Xiao
2016-10-12Declare all inputs of protoc actionFlorian Weikert
2016-09-12Resolved a conflictVladimir Moskva
2016-09-09Compatibility with the new version of Bazel.Vladimir Moskva
2016-08-15Need to expose generated protobuf C++ headers so they can actually be accesse...Andreas Bergmeier
2016-06-01Generalize plugin support in Bazel Skylark ruleYuki Yugui Sonoda
2016-05-25Bazel build: Keep generated sources and Python runtime in the same directory.David Z. Chen
2016-03-10pass correct args to protoc for java wellknown protos when used as an externa...Steven Parkes
2016-02-25Remove hack for building Python support with Bazel.David Z. Chen
2016-02-25Fixed grpc C++ plugin support.Manjunath Kudlur
2016-02-22Added grpc plugin support to cc_proto_library.Manjunath Kudlur
2016-01-15Make protobuf Skylark extension appends the workspace rootDamien Martin-Guillerez
2015-12-04Making _genproto rules public.Martin Maly
2015-11-03Build protoc for host platform to enable cross-compilation.Andrew Harp
2015-11-02add warning notes for cc|py_proto_library rules.Jisi Liu
2015-10-27add default_runtime attribute to cc|py rules.Jisi Liu
2015-10-21Use && for internal_copied_filegroup.Jisi Liu
2015-10-20Rename copeid_src to internal_copied_filegroupJisi Liu
2015-10-20fix sources for python target and add needed dependencies.Jisi Liu
2015-10-20Change the impl rule include to includes.Jisi Liu
2015-10-20Change default value of protoc on xx_proto_library rules.Jisi Liu
2015-10-19Support python for bazel.Jisi Liu
2015-10-19Python bazel support.Jisi Liu
2015-10-19Allow include to be None.Jisi Liu
2015-10-16Change prefix to include, and add docsJisi Liu