1. 92f2c89 [bazel] Add fixes for --incompatible_load_{cc,java,proto}_rules_from_bzl by Yannic Bonenberger · 5 years ago
  2. bc74264 Merge remote-tracking branch 'origin/3.8.x' by Bo Yang · 5 years ago
  3. e992abd Merge pull request #6177 from cgrushko/master by Hao Nguyen · 5 years ago
  4. 6e58040 Add "src/**/*.inc" to //:protobuf_headers by Yun Peng · 5 years ago
  5. 21e4b1c Fix Alphabetization of BUILD by John W. Bruce · 5 years ago
  6. 5c25f41 Add `protobuf_java_lite` Bazel target by Carmi Grushko · 5 years ago
  7. c659a4a Fixed typo: conformance_test_runner should be a binary, not library. by Joshua Haberman · 5 years ago
  8. 2996da4 Merge branch 'master' into conformance-build by Joshua Haberman · 5 years ago
  9. 4cebf97 Update BUILD file to match the changes in cmake files for lite by Hao Nguyen · 5 years ago
  10. 1c5e8cb Remove -Wall from default build options by Keith Smiley · 5 years ago
  11. f313b9c comply with Bazel recommendations by Nic McDonald · 5 years ago
  12. ef1e8e7 Add module for JavaLite and fix builds by Hao Nguyen · 5 years ago
  13. df4ec8a support specify C++ STL for android by yejianwu · 5 years ago
  14. c163a2d Revert accidentally commit by Hao Nguyen · 5 years ago
  15. 1eb0491 Add module for JavaLite and fix builds by Hao Nguyen · 5 years ago
  16. 8e5b2f1 Update file list for protobuf_lite by Phillipp Schoppmann · 5 years ago
  17. 35c9a5f Bazel: Add dependency to error_prone_annotations by David Ostrovsky · 5 years ago
  18. 9fd18ae fix BUILD for adding any_lite.cc by Yilun Chong · 5 years ago
  19. a2a0afb Down-integrate internal changes to github. (#5575) by Yilun Chong · 5 years ago
  20. 595cb35 Rely on no-writable-strings synonym by Keith Moyer · 5 years ago
  21. 073487b Exclude command_line_interface_unittest.cc in MSVC build by Yun Peng · 5 years ago
  22. 802d543 Add Bazel config for zlib support (#5389) by Cody Schroeder · 6 years ago
  23. 4dd4593 Removed scc.cc by Adam Cozzette · 6 years ago
  24. 25feb59 Added visibility. by Josh Haberman · 6 years ago
  25. 6dec8cf Added conformance tests to Bazel BUIDL file. by Josh Haberman · 6 years ago
  26. 18aa296 Collapse :protobuf_objc and :objectivec targets. by Thomas Van Lenten · 6 years ago
  27. b30ddee use flag_values = {"@bazel_tools//tools/cpp:compiler": "x"} for compiler config_settings by scentini · 6 years ago
  28. bde4eaf Update build files. by Feng Xiao · 6 years ago
  29. b1c5503 Delete unused files. (#4942) by Feng Xiao · 6 years ago
  30. 048f5c2 objectivec: Quash -Wself-assign and -Wvla (#4897) by Benjamin Barenblat · 6 years ago
  31. 2c30fa7 Merge pull request #3981 from fahhem/patch-3 by Adam Cozzette · 6 years ago
  32. 42141fa Remove unclear comment. by mdepristo · 6 years ago
  33. 2506cf5 Remove write-strings warning from COPTs. by depristo · 6 years ago
  34. b7d3ec3 Make proto_api target visible by Cory McLean · 6 years ago
  35. a0e82db Merge pull request #4725 from ThomasColthurst/patch-2 by Feng Xiao · 6 years ago
  36. 0456e26 Align Bazel on Windows with CMake's MSVC flags (#4720) by Loo Rong Jie · 6 years ago
  37. ee8d3aa Remove cycle in dependency graph by Thomas Colthurst · 6 years ago
  38. a7252bf Merge pull request #4698 from ThomasColthurst/proto_c_api by Feng Xiao · 6 years ago
  39. 143851e Remove js_embed binary. (#4709) by Feng Xiao · 6 years ago
  40. 7c65142 Introduce Proto C API; based on cl/198113115 by amauryfa by Thomas Colthurst · 6 years ago
  41. 8175c6e Merge pull request #4659 from calder/bazel-python-namespace-fix by Feng Xiao · 6 years ago
  42. ccc56a3 fix syntax error in BUILD file by Jan Tattermusch · 6 years ago
  43. 142cbe0 Declare 'google' namespace when importing Python protobuf via Bazel. by Calder Coalson · 6 years ago
  44. 5517168 Windows: expand wildcard arguments by Laszlo Csomor · 7 years ago
  45. 55962db Fix generated_protos_proto deps by Fahrzin Hemmati · 6 years ago
  46. 0d68b29 Add unittest build rules by Fahrzin Hemmati · 6 years ago
  47. d34e319 Merge pull request #4431 from xfxyjwf/rmnano by Feng Xiao · 6 years ago
  48. d5a0024 Remove javanano. by Feng Xiao · 6 years ago
  49. 2c963d3 Merge pull request #4413 from pmuetschard/msvc by Adam Cozzette · 6 years ago
  50. 5bed368 Added missing .inc files to BUILD by Adam Cozzette · 6 years ago
  51. a6957f2 Don't assume Windows builds use MSVC. by Pascal Muetschard · 6 years ago
  52. 0c5fcde Removed some unused C++ source files by Adam Cozzette · 6 years ago
  53. 8e44a86 Merge pull request #4347 from xfxyjwf/pluginpb by Feng Xiao · 6 years ago
  54. 950f5e4 Replace //:protoc and similar default macro arguments with by James O'Kane · 6 years ago
  55. fd595fc Revert "Move `compiler/plugin.pb.cc` to libprotobuf with the other WKT sources." by Feng Xiao · 6 years ago
  56. 350b135 Blacklist all WELL_KNOWN_PROTOS from Bazel C++ code generation. by John Millikin · 6 years ago
  57. 724f0be Move `compiler/plugin.pb.cc` to libprotobuf with the other WKT sources. by John Millikin · 6 years ago
  58. 85b488f Bazel: Support building with Java 9 by David Ostrovsky · 6 years ago
  59. 019ceea Drop java 6 support by David Ostrovsky · 6 years ago
  60. 27e877f Merge pull request #2834 from aj-michael/master by Jisi Liu · 7 years ago
  61. 609d752 Ran update_file_lists.sh to update Bazel and CMake file lists by Adam Cozzette · 7 years ago
  62. ac5371d Remove unhelpful build warnings by Justine Tunney · 7 years ago
  63. b189389 Merge pull request #3757 from spinorx/master by Jisi Liu · 7 years ago
  64. 1c682e0 Fix bazel build by Jisi Liu · 7 years ago
  65. 16792c6 Fix iOS cc_library build for protobuf. by Param Reddy · 7 years ago
  66. 68ee916 Don't pass -lpthread and -lm on Windows by Seth Greenstein · 7 years ago
  67. 13fd045 Integrated internal changes from Google by Adam Cozzette · 7 years ago
  68. 6945203 Exclude addressbook.proto from C# boostrap test. by Feng Xiao · 7 years ago
  69. 699c0eb bazel: Add proto_library rules for well known types. Fixes #2763 by Jakob Buchgraber · 7 years ago
  70. 12c186f Fix makefile.am by Jisi Liu · 7 years ago
  71. e177739 Fix build files by Jisi Liu · 7 years ago
  72. 759245a Merge from master by Jisi Liu · 7 years ago
  73. 11b6661 update build file list by Jisi Liu · 7 years ago
  74. 36e63da bazel: Make compiled jars java 6 binary compatible. by Jakob Buchgraber · 7 years ago
  75. 0b059a3 Refactor cc options in BUILD file for Windows by Yun Peng · 7 years ago
  76. 2f4489a Merge pull request #3024 from acozzette/merge-3.3-to-master by Adam Cozzette · 7 years ago
  77. 286f059 added "objectivec" build target (#3033) by makdharma · 7 years ago
  78. acde165 Update BUILD file for C# tests. by Feng Xiao · 7 years ago
  79. 32d7830 Fix C++ build for down-integration. by Feng Xiao · 7 years ago
  80. 6f21e29 Compile the Java proto runtime with Java 6 by cgrushko · 7 years ago
  81. 312e2db Update BUILD by Bairen Yi · 7 years ago
  82. cb3e84b migrate delimited messages functions to util package by Byron Yi · 7 years ago
  83. 6044b24 Make //:protobuf_python have correct __init__.py. by Adam Michael · 7 years ago
  84. 0c0a887 Merge pull request #2751 from keveman/master by Feng Xiao · 7 years ago
  85. 6837b2d Added comment explaining the protobuf_headers target. by Manjunath Kudlur · 7 years ago
  86. 72b82e6 Merge pull request #2630 from blodan/master by Jisi Liu · 7 years ago
  87. 2d430f8 Added a header only cc_library target for the protobuf library. by Manjunath Kudlur · 7 years ago
  88. 65a4d20 Update load() statement to latest style by cgrushko · 7 years ago
  89. 32fa55e FreeBSD compatibility by Daniel Ylitalo · 7 years ago
  90. e4baf3f Add a proto_lang_toolchain for Java by cgrushko · 7 years ago
  91. d1e7bd9 Added Bazel genrule for generating well_known_types_embed.cc by Adam Cozzette · 7 years ago
  92. f92b455 Add missing files. by Jisi Liu · 8 years ago
  93. 45d92ae Add a proto_lang_toolchain() for cc_proto_library by cgrushko · 8 years ago
  94. df5841f Place Python extensions correctly in Bazel build. by Richard Shin · 8 years ago
  95. 9d4657a update files to include php generators by Jisi Liu · 8 years ago
  96. b2b6584 Silence compile warnings in bazel by Andy Hochhaus · 8 years ago
  97. 431cee6 Remove inexist files from build. by Feng Xiao · 8 years ago
  98. d947308 update files to include php generators (#2165) by Jisi Liu · 8 years ago
  99. faea19c Bazel: export LICENSE file. by Piotr Sikora · 8 years ago
  100. 02cd45c Bazel build: Keep generated sources and Python runtime in the same directory. by David Z. Chen · 8 years ago