1. ad50384 Run buildifier --lint=fix by Laurent Le Brun · 6 years ago
  2. 04ad002 Reformat protobuf.bzl by Laurent Le Brun · 6 years ago
  3. 458ab03 Update bundled gRPC to 1.18.0 and nanopb to 0.3.6 by Alexandre Rostovtsev · 6 years ago
  4. ad610c1 Fix native.repository_name by Keith Smiley · 6 years ago
  5. 647f8f0 Fix REPOSITORY_NAME usage by Keith Smiley · 6 years ago
  6. 805a57f Update protobuf and grpc bzl for incompatible changes by Keith Smiley · 6 years ago
  7. fd7043e Protobuf update instructions: update and fix. by Laszlo Csomor · 7 years ago
  8. 1367005 Split info about 2nd PR into two parts. by Laszlo Csomor · 7 years ago
  9. 5b47a1d Protobuf update instructions: update and fix. by Laszlo Csomor · 7 years ago
  10. ddc97ed Update protobuf to 3.6.1 -- remove 3.6.0 sources by Laszlo Csomor · 7 years ago
  11. 27303d7 Update protobuf to 3.6.1 -- update references by Laszlo Csomor · 7 years ago
  12. 22d761a Update protobuf to 3.6.1 -- add new files by Laszlo Csomor · 7 years ago
  13. cade3ac Replace config_setting.values{"compiler"} with config_setting.flag_values{"@bazel_tools//tools/cpp:compiler"} by scentini · 7 years ago
  14. 9162bd9 third_party/protobuf: update protobuf in third_party to version 3.6.0 by Jakob Buchgraber · 7 years ago
  15. 8cc62f7 Revert "Update protobuf to 3.6.0. Fixes #5439" by Jakob Buchgraber · 7 years ago
  16. 6fd4e0e Update protobuf to 3.6.0. Fixes #5439 by Loo Rong Jie · 7 years ago
  17. 868060b Revert "Update protobuf to 3.6.0. Fixes #5439" by Jakob Buchgraber · 7 years ago
  18. a2cac54 Update protobuf to 3.6.0. Fixes #5439 by Loo Rong Jie · 7 years ago
  19. a59e60e Use @io_bazel to reference Bazel sources from local repositories. by John Millikin · 7 years ago
  20. f234f7721 Revert "Use @io_bazel to reference Bazel sources from local repositories." by Dmitry Lomov · 7 years ago
  21. c7f2444 Use @io_bazel to reference Bazel sources from local repositories. by John Millikin · 7 years ago
  22. 18fa042 Clean up Windows config_settings [third_party] by Yun Peng · 7 years ago
  23. 87dd180 @AutoCodec features. by Googler · 7 years ago
  24. a75d97b Argument mixes string and array. Use * or separate argument. by Androbin · 7 years ago
  25. 85e4896 Improve shell scripts in third_party/ (#4052) by Androbin · 7 years ago
  26. 621c096 Update third_party/protobuf from 3.2.0 to 3.4.0 by Vladimir Moskva · 8 years ago
  27. 1d82d19 protobuf: Update protobuf jars to be binary compatible with Java 6. Fixes #3198 by Jakob Buchgraber · 8 years ago
  28. 88206bc Update README.md by samuela · 8 years ago
  29. bce682d third_party: Fix labels so they can be used from within new_local_repository by Jakob Buchgraber · 8 years ago
  30. 84a8e95 Introduce third_party/googleapis by Jakob Buchgraber · 8 years ago
  31. ba12313 third_party/protobuf: Add proto_library for well known types. by Jakob Buchgraber · 8 years ago
  32. 86445d4 Refactor protobuf and grpc BUILD files for Windows by Yun Peng · 8 years ago
  33. 0acead4 Update protobuf to latest master at a64497c and apply @laszlocsomor's latest changes from https://github.com/google/protobuf/pull/2969 on top of it. by Jakob Buchgraber · 8 years ago
  34. 382b62c Apply @laszlocsomor's protobuf patch to fix build on windows. by Jakob Buchgraber · 8 years ago
  35. ac7a7a8 Remove third_party/protobuf/3.0.0/ by Jakob Buchgraber · 8 years ago
  36. 2b49f67 Update third_party/protobuf to pre-release 3.2.0 by Jakob Buchgraber · 8 years ago
  37. 8ff0d0d Revert "protobuf: Update protobuf to @laszlocsomor's master at commit 421d909." by Jakob Buchgraber · 8 years ago
  38. 5235d06 protobuf: Update protobuf to @laszlocsomor's master at commit 421d909. by Jakob Buchgraber · 8 years ago
  39. d907373 Revert "protobuf: Update protobuf to @laszlocsomor's master at commit 421d909." by Jakob Buchgraber · 8 years ago
  40. ea82aa1 protobuf: Update protobuf to @laszlocsomor's master at commit 421d909. by Jakob Buchgraber · 8 years ago
  41. 184f3c8 Windows, protoc: create io_win32.{h,cc} by László Csomor · 8 years ago
  42. ea90356 Windows, protoc: support long paths by László Csomor · 8 years ago
  43. e50388e Revert "Upgrade //third_party/protobuf to v3.2.0" by Irina Iancu · 8 years ago
  44. 2346f5a Upgrade //third_party/protobuf to v3.2.0 by Carmi Grushko · 8 years ago
  45. f19aa21 Remove no-longer used protobuf BUILD aliases by Carmi Grushko · 8 years ago
  46. bc3c57d Rearrange third_party/protobuf/BUILD to look like the upstream protobuf repo by Carmi Grushko · 8 years ago
  47. 6795079 Alias "protobuf_java" to the Java proto runtime, by Carmi Grushko · 8 years ago
  48. 942e3c7 Make protobuf's BUILD file standlone by Carmi Grushko · 8 years ago
  49. dc61484 Adds protobuf-util to third_party by Yue Gan · 8 years ago
  50. f1ce35f Revert commit 6d31cb01b80d0560c0c083d40e641816877b3d06. by Damien Martin-Guillerez · 8 years ago
  51. 6d31cb0 by Damien Martin-Guillerez · 8 years ago
  52. b85ba50 Use proto_lang_toolchain() directly, now that it is released in Bazel 0.4.1. by Carmi Grushko · 8 years ago
  53. 4a96540 Add missing link dependency on libm for protobuf by Klaus Aehlig · 8 years ago
  54. f1aa34c Make it easier to use protos in Bazel out of the box. by Carmi Grushko · 8 years ago
  55. 82e3b90 Remove no longer used protoc binaries by Klaus Aehlig · 8 years ago
  56. e72d7a0 Build protoc from source by Klaus Aehlig · 8 years ago
  57. ed787fe Remove old and outdated protobuf libs and protoc versions. by Philipp Wollermann · 8 years ago
  58. 7dd281e Include protobuf.bzl from //third_party/protobuf/3.0.0:protobuf.bzl as a preparation of removing the older one from //third_party/protobuf. by Philipp Wollermann · 8 years ago
  59. b36aefb Rollback of commit b043fafb957ae8038088e427ff27a5c9f951c979. by Carmi Grushko · 8 years ago
  60. b043faf Rollback of commit a396b070ae36032a973672e11145533621c39edc. by Klaus Aehlig · 8 years ago
  61. a396b07 Use proto_lang_toolchain() in java_proto_library. by Carmi Grushko · 8 years ago
  62. 4885eef Change our URL to bazel.build by Damien Martin-Guillerez · 8 years ago
  63. 8256c0f Fix a wrong target name in the protobuf/3.0.0/BUILD file. by Philipp Wollermann · 8 years ago
  64. 155bd64 Adding support for Linux s390x by namrata-ibm · 8 years ago
  65. b35fe69 Rollback of commit 0d36f410370ed99cbd57359d7444269faec134f8. by Alex Humesky · 9 years ago
  66. ed3d837 Proto compiler: update the 3.0.0 MinGW protoc by László Csomor · 9 years ago
  67. 601b3d8 Protobuf: update build instructions for MinGW by Laszlo Csomor · 9 years ago
  68. 0d36f41 Rollback of commit a12aae73ee292fdcb170f4eaeb8939283d05383c. by Yun Peng · 9 years ago
  69. a12aae7 Updates protobuf in bazel to version 3.0.0. by Alex Humesky · 9 years ago
  70. e67731a Update instructions on how to build protoc-mingw.exe. by Dmitry Lomov · 9 years ago
  71. c7d2fbc Added 3.0.0 protoc by Dmitry Lomov · 9 years ago
  72. f2cdb8f Update protobuf README. by Laszlo Csomor · 9 years ago
  73. 7f77b45 Config files compatible with the new version of Bazel by Vladimir Moskva · 9 years ago
  74. 8d9fc9a Adds missing protobuf.bzl to version 3.0.0 of protobuf by Alex Humesky · 9 years ago
  75. 211c7d0 Adds protobuf 3.0.0 to third_party by Alex Humesky · 9 years ago
  76. f63c6fd Update the proto library version in BUILD files by Kristina Chodorow · 9 years ago
  77. 47be2a4 Add 3.0.0 beta 4 version of protobuf to third_party by Kristina Chodorow · 9 years ago
  78. 83781f7 Fixes bugs so that we can build bazel with bazel on Windows by Yun Peng · 9 years ago
  79. 6fc9394 Disable warnings in protobuf. by Lukacs T. Berki · 9 years ago
  80. 285112c Remove te protocol compiler rules from @bazel_tools. by Lukacs Berki · 9 years ago
  81. 0930973 Update README.md and BUILD files for protobuf C++ sources v3.0.0-beta-2. by Lukacs Berki · 9 years ago
  82. c644c41 Remove mentions of the arm32 proto compiler and update README.md. by Lukacs Berki · 9 years ago
  83. 93cd7c3 Update protobuf sources to v3.0.0-beta-2 (aka. d5fb408d) by Lukacs T. Berki · 9 years ago
  84. 168031d Update the x86_64 protoc with a statically linked version. by Lukacs T. Berki · 9 years ago
  85. 21458dc Add source files of the C++ protobuf runtime library. by Lukacs T. Berki · 9 years ago
  86. 7f2e00f Change from the MingW-specific proto compilers to the Windows-based ones. by Lukacs Berki · 9 years ago
  87. fc83ed8 Fix a dangling label. by Lukacs Berki · 9 years ago
  88. b78bbd5 Add Python protobuf to Bazel third_party and move all protobuf targets into by David Chen · 9 years ago
  89. 791a4e2 Add protobuf .proto sources to third_party/protobuf. by David Z. Chen · 9 years ago
  90. 830b21b Remove python protobuf test sources from third_party/protobuf. by David Z. Chen · 9 years ago
  91. 3668afa Add protobuf.bzl and Python protobuf sources at 48ebb29a8ec118bf6b9ee39f6be42b57321c099a to third_party/protobuf. by David Z. Chen · 9 years ago
  92. 63b856f Restore third_party/bazel/README.md in the exported Bazel tree. by Julio Merino · 9 years ago
  93. dad16c4 Description redacted. -- MOS_MIGRATED_REVID=114115200 by Googler · 9 years ago
  94. 84a0f8c Add protoc-mingw.exe and related .dlls by Dmitry Lomov · 9 years ago
  95. 4731d5a update protobuf executables by cpeyser · 9 years ago
  96. 8c28813 Add native support for linux on ARM Cpu (32 bits) by Zhong Wang · 10 years ago
  97. bbe84fe Update third_party/protobuf to 3.0.0-alpha-3. by Philipp Wollermann · 10 years ago
  98. 3b4efd2 Add README.md for Bazel's third_party/protobuf. by Philipp Wollermann · 10 years ago
  99. bbd9fcd Add a statically linked, 32-bits x86 protoc (v2.5.0) for Linux. by Han-Wen Nienhuys · 10 years ago
  100. d08b27f Update from Google. by Han-Wen Nienhuys · 10 years ago