1. 6153f80 Treat plugins as host tools. by Benjamin Peterson · 5 years ago
  2. ca3ead7 Move tool out of inputs in bazel config by Keith Smiley · 5 years ago
  3. cecba29 Down-integrate internal changes (#5467) by Paul Yang · 5 years ago
  4. 7b28271 Migrate to new `ctx.actions` API (#5367) by Jon Brandvein · 6 years ago
  5. 7492b56 Import versions from @bazel_skylib//lib:versions.bzl by Roger Chen · 6 years ago
  6. d5f0dac Change deprecated Bazel single file attr param by James Judd · 6 years ago
  7. 2c30fa7 Merge pull request #3981 from fahhem/patch-3 by Adam Cozzette · 6 years ago
  8. 9170724 Merge pull request #4168 from jin/master by Feng Xiao · 6 years ago
  9. 4fcb36c remove PACKAGE_NAME and REPOSITORY_NAME deprecated usage (#4650) by Ittai Zeidman · 6 years ago
  10. 2cfa761 Fix moving generated files onto themselves by Fahrzin Hemmati · 6 years ago
  11. d1403e5 Only use realpath when in gendir, and use the original ctx.action if not in gendir by Fahrzin Hemmati · 6 years ago
  12. ae63896 Track outputs correctly by Fahrzin Hemmati · 6 years ago
  13. b3c2ec7 Handle multiple outs per input (for plugins) by Fahrzin Hemmati · 6 years ago
  14. a6501e4 Strip trailing / from path by Fahrzin Hemmati · 6 years ago
  15. 800f8d6 Handle srcs in generated files by cd'ing in and out by Fahrzin Hemmati · 7 years ago
  16. 294b575 Output *_pb2_grpc.py when use_grpc_plugin=True by Mateusz Matejczyk · 6 years ago
  17. 950f5e4 Replace //:protoc and similar default macro arguments with by James O'Kane · 6 years ago
  18. b2a1908 Use versions module from Skylib for version checking by Jingwen Chen · 6 years ago
  19. 35119e3 Add a check_protobuf_required_bazel_version() for use in WORKSPACEs by Fahrzin Hemmati · 7 years ago
  20. 4fc9304 Make .bzl files compatible with future versions of Bazel by Vladimir Moskva · 7 years ago
  21. dd04ffb Adding default shell env by Marco A. Harrendorf · 7 years ago
  22. 6fffd4a Bazel can build protobuf when it's not in the root by cgrushko · 7 years ago
  23. 4e7ecde Update genfiles paths to work with a different execroot arrangement by Kristina Chodorow · 7 years ago
  24. 39f9b43 Merge pull request #2403 from google/down-integrate-with-msvc-fix by Adam Cozzette · 8 years ago
  25. 0fa31b2 Support grpc plugin in py_proto_library by Wiktor Tomczak · 8 years ago
  26. 5d63097 Merge branch 'master' into down-integrate-with-msvc-fix by Adam Cozzette · 8 years ago
  27. 5a76e63 Integrated internal changes from Google by Adam Cozzette · 8 years ago
  28. 993d604 Merge pull request #1959 from abergmeier-dsfishlabs/feature/cpp by Feng Xiao · 8 years ago
  29. c2b3e70 Declare all inputs of protoc action by Florian Weikert · 8 years ago
  30. 5caf516 Resolved a conflict by Vladimir Moskva · 8 years ago
  31. a86e6d8 Compatibility with the new version of Bazel. by Vladimir Moskva · 8 years ago
  32. bbeb983 Need to expose generated protobuf C++ headers so they can actually be accessed from other libraries. by Andreas Bergmeier · 8 years ago
  33. 5977fb0 Generalize plugin support in Bazel Skylark rule by Yuki Yugui Sonoda · 8 years ago
  34. 02cd45c Bazel build: Keep generated sources and Python runtime in the same directory. by David Z. Chen · 8 years ago
  35. ea18866 pass correct args to protoc for java wellknown protos when used as an external repository by Steven Parkes · 8 years ago
  36. 985c968 Remove hack for building Python support with Bazel. by David Z. Chen · 8 years ago
  37. f5c7363 Fixed grpc C++ plugin support. by Manjunath Kudlur · 8 years ago
  38. f0966a7 Added grpc plugin support to cc_proto_library. by Manjunath Kudlur · 8 years ago
  39. 76547e5 Make protobuf Skylark extension appends the workspace root by Damien Martin-Guillerez · 8 years ago
  40. 8e0c9a3 Making _genproto rules public. by Martin Maly · 9 years ago
  41. 38f131f Build protoc for host platform to enable cross-compilation. by Andrew Harp · 9 years ago
  42. d4bef7d add warning notes for cc|py_proto_library rules. by Jisi Liu · 9 years ago
  43. be92ffb add default_runtime attribute to cc|py rules. by Jisi Liu · 9 years ago
  44. 6ddcae2 Use && for internal_copied_filegroup. by Jisi Liu · 9 years ago
  45. bc4fd15 Rename copeid_src to internal_copied_filegroup by Jisi Liu · 9 years ago
  46. a33fa8e fix sources for python target and add needed dependencies. by Jisi Liu · 9 years ago
  47. 53a56be Change the impl rule include to includes. by Jisi Liu · 9 years ago
  48. 04658a3 Change default value of protoc on xx_proto_library rules. by Jisi Liu · 9 years ago
  49. 7b948cc Support python for bazel. by Jisi Liu · 9 years ago
  50. 993fb70 Python bazel support. by Jisi Liu · 9 years ago
  51. 6dac082 Allow include to be None. by Jisi Liu · 9 years ago
  52. 3101e73 Change prefix to include, and add docs by Jisi Liu · 9 years ago
  53. d8701b5 Rename deps/proto_deps to cc_libs/deps by Jisi Liu · 9 years ago
  54. 9c7d9c0 style/naming fix by Jisi Liu · 9 years ago
  55. 25d75b5 make cc_out and py_out internal. by Jisi Liu · 9 years ago
  56. 125a91b Format code. by Jisi Liu · 9 years ago
  57. ee8131a buildifier the file by Jisi Liu · 9 years ago
  58. 39362b3 Extract protoc action into .bzl for cc. by Jisi Liu · 9 years ago