aboutsummaryrefslogtreecommitdiffhomepage
path: root/protobuf.bzl
Commit message (Expand)AuthorAge
* Merge pull request #3981 from fahhem/patch-3Gravatar Adam Cozzette2018-07-02
|\
* \ Merge pull request #4168 from jin/masterGravatar Feng Xiao2018-06-22
|\ \
* | | remove PACKAGE_NAME and REPOSITORY_NAME deprecated usage (#4650)Gravatar Ittai Zeidman2018-05-21
| | * Fix moving generated files onto themselvesGravatar Fahrzin Hemmati2018-05-07
| | * Only use realpath when in gendir, and use the original ctx.action if not in g...Gravatar Fahrzin Hemmati2018-05-07
| | * Track outputs correctlyGravatar Fahrzin Hemmati2018-05-07
| | * Handle multiple outs per input (for plugins)Gravatar Fahrzin Hemmati2018-05-07
| | * Strip trailing / from pathGravatar Fahrzin Hemmati2018-05-07
| | * Handle srcs in generated files by cd'ing in and outGravatar Fahrzin Hemmati2018-05-07
| |/ |/|
* | Output *_pb2_grpc.py when use_grpc_plugin=TrueGravatar Mateusz Matejczyk2018-03-11
* | Replace //:protoc and similar default macro arguments withGravatar James O'Kane2018-03-08
| * Use versions module from Skylib for version checkingGravatar Jingwen Chen2018-01-12
|/
* Add a check_protobuf_required_bazel_version() for use in WORKSPACEsGravatar Fahrzin Hemmati2017-12-04
* Make .bzl files compatible with future versions of BazelGravatar Vladimir Moskva2017-08-07
* Adding default shell envGravatar Marco A. Harrendorf2017-04-03
* Bazel can build protobuf when it's not in the rootGravatar cgrushko2017-02-08
* Update genfiles paths to work with a different execroot arrangementGravatar Kristina Chodorow2017-01-25
* Merge pull request #2403 from google/down-integrate-with-msvc-fixGravatar Adam Cozzette2016-11-23
|\
* | Support grpc plugin in py_proto_libraryGravatar Wiktor Tomczak2016-11-22
| * Merge branch 'master' into down-integrate-with-msvc-fixGravatar Adam Cozzette2016-11-17
| |\ | |/ |/|
| * Integrated internal changes from GoogleGravatar Adam Cozzette2016-11-17
* | Merge pull request #1959 from abergmeier-dsfishlabs/feature/cppGravatar Feng Xiao2016-10-13
|\ \ | |/ |/|
* | Declare all inputs of protoc actionGravatar Florian Weikert2016-10-12
* | Resolved a conflictGravatar Vladimir Moskva2016-09-12
|\ \
* | | Compatibility with the new version of Bazel.Gravatar Vladimir Moskva2016-09-09
| | * Need to expose generated protobuf C++ headers so they can actually be accesse...Gravatar Andreas Bergmeier2016-08-15
| |/ |/|
| * Generalize plugin support in Bazel Skylark ruleGravatar Yuki Yugui Sonoda2016-06-01
|/
* Bazel build: Keep generated sources and Python runtime in the same directory.Gravatar David Z. Chen2016-05-25
* pass correct args to protoc for java wellknown protos when used as an externa...Gravatar Steven Parkes2016-03-10
* Remove hack for building Python support with Bazel.Gravatar David Z. Chen2016-02-25
* Fixed grpc C++ plugin support.Gravatar Manjunath Kudlur2016-02-25
* Added grpc plugin support to cc_proto_library.Gravatar Manjunath Kudlur2016-02-22
* Make protobuf Skylark extension appends the workspace rootGravatar Damien Martin-Guillerez2016-01-15
* Making _genproto rules public.Gravatar Martin Maly2015-12-04
* Build protoc for host platform to enable cross-compilation.Gravatar Andrew Harp2015-11-03
* add warning notes for cc|py_proto_library rules.Gravatar Jisi Liu2015-11-02
* add default_runtime attribute to cc|py rules.Gravatar Jisi Liu2015-10-27
* Use && for internal_copied_filegroup.Gravatar Jisi Liu2015-10-21
* Rename copeid_src to internal_copied_filegroupGravatar Jisi Liu2015-10-20
* fix sources for python target and add needed dependencies.Gravatar Jisi Liu2015-10-20
* Change the impl rule include to includes.Gravatar Jisi Liu2015-10-20
* Change default value of protoc on xx_proto_library rules.Gravatar Jisi Liu2015-10-20
* Support python for bazel.Gravatar Jisi Liu2015-10-19
* Python bazel support.Gravatar Jisi Liu2015-10-19
* Allow include to be None.Gravatar Jisi Liu2015-10-19
* Change prefix to include, and add docsGravatar Jisi Liu2015-10-16
* Rename deps/proto_deps to cc_libs/depsGravatar Jisi Liu2015-10-16
* style/naming fixGravatar Jisi Liu2015-10-15
* make cc_out and py_out internal.Gravatar Jisi Liu2015-10-14
* Format code.Gravatar Jisi Liu2015-10-14