aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/protobuf
Commit message (Collapse)AuthorAge
* Remove te protocol compiler rules from @bazel_tools.Gravatar Lukacs Berki2016-04-11
| | | | | | | | | | | | The immmediate reason for this change is that we also need to add gRPC support to the proto rules, and we don't want to also support gRPC in a half-baked way. This makes the Bazel binary much smaller and avoid giving false signals that we (for now) support protobuf compilation. The protobuf rules are only for compiling Bazel itself. RELNOTES[INC]: Bazel does not embed protocol buffer-related rules anymore. -- MOS_MIGRATED_REVID=119516246
* Update README.md and BUILD files for protobuf C++ sources v3.0.0-beta-2.Gravatar Lukacs Berki2016-04-07
| | | | | -- MOS_MIGRATED_REVID=119255585
* Remove mentions of the arm32 proto compiler and update README.md.Gravatar Lukacs Berki2016-04-07
| | | | | | | Information in README.md about the statically linked x86_64 binary and the src/ directory got lost due to a snafu with updating the tree from the Google-internal version. -- MOS_MIGRATED_REVID=119250383
* Update protobuf sources to v3.0.0-beta-2 (aka. d5fb408d)Gravatar Lukacs T. Berki2016-04-07
| | | | | | Let's at least keep versions consistent within one third-party library. Change-Id: I707fc6cd90dcc21e354ea91439417ffe3c9827a4
* Update the x86_64 protoc with a statically linked version.Gravatar Lukacs T. Berki2016-04-06
| | | | Change-Id: I9fac9d265ae9f1691be4dbb4b3bef6f35872b5ee
* Add source files of the C++ protobuf runtime library.Gravatar Lukacs T. Berki2016-04-01
| | | | | | Actually, it's a bit more files than strictly necessary, but it's easier to maintain this way. Change-Id: I22bba190940c1695f491cd28c7a7a95018d77bb1
* Change from the MingW-specific proto compilers to the Windows-based ones.Gravatar Lukacs Berki2016-03-31
| | | | | | | | | protoc-mingw.exe dumps core for whatever reason, and these seem to work at least well enough for compile.sh . protoc-mingw.exe was apparently introduced due to a 1024-character path limit, but that doesn't break the continuous build. Fixes #1101. -- MOS_MIGRATED_REVID=118667728
* Fix a dangling label.Gravatar Lukacs Berki2016-03-21
| | | | | | | I didn't verify that this is the right thing, but it sure compiles. That's not a very high bar for Python rules, though. -- MOS_MIGRATED_REVID=117543822
* Add Python protobuf to Bazel third_party and move all protobuf targets intoGravatar David Chen2016-03-17
| | | | | | | //third_party/protobuf. -- MOS_MIGRATED_REVID=117336377
* Add protobuf .proto sources to third_party/protobuf.Gravatar David Z. Chen2016-03-14
|
* Remove python protobuf test sources from third_party/protobuf.Gravatar David Z. Chen2016-03-10
|
* Add protobuf.bzl and Python protobuf sources at ↵Gravatar David Z. Chen2016-03-10
| | | | 48ebb29a8ec118bf6b9ee39f6be42b57321c099a to third_party/protobuf.
* Restore third_party/bazel/README.md in the exported Bazel tree.Gravatar Julio Merino2016-02-10
| | | | | -- MOS_MIGRATED_REVID=114324917
* Description redacted.Gravatar Googler2016-02-09
| | | | | -- MOS_MIGRATED_REVID=114115200
* Add protoc-mingw.exe and related .dllsGravatar Dmitry Lomov2016-02-04
| | | | | | | | | Native protoc-windows.exe fails to support paths longer that 1024 characters. Needed for #276. RELNOTES: None.
* update protobuf executablesGravatar cpeyser2015-12-29
|
* Add native support for linux on ARM Cpu (32 bits)Gravatar Zhong Wang2015-08-12
| | | | | | | -- Change-Id: Ia70ca1b8482e10bc1ac91799aa238f8613e5c824 Reviewed-on: https://bazel-review.googlesource.com/#/c/1801 MOS_MIGRATED_REVID=100476467
* Update third_party/protobuf to 3.0.0-alpha-3.Gravatar Philipp Wollermann2015-06-10
|
* Add README.md for Bazel's third_party/protobuf.Gravatar Philipp Wollermann2015-06-10
| | | | | -- MOS_MIGRATED_REVID=95640440
* Add a statically linked, 32-bits x86 protoc (v2.5.0) for Linux.Gravatar Han-Wen Nienhuys2015-04-09
|
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25
-- MOE_MIGRATED_REVID=85702957