- 01 Jul, 2019 2 commits
-
-
Liam Miller-Cushon authored
Support for using proto_library in this attribute was added in: https://github.com/bazelbuild/bazel/commit/a5ee2c4d979441e663cf53b2ace4daa05e5033d8 Legacy support for using .proto files will be removed in a future version of Bazel.
-
Liam Miller-Cushon authored
-
- 26 Jun, 2019 1 commit
-
-
Hao Nguyen authored
-
- 19 Jun, 2019 1 commit
-
-
Yun Peng authored
Otherwise, sandbox and remote execution will complain `google/protobuf/port_def.inc` doesn't exist.
-
- 11 Jun, 2019 1 commit
-
-
John W. Bruce authored
-
- 01 Jun, 2019 1 commit
-
-
Carmi Grushko authored
that builds the JavaLite runtime. Contents based on java/lite/pom.xml.
-
- 14 May, 2019 1 commit
-
-
Joshua Haberman authored
-
- 13 May, 2019 1 commit
-
-
Joshua Haberman authored
-
- 03 May, 2019 1 commit
-
-
Hao Nguyen authored
-
- 16 Apr, 2019 1 commit
-
-
Keith Smiley authored
All bazel crosstools automatically pass -Wall to compiles. The order of operations is: - bazel crosstool flags - `--host_copt` flags and other variations like `--host_cxxopt` - the `copts` defined on the rule Because of this when protobuf produces warnings, there's no way to disable them from the consumer side if they are re-enabled later by another `-Wall` flag.
-
- 15 Apr, 2019 1 commit
-
-
Nic McDonald authored
-
- 09 Apr, 2019 1 commit
-
-
Hao Nguyen authored
-
- 08 Apr, 2019 1 commit
-
-
yejianwu authored
-
- 06 Apr, 2019 1 commit
-
-
Hao Nguyen authored
-
- 05 Apr, 2019 1 commit
-
-
Hao Nguyen authored
-
- 01 Apr, 2019 1 commit
-
-
Phillipp Schoppmann authored
-
- 08 Mar, 2019 2 commits
-
-
David Ostrovsky authored
Recently dependency to error_prone_annotations was added to the code, but only Maven build tool chain was updated. Closes #5795.
-
David Ostrovsky authored
Recently dependency to error_prone_annotations was added to the code, but only Maven build tool chain was updated. Closes #5795.
-
- 26 Feb, 2019 1 commit
-
-
Yilun Chong authored
-
- 14 Jan, 2019 1 commit
-
-
Yilun Chong authored
* Down-integrate internal changes to github. * Fix BUILD file and regenerate csharp descritpor
-
- 27 Dec, 2018 1 commit
-
-
Keith Moyer authored
The -Wno-writable-strings warning flag is Clang-specific. GCC's equivalent is -Wno-write-strings, which Clang also supports as a synonym. So, -Wno-write strings is more compatible and there is no need to specify both. https://clang.llvm.org/docs/DiagnosticsReference.html#wwrite-strings https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html
-
- 17 Dec, 2018 1 commit
-
-
Cody Schroeder authored
* Add Bazel config for optional zlib support * Add hard dependency on zlib * Remove unused config_setting
-
- 14 Dec, 2018 1 commit
-
-
Yun Peng authored
-
- 11 Dec, 2018 1 commit
-
-
Cody Schroeder authored
* Add Bazel config for optional zlib support * Add hard dependency on zlib * Remove unused config_setting
-
- 09 Nov, 2018 1 commit
-
-
Adam Cozzette authored
-
- 03 Nov, 2018 2 commits
-
-
Josh Haberman authored
-
Josh Haberman authored
-
- 01 Nov, 2018 1 commit
-
-
Thomas Van Lenten authored
Not sure the history for why there were two objc_library targets, but given the one has an issue about not working, merge them into a single target and an alias. - Use the alias for :objectivec since that naming doesn't seem to follow the other targets *_library targets here. - Update :protobuf_objc to be use for the working target and just inline the sources/headers lists so there is less indirection in the file. Fixes #5284
-
- 28 Aug, 2018 1 commit
-
-
scentini authored
-
- 13 Aug, 2018 1 commit
-
-
Feng Xiao authored
* Fixes https://github.com/google/protobuf/issues/5031 * Fixes https://github.com/google/protobuf/issues/5037
-
- 20 Jul, 2018 1 commit
-
-
Feng Xiao authored
* Delete unused files.
-
- 17 Jul, 2018 1 commit
-
-
Feng Xiao authored
* Remove js_embed binary.
-
- 11 Jul, 2018 1 commit
-
-
Benjamin Barenblat authored
* objectivec: Quash -Wself-assign * objectivec: Set -Wno-vla when building Objective-C protobuf uses VLAs for performance reasons. Ensure Clang doesn’t complain about them.
-
- 30 Jun, 2018 1 commit
-
-
mdepristo authored
-
- 28 Jun, 2018 1 commit
-
-
depristo authored
This change reduces the excessive warnings when compiling C++ protobufs like "external/protobuf_archive/python/google/protobuf/pyext/message.cc:2629:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]"
-
- 11 Jun, 2018 1 commit
-
-
Cory McLean authored
-
- 06 Jun, 2018 1 commit
-
-
Loo Rong Jie authored
* Align Bazel on Windows with CMake's MSVC flags
-
- 04 Jun, 2018 1 commit
-
-
Thomas Colthurst authored
-
- 01 Jun, 2018 1 commit
-
-
Feng Xiao authored
* Remove js_embed binary.
-
- 30 May, 2018 1 commit
-
-
Thomas Colthurst authored
-